Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | session: make sure rx evt flag is cleared for builtin rx | Florin Coras | 1 | -0/+1 |
2023-09-07 | ipsec: clear L4-cksum flags when decap'ing packets | Frédéric Perrin | 2 | -1/+5 |
2023-09-06 | virtio: add support for tx-queue-size | Mohsin Kazmi | 5 | -10/+27 |
2023-09-06 | ip: punt add punt socket support for icmp6 | Ole Troan | 3 | -31/+77 |
2023-09-06 | api: fix mp-safe mark for some messages and add more | Vladislav Grishenko | 2 | -10/+15 |
2023-09-04 | udp: buffer packets for connections in accepting state | Florin Coras | 1 | -1/+2 |
2023-09-04 | session: fix allocation of proxy fifos | Florin Coras | 5 | -1/+7 |
2023-08-31 | session: fix compilation when SESSION_DEBUG is on | Florin Coras | 1 | -3/+7 |
2023-08-29 | mpls: add mpls_interface_dump | Pim van Pelt | 2 | -0/+68 |
2023-08-22 | l2: fix prefetch | Vratko Polak | 1 | -5/+5 |
2023-08-21 | sr: SRv6 Path Tracing midpoint processing performance improvement | Julian Klaiber | 1 | -2/+4 |
2023-08-16 | l2:Add doc for l2 rewrite, and add examples | yanlong | 1 | -18/+46 |
2023-08-11 | session: fix coverity warnings | Florin Coras | 1 | -40/+23 |
2023-08-09 | session: async rx event notifications | Florin Coras | 15 | -607/+851 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC | Benoît Ganne | 8 | -9/+85 |
2023-07-31 | ipsec: fix IPv6 IPsec tunnel punting | Sylvain Cadilhac | 1 | -0/+1 |
2023-07-28 | session: regrab evt llist elt for app transports tx | Florin Coras | 1 | -0/+6 |
2023-07-28 | vnet: add vnet_register_device_class function | Damjan Marion | 2 | -21/+25 |
2023-07-27 | session: remove unused code | Filip Tehlar | 1 | -17/+0 |
2023-07-27 | ipsec: fix sa bind cli | Maxime Peim | 1 | -1/+1 |
2023-07-26 | stats: remove extra format line | Steven Luong | 1 | -2/+1 |
2023-07-26 | session: use session error type instead of vnet error | Filip Tehlar | 13 | -91/+116 |
2023-07-25 | classify: add bpf support to pcap classifier | Maxime Peim | 7 | -3/+126 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST | qinyang | 6 | -10/+60 |
2023-07-21 | ipsec: fix logic in ext_hdr_is_pre_esp | Piotr Bronowski | 1 | -3/+3 |
2023-07-14 | ipip: populate mode in tunnel details | Matthew Smith | 1 | -2/+19 |
2023-07-07 | stats: fix duplicate /if/names entry | Steven Luong | 1 | -3/+7 |
2023-07-06 | api: ip - Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+5 |
2023-07-06 | api: pg - Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+4 |
2023-07-06 | api: sr - Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+2 |
2023-07-06 | api: ipsec - Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+12 |
2023-06-30 | bpf_trace_filter: plugin for BPF Trace Filtering | Mohammed Hawari | 1 | -0/+2 |
2023-06-30 | vlib: introduce trace filter functions | Mohammed Hawari | 1 | -1/+6 |
2023-06-29 | ip-neighbor: add api for getting neighbor db config | Alexander Chernavin | 4 | -1/+74 |
2023-06-27 | session udp: add len check for tx dgrams | Florin Coras | 3 | -2/+22 |
2023-06-27 | api: tapv2 - Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+4 |
2023-06-27 | virtio: use fast-path for ethernet-input if possible | Stanislav Zaikin | 1 | -1/+26 |
2023-06-26 | udp: pass cless hdr to transport through buffer | Florin Coras | 3 | -39/+60 |
2023-06-25 | tcp: avoid initializing counters multiple times | Florin Coras | 2 | -2/+10 |
2023-06-23 | ipsec: manually binding an SA to a worker | Maxime Peim | 6 | -6/+272 |
2023-06-23 | fib: walk over adj glean per table | Stanislav Zaikin | 1 | -24/+33 |
2023-06-22 | tcp: add simple stats collector | Florin Coras | 2 | -0/+51 |
2023-06-22 | tcp: options support into pg | Maxime Peim | 2 | -58/+210 |
2023-06-21 | session: mark half-open transport closed on ntf | Florin Coras | 1 | -3/+3 |
2023-06-13 | vppapigen: fix crash with autoendian arrays | Dave Wallace | 1 | -2/+1 |
2023-06-08 | tcp: cleanup next nodes and drop logic | Florin Coras | 2 | -136/+60 |
2023-06-08 | crypto: use fixed crypto frame pool | gaoginskx | 5 | -8/+42 |
2023-06-05 | udp: improve port validity check | Benoît Ganne | 2 | -13/+14 |
2023-06-02 | session: cleanup cless listeners from session lookup | Florin Coras | 1 | -1/+8 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode | Xiaoming Jiang | 9 | -216/+30 |