Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | ikev2: fix msg IDs generation | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -14/+16 |
2020-11-09 | ikev2: fix udp encap | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -9/+23 |
2020-11-09 | tap: add function to set speed | ![](//seccdn.libravatar.org/avatar/73855d90e4e0cc39224d17a56c85cefd?s=13&d=retro) Alexander Chernavin | 2 | -1/+83 |
2020-11-09 | ipsec: fix unformat types | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -2/+2 |
2020-11-09 | ipsec: fix outer table id lookup in ipsec tun script | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -1/+1 |
2020-11-06 | ipsec: add support for tx-table-id in cli + example | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 3 | -3/+89 |
2020-11-05 | tcp: avoid consuming trailing bytes | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -0/+4 |
2020-11-05 | nat: fix hairpinning trace | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -3/+3 |
2020-11-05 | vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENT | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -22/+1 |
2020-11-05 | build: link time optimization for release builds | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 3 | -2/+21 |
2020-11-05 | build: run garbage collection while linking plugins | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+3 |
2020-11-05 | nat: remove unnecessary code | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 3 | -28/+24 |
2020-11-05 | tap: allow change of carrier state on host | ![](//seccdn.libravatar.org/avatar/b9eb332dbd684bd67b828481521e9340?s=13&d=retro) Matthew Smith | 4 | -0/+45 |
2020-11-05 | virtio: misc optimizations | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -35/+41 |
2020-11-05 | ip: fix doxygen doc for address add/del command | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -2/+2 |
2020-11-05 | cnat: reduce compile time | ![](//seccdn.libravatar.org/avatar/d6f0f6ed699ce186663aa2a6f2808cca?s=13&d=retro) Nathan Skrzypczak | 2 | -20/+20 |
2020-11-05 | nat: fix byte order of vrf_id in logging | ![](//seccdn.libravatar.org/avatar/73855d90e4e0cc39224d17a56c85cefd?s=13&d=retro) Alexander Chernavin | 1 | -0/+3 |
2020-11-05 | virtio: move retry logic to outer function | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -8/+9 |
2020-11-05 | feature: reset interface feature arc on interface deletion | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 5 | -27/+65 |
2020-11-05 | nat: remove unused code | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -22/+0 |
2020-11-04 | session: fix ct server session thread index | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -2/+3 |
2020-11-04 | build: better detection of libbpf dependencies | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -4/+6 |
2020-11-04 | vlib: add postmortem pcap dispatch trace | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 6 | -17/+95 |
2020-11-04 | rdma: various fixes for chained buffers tx | ![](//seccdn.libravatar.org/avatar/a2f085e834b516e7254f7fb6334f1280?s=13&d=retro) Mohammed Hawari | 1 | -14/+19 |
2020-10-31 | ikev2: add option to disable NAT traversal | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 9 | -34/+154 |
2020-11-04 | ikev2: fix reply during rekey | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -44/+192 |
2020-11-04 | ikev2: increase tick interval in process node | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -13/+2 |
2020-11-04 | tls: fix picotls engine crypto multi-thread issue | ![](//seccdn.libravatar.org/avatar/6ff9361a93e17972fec1d83541411b8c?s=13&d=retro) Simon Zhang | 3 | -4/+13 |
2020-11-03 | session: reduce max session node frame size | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -4/+5 |
2020-11-03 | nat: bihash: fix buckets calc and remove mem param | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 5 | -92/+33 |
2020-11-02 | ikev2: cli for disabling dead peer detection | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 3 | -2/+30 |
2020-11-02 | nat: fix nat64 disable | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -5/+10 |
2020-10-30 | ikev2: fix memory leak | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -2/+7 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 20 | -72/+664 |
2020-10-29 | vcl: support fifo segments with ct sessions | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -7/+12 |
2020-10-29 | session: fix ct cleanup before full establishement | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -3/+32 |
2020-10-29 | vcl session: minimize ct io events | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -12/+21 |
2020-10-29 | tap: fix the segv | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 1 | -2/+5 |
2020-10-29 | vcl: fix epoll fd cleanup | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -1/+1 |
2020-10-28 | build: explicitly stop vpp in vpp.preinst | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+1 |
2020-10-28 | misc: Break the big IP header files to improve compile time | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 55 | -686/+940 |
2020-10-28 | virtio: fix the buffer array index | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 1 | -1/+1 |
2020-10-27 | vcl: postpone unhandled ctrl events if needed | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -63/+117 |
2020-10-27 | session: per worker state for ct sessions | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 4 | -87/+131 |
2020-10-26 | vppinfra: clib_mem_vm_{un}map thread safe | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 2 | -0/+25 |
2020-10-26 | memif: handle unexpected EPOLLOUT for RX queue | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven Luong | 1 | -0/+12 |
2020-10-26 | virtio: improve the compile time | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | dpdk: allow offline build by caching build-deps | ![](//seccdn.libravatar.org/avatar/a2f085e834b516e7254f7fb6334f1280?s=13&d=retro) Mohammed Hawari | 1 | -4/+6 |
2020-10-26 | virtio: reduce the compile time for device.c | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 1 | -15/+19 |
2020-10-26 | tls: separate init from enable | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -29/+50 |