Age | Commit message (Expand) | Author | Files | Lines |
2019-10-15 | vlib: pci: set pci driver name to none when no driver is loaded |  Benoît Ganne | 1 | -0/+2 |
2019-10-15 | ip: fix use-after-free in IPv6 SLAAC expiration |  Benoît Ganne | 1 | -3/+11 |
2019-10-15 | nat: fix use-after-free |  Benoît Ganne | 1 | -4/+6 |
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 | tcp: unittest: do not access non-existent samples |  Benoît Ganne | 1 | -1/+0 |
2019-10-11 | acl: fix intermittent test failure |  Andrew Yourtchenko | 1 | -9/+9 |
2019-10-11 | quic: Create custom event logger |  MathiasRaoul | 1 | -2/+39 |
2019-10-11 | api: fix non-null-terminated C-string |  Benoît Ganne | 1 | -5/+10 |
2019-10-11 | ipsec: initialize msgid and allow no dh in child sa |  Christian E. Hopps | 1 | -14/+18 |
2019-10-11 | quic: Add Tx, Rx and packet drop counters |  MathiasRaoul | 3 | -0/+66 |
2019-10-11 | session: fix use-after-free |  Benoît Ganne | 5 | -6/+7 |
2019-10-11 | quic: add cli command for stats |  MathiasRaoul | 1 | -0/+47 |
2019-10-11 | hsa: fix vpp_echo mq locking |  Nathan Skrzypczak | 3 | -18/+62 |
2019-10-11 | vppinfra: implement CLIB_PAUSE () for aarch64 platforms |  jaszha03 | 1 | -0/+2 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 6 | -122/+194 |
2019-10-09 | rdma: prevent loopback of broadcast packets |  Benoît Ganne | 1 | -4/+9 |
2019-10-09 | rdma: make sure pci subsystem is initialized |  Benoît Ganne | 1 | -1/+6 |
2019-10-08 | dns: fix non-NULL terminated C-string |  Benoît Ganne | 1 | -0/+2 |
2019-10-08 | vlib: fix old nodes vector overflow in refork |  Benoît Ganne | 1 | -5/+2 |
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-07 | api: fix use-after-free |  Benoît Ganne | 1 | -3/+3 |
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 |