Age | Commit message (Expand) | Author | Files | Lines |
2023-07-28 | vlib: fix coverity issue in vlib_node_set_interrupt_pending |  Damjan Marion | 1 | -2/+5 |
2023-07-27 | hsa: add total bytes parameter to vcl_test_client |  Filip Tehlar | 1 | -1/+17 |
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-27 | ikev2: cleanup stuck sessions |  Denys Haryachyy | 3 | -23/+45 |
2023-07-26 | vcl: allow rx of zero length dgrams |  Florin Coras | 1 | -1/+2 |
2023-07-26 | vlib: rename vnet_log_get_class_data |  Vratko Polak | 2 | -3/+3 |
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 | 14 | -92/+117 |
2023-07-25 | vlib: interrupt mode support for pre-input nodes |  Damjan Marion | 6 | -17/+53 |
2023-07-25 | classify: add bpf support to pcap classifier |  Maxime Peim | 9 | -5/+128 |
2023-07-25 | dpdk: fix signed single bit field |  Tianyu Li | 1 | -8/+8 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST |  qinyang | 14 | -12/+167 |
2023-07-21 | ipsec: fix logic in ext_hdr_is_pre_esp |  Piotr Bronowski | 1 | -3/+3 |
2023-07-19 | vcl: zero out cmsg for recvmsg API |  Steven Luong | 1 | -0/+1 |
2023-07-17 | docs: add api change process from wiki |  Dave Wallace | 1 | -0/+193 |
2023-07-14 | ipip: populate mode in tunnel details |  Matthew Smith | 1 | -2/+19 |
2023-07-13 | hsa: fix echo client init |  Florin Coras | 1 | -1/+2 |
2023-07-13 | lb: Fix src_ip_sticky evaluation bug in per-port-vip case. |  Nobuhiro MIKI | 3 | -469/+74 |
2023-07-12 | linux-cp: fix crash on processing dump of routes |  Alexander Chernavin | 1 | -3/+10 |
2023-07-11 | avf: remove barrier |  Damjan Marion | 2 | -2/+1 |
2023-07-11 | linux-cp: Basic MPLS support. |  Adrian Pistol | 5 | -11/+419 |
2023-07-07 | stats: fix duplicate /if/names entry |  Steven Luong | 1 | -3/+7 |
2023-07-07 | api: fix signed single bit field |  Tianyu Li | 1 | -5/+5 |
2023-07-06 | api: lcp - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -2/+6 |
2023-07-06 | api: ip - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+5 |
2023-07-06 | api: memif - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+6 |
2023-07-06 | api: memclnt - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
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-07-06 | dpdk-cryptodev: introduce sw_ring to the crypto op data path |  Piotr Bronowski | 2 | -124/+235 |
2023-06-30 | bpf_trace_filter: plugin for BPF Trace Filtering |  Mohammed Hawari | 10 | -0/+396 |
2023-06-30 | vlib: introduce trace filter functions |  Mohammed Hawari | 7 | -18/+292 |
2023-06-29 | dpdk-cryptodev: sync mbuf length with corresponding vlib buffer |  Piotr Bronowski | 1 | -12/+21 |
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: af_packet - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+8 |
2023-06-27 | api: tapv2 - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-06-27 | api: vxlan - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+12 |
2023-06-27 | af_xdp: create_api_v3 without namespace keyword |  Stanislav Zaikin | 3 | -0/+132 |
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 | tests docs: fix lcov code coverage report generation |  Dave Wallace | 2 | -11/+1 |
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 |