Age | Commit message (Expand) | Author | Files | Lines |
2020-10-31 | ikev2: add option to disable NAT traversal |  Filip Tehlar | 9 | -34/+154 |
2020-11-04 | ikev2: fix reply during rekey |  Filip Tehlar | 2 | -44/+192 |
2020-11-04 | ikev2: increase tick interval in process node |  Filip Tehlar | 1 | -13/+2 |
2020-11-04 | tls: fix picotls engine crypto multi-thread issue |  Simon Zhang | 3 | -4/+13 |
2020-11-03 | nat: bihash: fix buckets calc and remove mem param |  Klement Sekera | 5 | -92/+33 |
2020-11-02 | ikev2: cli for disabling dead peer detection |  Filip Tehlar | 3 | -2/+30 |
2020-11-02 | nat: fix nat64 disable |  Benoît Ganne | 1 | -5/+10 |
2020-10-30 | ikev2: fix memory leak |  Filip Tehlar | 1 | -2/+7 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -2/+6 |
2020-10-29 | session: fix ct cleanup before full establishement |  Florin Coras | 1 | -2/+26 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 13 | -0/+18 |
2020-10-26 | memif: handle unexpected EPOLLOUT for RX queue |  Steven Luong | 1 | -0/+12 |
2020-10-26 | tcp: byte tracker fix |  Ryujiro Shibuya | 1 | -0/+215 |
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 | vlib: add VLIB_REGISTER_LOG_CLASS macro |  Damjan Marion | 2 | -10/+12 |
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 | vrrp: asynchronous events on VR state change |  Matthew Smith | 5 | -22/+128 |
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 | 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 | tcp: remove snd_una_max |  Florin Coras | 1 | -8/+2 |
2020-10-23 | nat: nat44 enable/disable dynamic config |  Filip Varga | 11 | -577/+1008 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set |  Damjan Marion | 6 | -13/+17 |
2020-10-21 | ikev2: support sending requests from responder |  Filip Tehlar | 4 | -29/+146 |
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 | 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 | svm: fix fifo unit test |  Benoît Ganne | 1 | -4/+6 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 33 | -26/+36 |
2020-10-21 | dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driver |  Dimitrios Markou | 1 | -2/+2 |
2020-10-20 | wireguard: reset secret data before freeing it |  Benoît Ganne | 1 | -4/+4 |
2020-10-19 | vcl: cleanup read and write ready |  Florin Coras | 1 | -0/+2 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c |  Neale Ranns | 2 | -2/+1 |
2020-10-19 | hsa: refactor socket client app |  Florin Coras | 3 | -315/+177 |
2020-10-19 | hsa: cleanup sock server test |  Florin Coras | 2 | -380/+261 |
2020-10-19 | misc: don't export symbols from plugins |  Damjan Marion | 5 | -6/+7 |
2020-10-16 | acl: do vlib_buffer_enqueue_to_next in outer function |  Damjan Marion | 1 | -8/+11 |
2020-10-16 | nat: error in input parameter of init_nat_k |  Dengfeng Liu | 1 | -1/+1 |
2020-10-14 | crypto: fixed ipsec_mb lib dependencies |  PiotrX Kleski | 1 | -15/+0 |
2020-10-14 | nat: Fix ICMP bypass session creation |  Vladimir Isaev | 1 | -0/+6 |
2020-10-14 | cnat: Fix backend LB |  Nathan Skrzypczak | 1 | -1/+1 |