Age | Commit message (Expand) | Author | Files | Lines |
2019-10-27 | sr: fix deleting an SR l2 steering policy |  Ahmed Abdelsalam | 1 | -3/+7 |
2019-10-22 | bonding: feature arc may not be enabled for the slave interface |  Steven Luong | 1 | -2/+2 |
2019-10-22 | ip: fix clang debug compilation |  Benoît Ganne | 1 | -3/+1 |
2019-10-22 | tcp: fix tso not work in single buffer issue |  Simon Zhang | 2 | -6/+9 |
2019-10-22 | mpls: support fragmentation of mpls output packet |  Rajesh Goel | 6 | -16/+120 |
2019-10-22 | ip: only install IPv6 prefixes in FIB when the interface is up |  Neale Ranns | 1 | -39/+36 |
2019-10-22 | fib: P2P interfaces do not need specific multicast adjacencies |  Neale Ranns | 1 | -3/+18 |
2019-10-18 | tcp: rate sample for persist segments |  Florin Coras | 1 | -0/+6 |
2019-10-18 | dhcp: API return code fix |  Neale Ranns | 1 | -2/+2 |
2019-10-18 | ip: Fix IP unnumbered dump of one interface |  Neale Ranns | 1 | -1/+1 |
2019-10-17 | fib: fix use-after-free for interface adj removal |  Benoît Ganne | 1 | -0/+3 |
2019-10-17 | bonding: graph node running after bond-input in feature arc may crash |  Steven Luong | 2 | -3/+42 |
2019-10-17 | ip: RD-CP API incorrect reply code |  Neale Ranns | 1 | -1/+1 |
2019-10-17 | fib: recursive calculation leads to delegate pool realloc |  Neale Ranns | 1 | -4/+14 |
2019-10-16 | misc: add "maxframe" and "rate" to packet-generator cli. |  Christian E. Hopps | 3 | -5/+13 |
2019-10-15 | ip: fix use-after-free in IPv6 SLAAC expiration |  Benoît Ganne | 1 | -3/+11 |
2019-10-14 | devices: vhost not reading packets from vring |  Steven Luong | 2 | -0/+25 |
2019-10-14 | ip: MFIB CLI fix for parsing path flags |  Neale Ranns | 2 | -3/+4 |
2019-10-11 | lisp: fix dangling references to bihash tables |  Dave Barach | 1 | -6/+26 |
2019-10-11 | session: fix use-after-free |  Benoît Ganne | 4 | -4/+5 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 6 | -122/+194 |
2019-10-07 | ipsec: fix use-after-free |  Benoît Ganne | 1 | -3/+7 |
2019-10-07 | bonding: fix non-null-terminated C-string |  Benoît Ganne | 1 | -2/+8 |
2019-10-05 | bonding: traffic traversing the wrong interface |  Steven Luong | 1 | -0/+1 |
2019-10-04 | session: Fix missing elt regrab |  Nathan Skrzypczak | 1 | -0/+1 |
2019-10-04 | ipsec: support 4o6 and 6o4 for tunnel protect |  Neale Ranns | 2 | -25/+31 |
2019-10-04 | misc: add vnet classify filter set support |  Dave Barach | 8 | -51/+228 |
2019-10-03 | session: allow transport cleanup in any state |  Florin Coras | 1 | -3/+2 |
2019-10-03 | session: fix io_evt mq locking |  Nathan Skrzypczak | 1 | -3/+2 |
2019-10-03 | ip: fix use-after-free in reassembly |  Benoît Ganne | 2 | -6/+8 |
2019-10-03 | classify: use vector code even when data is not aligned |  Damjan Marion | 2 | -203/+145 |
2019-10-03 | ip: respect buffer boundary when searching for ipv6 headers |  Klement Sekera | 5 | -59/+118 |
2019-10-03 | session: fix unbind coverity warning |  Florin Coras | 1 | -0/+7 |
2019-10-03 | ipsec: add insecure option for format of SA |  Christian E. Hopps | 3 | -3/+9 |
2019-10-03 | udp: do not send received packets to error-drop |  Aloys Augustin | 1 | -192/+173 |
2019-10-03 | session: fix cleanup in closing states |  Florin Coras | 2 | -3/+3 |
2019-10-03 | fib: fix some typos in fib/mtrie |  Lijian.Zhang | 19 | -34/+34 |
2019-10-03 | ip: refactor reassembly |  Klement Sekera | 10 | -829/+872 |
2019-10-03 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 10 | -0/+10 |
2019-10-03 | classify: remove includes from classifier header file |  Damjan Marion | 7 | -10/+7 |
2019-10-02 | ip: mfib CLI 'via local' fix |  Neale Ranns | 1 | -0/+2 |
2019-10-02 | session: validate connection in session lookup del |  Florin Coras | 1 | -1/+1 |
2019-10-02 | tcp: use sacks for timer based recovery |  Florin Coras | 9 | -278/+337 |
2019-10-02 | ip: fix memory leak in ip_dump handler |  Matthew Smith | 1 | -0/+2 |
2019-10-01 | session: avoid transport cleanup if previously deleted |  Florin Coras | 1 | -2/+3 |
2019-09-30 | session: move ctrl messages from bapi to mq |  Florin Coras | 9 | -106/+675 |
2019-09-30 | tcp: fix unformat cwnd multiplier |  Florin Coras | 1 | -16/+18 |
2019-09-30 | fib: do not dump no-longer valid adjacencies |  Benoît Ganne | 4 | -3/+23 |
2019-09-30 | session: fix msg freeing on error |  Nathan Skrzypczak | 2 | -13/+7 |
2019-09-30 | tcp: refactor congestion event handling |  Florin Coras | 1 | -40/+36 |