Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | acl: fix prefetch out of struct bound on Arm |  Tianyu Li | 1 | -1/+1 |
2021-08-23 | af_xdp: fix xsk_socket__delete left un-cleanup |  arikachen | 1 | -3/+3 |
2021-08-20 | ikev2: fix use-after-free |  Benoît Ganne | 1 | -2/+3 |
2021-08-20 | rdma: decrease inlining |  Benoît Ganne | 1 | -26/+19 |
2021-08-20 | buffers: fix buffer linearization |  Benoît Ganne | 1 | -36/+272 |
2021-08-20 | perfmon: fix perf event user page read |  Benoît Ganne | 1 | -45/+76 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain |  Benoît Ganne | 2 | -7/+5 |
2021-08-20 | ikev2: decrease inlining |  Benoît Ganne | 1 | -26/+26 |
2021-08-19 | nat: handle ED in2out ICMP errors with workers |  Matthew Smith | 1 | -0/+22 |
2021-08-19 | acl: add API call for setting the toggle to select between linear and bihash-... |  Andrew Yourtchenko | 3 | -1/+148 |
2021-08-17 | nat: fix counters increment for output feature |  Alexander Chernavin | 3 | -68/+93 |
2021-08-13 | ip: source address selection |  Ole Troan | 2 | -167/+49 |
2021-08-13 | wireguard: add flag to check hmac for decryption |  Gabriel Oginski | 1 | -0/+1 |
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 |