Age | Commit message (Expand) | Author | Files | Lines |
2021-08-12 | nat: NAT44ED configuration refactor |  Filip Varga | 4 | -378/+365 |
2021-08-12 | nat: correct pool ops when disable nat44 plugin |  Alexander Skorichenko | 1 | -10/+10 |
2021-08-12 | tls: add start_listen openssl API return value check |  Ofer Heifetz | 1 | -4/+30 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t |  Neale Ranns | 1 | -6/+4 |
2021-08-10 | tls: picotls optimize rx path |  Florin Coras | 1 | -69/+113 |
2021-08-10 | tls: picotls optimize writes |  Florin Coras | 2 | -113/+188 |
2021-08-10 | ip: Use the IP4 lookup functions |  Neale Ranns | 1 | -52/+23 |
2021-08-06 | tls: avoid picotls buffer allocs on rx |  Florin Coras | 2 | -3/+9 |
2021-08-06 | tls: avoid ptls ctx free on transport close |  Florin Coras | 1 | -2/+1 |
2021-08-05 | nat: nat44-ed disable protection for api/cli |  Filip Varga | 4 | -60/+67 |
2021-08-04 | memif: fix offset |  Artem Glazychev | 1 | -1/+1 |
2021-08-03 | quic: do not update crypto keys from workers |  Aloys Augustin | 3 | -20/+59 |
2021-08-03 | tls: picotls handle accept failures |  Florin Coras | 1 | -3/+15 |
2021-07-30 | tls: picotls rx fixes and improvements |  Florin Coras | 2 | -149/+126 |
2021-07-29 | nat: fix ICMP checksum validation |  Klement Sekera | 1 | -9/+9 |
2021-07-27 | vppinfra: introduce CLIB_CACHE_PREFETCH_BYTES |  Damjan Marion | 1 | -2/+0 |
2021-07-22 | vppinfra: add abstract socket & netns fns |  Nathan Skrzypczak | 1 | -23/+10 |
2021-07-22 | nat: nat44-ed configuration refactor & cleanup |  Filip Varga | 9 | -896/+1195 |
2021-07-21 | hsa: separate ctrl and test session accept vcl server |  Florin Coras | 1 | -1/+43 |
2021-07-19 | nat: harden ICMP handling |  Klement Sekera | 4 | -49/+110 |
2021-07-16 | dpdk: improve tx offload formatting |  Mohsin Kazmi | 1 | -16/+32 |
2021-07-16 | snort: snort3 plugin and DAQ |  Damjan Marion | 8 | -0/+2326 |
2021-07-15 | dpdk: enable RX interrupts for the virtio driver |  Robert Shearman | 1 | -0/+8 |
2021-07-15 | acl: Fix the CLI to accept IPv6 prefixes |  Neale Ranns | 1 | -16/+5 |
2021-07-15 | linux-cp: clear all db entries when deleting a pair |  Sergio Gonzalez Monroy | 1 | -1/+2 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 30 | -121/+110 |
2021-07-15 | nat: nat44-ed sm fix |  Filip Varga | 1 | -15/+13 |
2021-07-14 | nat: refactoring NAT44ED cfg functions |  Filip Varga | 4 | -344/+500 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum |  Filip Tehlar | 1 | -1/+0 |
2021-07-13 | mss_clamp: coverity test fix |  Miklos Tirpak | 1 | -3/+6 |
2021-07-13 | misc: fix init order to avoid startup warnings |  Bin Zhou (bzhou2) | 2 | -8/+8 |
2021-07-13 | dpdk: add base-virtaddr config option |  Robert Shearman | 1 | -1/+4 |
2021-07-12 | papi: remove shared memory transport |  Ole Troan | 2 | -2/+0 |
2021-07-12 | session: api cleanup |  Filip Tehlar | 3 | -29/+39 |
2021-07-06 | l3xc: reset dpo on delete |  Benoît Ganne | 1 | -0/+1 |
2021-07-02 | crypto: fix sw async crypto with chained buffers |  Benoît Ganne | 1 | -31/+30 |
2021-07-01 | vmxnet3: support manual thread assignment to tx queue |  Steven Luong | 3 | -18/+26 |
2021-06-30 | memif: fix tx desc length for chained buffers in copy mode |  Benoît Ganne | 1 | -0/+1 |
2021-06-30 | rdma: fix chained buffer tx path in dv mode |  Benoît Ganne | 1 | -24/+20 |
2021-06-30 | memif: fix chain buffer length in zero-copy mode |  Benoît Ganne | 1 | -0/+1 |
2021-06-26 | vrrp: prevent segfault in multicast join due to missing LL Addr |  Jon Loeliger | 1 | -2/+5 |
2021-06-24 | linux-cp: stop managing adjacencies for tunnels |  Alexander Chernavin | 1 | -0/+12 |
2021-06-24 | linux-cp: add callbacks for pair management |  Matthew Smith | 2 | -15/+41 |
2021-06-23 | mss_clamp: iterate enabled direction as a vector, not pool |  Jon Loeliger | 1 | -2/+2 |
2021-06-23 | nat: ICMP handling fixes |  Klement Sekera | 4 | -24/+110 |
2021-06-22 | dpdk: enable igc devices |  Matthew Smith | 2 | -27/+29 |
2021-06-22 | nat: don't drop packet with ttl=1 if output feature |  Klement Sekera | 1 | -2/+2 |
2021-06-21 | fib: Add unit test for RR source using covers labels |  Neale Ranns | 1 | -1/+69 |
2021-06-18 | session: udp accept session state should be updated by app |  jxm | 1 | -0/+1 |
2021-06-16 | vcl: basic support for epoll level-triggered evts |  Florin Coras | 2 | -6/+6 |