Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-10-22 | build: add -E to sudo invocation in top-level Makefile |  Damjan Marion | 1 | -1/+1 |
2020-10-22 | tap: fix the api for use of vec_len |  Mohsin Kazmi | 1 | -3/+8 |
2020-10-21 | tcp: updating time constans as timer tick changed |  Ryujiro Shibuya | 2 | -15/+17 |
2020-10-21 | vlib: per-class logging configuration in startup.conf |  Damjan Marion | 3 | -3/+99 |
2020-10-21 | stats: missing dimension in stat_set_simple_counter |  Ole Troan | 3 | -9/+26 |
2020-10-21 | vppinfra: missing __clib_export |  Nathan Skrzypczak | 1 | -1/+1 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set |  Damjan Marion | 14 | -90/+171 |
2020-10-21 | build: fix broken debian dependencies on ubuntu-18.04 & debian-9 |  Dave Wallace | 1 | -2/+2 |
2020-10-21 | ikev2: support sending requests from responder |  Filip Tehlar | 4 | -29/+146 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces |  Neale Ranns | 7 | -11/+192 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API |  Neale Ranns | 12 | -146/+225 |
2020-10-21 | ikev2: fix setting responder/initiator addresses |  Filip Tehlar | 4 | -67/+95 |
2020-10-21 | ikev2: prevent crash after no IP address |  Filip Tehlar | 1 | -196/+345 |
2020-10-21 | cnat: allow max_u16 translation backends |  Nathan Skrzypczak | 4 | -8/+25 |
2020-10-21 | virtio: run process to send interrupts to input nodes |  Mohsin Kazmi | 4 | -17/+112 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash |  Neale Ranns | 7 | -81/+294 |
2020-10-21 | vcl: wait for sendto to connect if needed |  Florin Coras | 1 | -8/+15 |
2020-10-21 | misc: fix tracedump graph api initialization overflow |  Benoît Ganne | 1 | -2/+0 |
2020-10-21 | af_xdp: fix NUMA node parsing |  Benoît Ganne | 1 | -11/+9 |
2020-10-21 | stn: remove dependency on tcp and udp headers |  Florin Coras | 1 | -6/+18 |
2020-10-21 | gso: remove dependency on tcp proto implementation |  Florin Coras | 3 | -2/+2 |