Age | Commit message (Expand) | Author | Files | Lines |
2019-10-05 | bonding: traffic traversing the wrong interface | Steven Luong | 1 | -0/+1 |
2019-10-04 | hsa: fix non-NULL terminated C-string use in echo | Benoît Ganne | 1 | -9/+9 |
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-04 | vlib: improve summary vector-rate statistics | Dave Barach | 8 | -103/+105 |
2019-10-04 | stats: fix per-worker stat vector length | Benoît Ganne | 1 | -3/+4 |
2019-10-03 | session: allow transport cleanup in any state | Florin Coras | 1 | -3/+2 |
2019-10-03 | rdma: fix non-NULL terminated C-string overflow | Benoît Ganne | 2 | -3/+3 |
2019-10-03 | session: fix io_evt mq locking | Nathan Skrzypczak | 1 | -3/+2 |
2019-10-03 | tests: add quic plugin qclose/sclose tests | Dave Wallace | 1 | -25/+197 |
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 | 3 | -203/+147 |
2019-10-03 | ip: respect buffer boundary when searching for ipv6 headers | Klement Sekera | 6 | -61/+119 |
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 | vcl: initialize ctrl_mq in workers | Florin Coras | 2 | -1/+5 |
2019-10-03 | ipsec: allow null cipher with dpdk esp | Christian E. Hopps | 1 | -1/+2 |
2019-10-03 | ipsec: fix memleaks in ikev2 openssl code | Christian E. Hopps | 1 | -3/+15 |
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 | 20 | -35/+35 |
2019-10-03 | ip: refactor reassembly | Klement Sekera | 10 | -829/+872 |
2019-10-03 | papi: truncate long logger messages | Klement Sekera | 1 | -1/+4 |
2019-10-03 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 21 | -0/+32 |
2019-10-03 | gbp: fix contract rule handling | Benoît Ganne | 7 | -20/+50 |
2019-10-03 | hsa: fix typo in vpp_echo for tx-buf | MathiasRaoul | 1 | -6/+6 |
2019-10-03 | nat: fix update of outside fibs (output-feature) | Dmitry Vakhrushev | 3 | -4/+198 |
2019-10-03 | classify: remove includes from classifier header file | Damjan Marion | 14 | -10/+14 |
2019-10-03 | hsa: refactor vpp_echo failure handling | Dave Wallace | 7 | -97/+214 |
2019-10-03 | vcl: allow non-blocking connects | Florin Coras | 4 | -17/+38 |
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-10-01 | hsa: fix vpp_echo stats output | Dave Wallace | 1 | -16/+37 |
2019-09-30 | session: move ctrl messages from bapi to mq | Florin Coras | 14 | -273/+808 |
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 | gbp: remove loopback interfaces between tests | Benoît Ganne | 1 | -0/+3 |
2019-09-30 | session: fix msg freeing on error | Nathan Skrzypczak | 4 | -24/+7 |
2019-09-30 | tcp: refactor congestion event handling | Florin Coras | 1 | -40/+36 |
2019-09-30 | session: builtin app rx notifications regardless of state | Florin Coras | 1 | -3/+5 |
2019-09-30 | ikev2: add support for GCM cipher | Filip Tehlar | 3 | -1/+43 |
2019-09-30 | quic : refactor function naming | MathiasRaoul | 3 | -56/+51 |
2019-09-30 | tcp: compute snd time for rate sample | Florin Coras | 3 | -29/+28 |
2019-09-30 | session: limit pacer bucket size | Florin Coras | 2 | -2/+4 |
2019-09-30 | vlib: fix cli process stack overflow | Aloys Augustin | 1 | -1/+1 |
2019-09-30 | http_static: add dynamic GET / POST method hooks | Dave Barach | 3 | -178/+342 |