Age | Commit message (Expand) | Author | Files | Lines |
2020-08-13 | fib: fix accessing empty dpo pool elements |  ShivaShankarK | 2 | -2/+8 |
2020-08-13 | udp: fix local node no port error counter |  Florin Coras | 1 | -9/+6 |
2020-08-13 | fib: fix adjacency cli command issue |  ShivaShankarK | 1 | -3/+1 |
2020-08-13 | misc: fix error handling in punt_replicate |  Dave Barach | 2 | -2/+8 |
2020-08-13 | vat: fix vat strncpy stringop-overflow |  Ray Kinsella | 1 | -2/+1 |
2020-08-13 | vat: fix static analysis warning |  Dave Barach | 1 | -2/+3 |
2020-08-13 | misc: strcpy be gone |  Dave Barach | 8 | -30/+30 |
2020-08-13 | misc: sprintf be gone |  Dave Barach | 14 | -195/+206 |
2020-08-13 | misc: fix sonarcloud html issue |  Dave Wallace | 1 | -1/+1 |
2020-08-13 | dpdk: VM VHOST tests with rxq>1 failing |  Steven Luong | 1 | -0/+1 |
2020-08-13 | misc: fix static analysis warnings |  Dave Barach | 2 | -4/+4 |
2020-08-13 | session: fix fifos display |  Aloys Augustin | 1 | -5/+2 |
2020-08-13 | udp: validate input data length |  Florin Coras | 1 | -4/+7 |
2020-08-13 | ipsec: use id in ipsec_tunnel_protect_details |  Matthew Smith | 1 | -4/+6 |
2020-08-13 | session: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-08-13 | ip: Adding IP tables is no MP safe |  Neale Ranns | 1 | -2/+0 |
2020-08-13 | avf: fix rx queue refill on buffer alloc failure |  Damjan Marion | 1 | -6/+6 |
2020-08-13 | vcl: fix ldp recv return on error |  Florin Coras | 1 | -1/+4 |
2020-08-13 | vcl: fix ldp writev 0 vecs |  Florin Coras | 1 | -12/+8 |
2020-08-13 | avf: proper promisc handling |  Damjan Marion | 2 | -7/+27 |
2020-08-13 | virtio: vhost gso checksum error when both indirect and mrg_rxbuf are off |  Steven Luong | 1 | -20/+19 |
2020-08-13 | dpdk: false link down issue with ixgbe NIC |  Lijian.Zhang | 1 | -0/+66 |
2020-08-13 | vlib: complain if workers are configured twice |  Vladimir Isaev | 1 | -1/+10 |
2020-08-13 | vlib: fix error when creating avf interface on SMP system |  Jieqiang Wang | 1 | -1/+13 |
2020-08-13 | ip: provide extern declaration for ip punt nodes |  Jawahar Santosh Gundapaneni | 2 | -0/+2 |
2020-08-13 | tcp: count dupacks with no sacks |  Florin Coras | 2 | -1/+3 |
2020-08-13 | ethernet: Copy only 6 bytes of mac address into a u64 |  Jon Loeliger | 1 | -3/+3 |
2020-08-13 | pg: update packet generator test scripts |  ShivaShankarK | 23 | -46/+46 |
2020-08-13 | lb: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-08-13 | udp: fix UDP socket byte order in lookup |  Andreas Schultz | 1 | -1/+2 |
2020-08-13 | misc: Fix vpp-selinux-policy dependency on CentOS 8 |  Renato Botelho do Couto | 1 | -1/+6 |
2020-08-13 | fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to client |  IJsbrand Wijnands | 1 | -0/+4 |
2020-08-13 | vppapigen: crc is a negative value for some messages when using python 2.7 |  Mark Nelson | 1 | -2/+2 |
2020-08-13 | ebuild: fix the distclean target |  Dave Barach | 1 | -16/+13 |
2020-08-13 | vppapigen: list imports in JSON |  Ondrej Fabry | 1 | -0/+7 |
2020-08-13 | lb: Fix generating illegal key in per-port vip |  Yasuhiro Nakamura | 1 | -0/+2 |
2020-08-13 | vat: add ip api types parser definitions |  Jakub Grajciar | 5 | -3/+52 |
2020-08-13 | map: handle IPv6 extension headers for TCP/UDP |  Vladimir Isaev | 1 | -2/+2 |
2020-08-13 | unittest: Skip string test case for sizeof (src) > sizeof (dst) |  Steven Luong | 2 | -4/+19 |
2020-08-12 | crypto-openssl: fix coverity warnings |  Filip Tehlar | 1 | -5/+5 |
2020-08-12 | tcp: remove useless prediction |  Simon Zhang | 1 | -3/+1 |
2020-08-12 | gbp: Coverity warnings for unitialized variables |  Neale Ranns | 2 | -0/+3 |
2020-08-12 | fib: Uninitialised pad in the prefix (coverity warning) |  Neale Ranns | 1 | -0/+2 |
2020-08-12 | ipip: Unintialized return variable (coverity warning) |  Neale Ranns | 1 | -0/+1 |
2020-08-12 | ip: Unintialized variables in prefx setup (coverity warning) |  Neale Ranns | 2 | -0/+2 |
2020-08-12 | tcp: fix coverity warning in bt |  Florin Coras | 1 | -1/+1 |
2020-08-12 | lisp: fix coverity warnings |  Florin Coras | 1 | -0/+1 |
2020-08-12 | fib: adjacency midchain teardown (VPP-1841) |  Neale Ranns | 3 | -5/+40 |
2020-08-12 | map: honor pre-resolve param in map-t |  Alexander Chernavin | 6 | -30/+153 |
2020-08-12 | misc: fix coverity warnings |  Dave Barach | 11 | -16/+48 |