Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | ikev2: fix memory leak |  Filip Tehlar | 1 | -2/+7 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 20 | -72/+664 |
2020-10-29 | vcl: support fifo segments with ct sessions |  Florin Coras | 1 | -7/+12 |
2020-10-29 | session: fix ct cleanup before full establishement |  Florin Coras | 2 | -3/+32 |
2020-10-29 | vcl session: minimize ct io events |  Florin Coras | 2 | -12/+21 |
2020-10-29 | tap: fix the segv |  Mohsin Kazmi | 1 | -2/+5 |
2020-10-29 | vcl: fix epoll fd cleanup |  Florin Coras | 1 | -1/+1 |
2020-10-28 | build: explicitly stop vpp in vpp.preinst |  Dave Barach | 1 | -0/+1 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 55 | -686/+940 |
2020-10-28 | virtio: fix the buffer array index |  Mohsin Kazmi | 1 | -1/+1 |
2020-10-27 | vcl: postpone unhandled ctrl events if needed |  Florin Coras | 2 | -63/+117 |
2020-10-27 | session: per worker state for ct sessions |  Florin Coras | 4 | -87/+131 |
2020-10-26 | vppinfra: clib_mem_vm_{un}map thread safe |  Damjan Marion | 2 | -0/+25 |
2020-10-26 | memif: handle unexpected EPOLLOUT for RX queue |  Steven Luong | 1 | -0/+12 |
2020-10-26 | virtio: improve the compile time |  Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | dpdk: allow offline build by caching build-deps |  Mohammed Hawari | 1 | -4/+6 |
2020-10-26 | virtio: reduce the compile time for device.c |  Mohsin Kazmi | 1 | -15/+19 |
2020-10-26 | tls: separate init from enable |  Florin Coras | 1 | -29/+50 |
2020-10-26 | session: fix feature disable |  Florin Coras | 3 | -2/+22 |
2020-10-26 | session: fix ct local listener session index |  Florin Coras | 1 | -0/+1 |
2020-10-26 | vcl: avoid epoll cleanup before app close |  Florin Coras | 1 | -69/+74 |
2020-10-26 | tcp: byte tracker fix |  Ryujiro Shibuya | 2 | -1/+220 |
2020-10-26 | avf: use atomic store instead of barrier |  Damjan Marion | 2 | -4/+3 |
2020-10-26 | rdma: fix clang-11 build |  Damjan Marion | 1 | -1/+1 |
2020-10-26 | nat: nat44 cli command fix |  Filip Varga | 2 | -11/+10 |
2020-10-26 | fib: API to extract any resolving interface rather than the one from the |  Neale Ranns | 3 | -1/+23 |
2020-10-26 | vlib: add VLIB_REGISTER_LOG_CLASS macro |  Damjan Marion | 4 | -48/+96 |
2020-10-24 | pppoe: make pppoe plugin work with dot1q subinterfaces |  zstas | 8 | -39/+265 |
2020-10-24 | vmxnet3: vmxnet3_dump is broken |  Steven Luong | 1 | -0/+3 |
2020-10-24 | af_xdp: add option to claim all available rx queues |  Benoît Ganne | 6 | -38/+55 |
2020-10-24 | ipsec: remove pending node |  Fan Zhang | 3 | -104/+127 |
2020-10-24 | vrrp: asynchronous events on VR state change |  Matthew Smith | 6 | -23/+130 |
2020-10-24 | rdma: implement striding rq for multiseg rx |  Mohammed Hawari | 4 | -130/+433 |
2020-10-24 | rdma: add RSS support for IPv6 and TCP |  Benoît Ganne | 2 | -32/+58 |
2020-10-24 | build: add compile_commands.json cleanup script |  Damjan Marion | 2 | -1/+31 |
2020-10-24 | cnat: coverity fix |  Nathan Skrzypczak | 3 | -11/+23 |
2020-10-24 | lb: Loadbalancer plugin, correctly rewrite checksum in L3DSR, non-TCP cases |  Hiroki Narukawa | 1 | -4/+14 |
2020-10-24 | vmxnet3: add sw_if_index filter to vmxnet3 interface dump |  Steven Luong | 3 | -1/+178 |
2020-10-23 | vlib: log: fix non-null terminated strings |  jiangxiaoming | 1 | -0/+1 |
2020-10-23 | tcp: remove snd_una_max |  Florin Coras | 8 | -30/+17 |
2020-10-23 | tcp: remove force retransmit timer update |  Florin Coras | 2 | -17/+8 |
2020-10-23 | build: fix typo in dpdk-20.08 patch #0003 |  Dave Wallace | 1 | -2/+2 |
2020-10-23 | tcp: remove delack time config |  Florin Coras | 2 | -4/+0 |
2020-10-23 | nat: nat44 enable/disable dynamic config |  Filip Varga | 11 | -577/+1008 |
2020-10-23 | vppinfra: add bihash_8/24_16 to headers list |  jiangxiaoming | 1 | -0/+2 |
2020-10-22 | virtio: checksum error reported for ip6 traffic with GSO enable |  Steven Luong | 2 | -11/+1 |
2020-10-22 | svm: support large memfd segments |  Florin Coras | 1 | -2/+2 |
2020-10-22 | tcp: no send space in timer recovery |  Florin Coras | 1 | -1/+4 |
2020-10-22 | vppinfra: missing __clib_export va_unformat |  Juraj Linkeš | 1 | -1/+1 |
2020-10-22 | pci: set PCI memory enable before mapping PCI BAR |  Mohammed Hawari | 1 | -0/+12 |