Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-09-30 | ipsec: fix use-after-free |  Benoît Ganne | 1 | -3/+7 |
2019-09-30 | bonding: fix non-null-terminated C-string |  Benoît Ganne | 1 | -2/+8 |
2019-09-30 | dhcp: dhcp6_ia_na_client_cp API cleanup |  Jakub Grajciar | 1 | -3/+5 |
2019-09-30 | ip: svr: fix feature refcounts |  Klement Sekera | 2 | -14/+20 |
2019-09-30 | session: Fix missing elt regrab |  Nathan Skrzypczak | 1 | -0/+1 |
2019-09-30 | ipsec: add insecure option for format of SA |  Christian E. Hopps | 3 | -3/+9 |
2019-09-27 | ipsec: support 4o6 and 6o4 for tunnel protect |  Neale Ranns | 2 | -25/+31 |
2019-09-27 | session: fix io_evt mq locking |  Nathan Skrzypczak | 1 | -3/+2 |
2019-09-26 | misc: add vnet classify filter set support |  Dave Barach | 8 | -51/+228 |
2019-09-26 | ip: fix use-after-free in reassembly |  Benoît Ganne | 2 | -6/+8 |
2019-09-26 | ip: add shallow virtual reassembly functionality |  Klement Sekera | 12 | -94/+2816 |
2019-09-26 | classify: use vector code even when data is not aligned |  Damjan Marion | 2 | -203/+145 |
2019-09-25 | devices: pipe API cleanup |  Jakub Grajciar | 1 | -7/+9 |
2019-09-25 | ip: respect buffer boundary when searching for ipv6 headers |  Klement Sekera | 5 | -59/+118 |
2019-09-25 | udp: do not send received packets to error-drop |  Aloys Augustin | 1 | -192/+173 |
2019-09-25 | session: validate connection in session lookup del |  Florin Coras | 1 | -1/+1 |