Age | Commit message (Expand) | Author | Files | Lines |
2019-10-14 | gso: Add gso feature arc |  Mohsin Kazmi | 9 | -377/+1051 |
2019-10-14 | ping: Move to plugin |  Mohsin Kazmi | 6 | -1370/+11 |
2019-10-14 | fib: recursive calculation leads to delegate pool realloc |  Neale Ranns | 1 | -4/+14 |
2019-10-12 | tls: allow disconnects from main thread |  Florin Coras | 1 | -1/+4 |
2019-10-11 | lisp: fix dangling references to bihash tables |  Dave Barach | 1 | -6/+26 |
2019-10-11 | tcp: refactor flags into cfg and conn flags |  Florin Coras | 4 | -31/+89 |
2019-10-11 | ip: reassembly: trace ip headers over worker handoffs |  Klement Sekera | 5 | -27/+87 |
2019-10-11 | ip: RD-CP API incorrect reply code |  Neale Ranns | 1 | -1/+1 |
2019-10-11 | bonding: feature arc may not be enabled for the slave interface |  Steven Luong | 1 | -2/+2 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 6 | -76/+124 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 7 | -155/+205 |
2019-10-10 | ip: fix clang debug compilation |  Benoît Ganne | 1 | -3/+1 |
2019-10-10 | session: fix typos & cert_key store init |  Nathan Skrzypczak | 2 | -6/+4 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 6 | -122/+194 |
2019-10-10 | tcp: fix tso not work in single buffer issue |  Simon Zhang | 2 | -6/+9 |
2019-10-10 | sr: fix deleting an SR l2 steering policy |  Ahmed Abdelsalam | 1 | -3/+7 |
2019-10-10 | geneve: API cleanup |  Jakub Grajciar | 2 | -32/+31 |
2019-10-09 | session: avoid old io dispatch if no slots left to send |  Ryujiro Shibuya | 1 | -2/+3 |
2019-10-09 | map: use ip6-full-reassembly instead of own code |  Klement Sekera | 4 | -0/+70 |
2019-10-09 | interface: dump the interface device type |  Mohsin Kazmi | 2 | -0/+8 |
2019-10-09 | ip: fix coverity warning |  Klement Sekera | 1 | -3/+7 |
2019-10-09 | interface: callback to manage extra MAC addresses |  Matthew Smith | 6 | -1/+256 |
2019-10-09 | mpls: support fragmentation of mpls output packet |  Rajesh Goel | 6 | -16/+120 |
2019-10-09 | ip: only install IPv6 prefixes in FIB when the interface is up |  Neale Ranns | 1 | -39/+36 |
2019-10-09 | fib: P2P interfaces do not need specific multicast adjacencies |  Neale Ranns | 1 | -3/+18 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS |  Nathan Skrzypczak | 3 | -18/+18 |
2019-10-09 | session: Add certificate store |  Nathan Skrzypczak | 9 | -56/+305 |
2019-10-08 | tcp: rate sample for persist segments |  Florin Coras | 1 | -0/+6 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi |  Nathan Skrzypczak | 1 | -0/+2 |
2019-10-08 | session: add is_migrating flag |  Nathan Skrzypczak | 2 | -0/+2 |
2019-10-07 | ip: remove dead code in ip6-svr |  Klement Sekera | 1 | -27/+0 |
2019-10-07 | devices: vhost not reading packets from vring |  Steven Luong | 2 | -0/+25 |
2019-10-07 | dhcp: Move to plugin |  Neale Ranns | 26 | -10785/+0 |
2019-10-07 | mactime: add a "top" command to watch device stats |  Dave Barach | 1 | -1/+3 |
2019-10-07 | ip: add tracing for ipv6 frag headers |  Klement Sekera | 1 | -0/+24 |
2019-10-07 | ip: reassembly add missing goto |  Klement Sekera | 1 | -0/+1 |
2019-10-07 | ip: reassembly remove dead code |  Klement Sekera | 1 | -8/+0 |
2019-10-07 | dhcp: API return code fix |  Neale Ranns | 1 | -2/+2 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags |  Neale Ranns | 2 | -3/+4 |
2019-10-06 | bonding: traffic traversing the wrong interface |  Steven Luong | 1 | -0/+1 |
2019-10-06 | ip: Fix IP unnumbered dump of one interface |  Neale Ranns | 1 | -1/+1 |
2019-10-04 | ip: fix use-after-free in IPv6 SLAAC expiration |  Benoît Ganne | 1 | -3/+11 |
2019-10-03 | misc: add "maxframe" and "rate" to packet-generator cli. |  Christian E. Hopps | 3 | -5/+13 |
2019-10-03 | ethernet: fix dmac filter coverity warning |  Matthew Smith | 1 | -1/+1 |
2019-10-03 | feature: API cleanup |  Jakub Grajciar | 1 | -6/+8 |
2019-10-03 | dhcp: API cleanup |  Jakub Grajciar | 6 | -86/+116 |
2019-10-02 | ip: mfib CLI 'via local' fix |  Neale Ranns | 1 | -0/+2 |
2019-10-02 | ethernet: dmac filter checks secondary mac addrs |  Matthew G Smith | 3 | -34/+186 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 4 | -4/+5 |
2019-10-01 | session: allow transport cleanup in any state |  Florin Coras | 1 | -3/+2 |