aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang14-12/+167
2023-07-21ipsec: fix logic in ext_hdr_is_pre_espPiotr Bronowski1-3/+3
2023-07-19vcl: zero out cmsg for recvmsg APISteven Luong1-0/+1
2023-07-17docs: add api change process from wikiDave Wallace1-0/+193
2023-07-14ipip: populate mode in tunnel detailsMatthew Smith1-2/+19
2023-07-13hsa: fix echo client initFlorin Coras1-1/+2
2023-07-13lb: Fix src_ip_sticky evaluation bug in per-port-vip case.Nobuhiro MIKI3-469/+74
2023-07-12linux-cp: fix crash on processing dump of routesAlexander Chernavin1-3/+10
2023-07-11avf: remove barrierDamjan Marion2-2/+1
2023-07-11linux-cp: Basic MPLS support.Adrian Pistol5-11/+419
2023-07-07stats: fix duplicate /if/names entrySteven Luong1-3/+7
2023-07-07api: fix signed single bit fieldTianyu Li1-5/+5
2023-07-06api: lcp - Mark old message versions as deprecatedOndrej Fabry1-2/+6
2023-07-06api: ip - Mark old message versions as deprecatedOndrej Fabry1-0/+5
2023-07-06api: memif - Mark old message versions as deprecatedOndrej Fabry1-0/+6
2023-07-06api: memclnt - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-07-06api: pg - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-07-06api: sr - Mark old message versions as deprecatedOndrej Fabry1-0/+2
2023-07-06api: ipsec - Mark old message versions as deprecatedOndrej Fabry1-0/+12
2023-07-06dpdk-cryptodev: introduce sw_ring to the crypto op data pathPiotr Bronowski2-124/+235
2023-06-30bpf_trace_filter: plugin for BPF Trace FilteringMohammed Hawari10-0/+396
2023-06-30vlib: introduce trace filter functionsMohammed Hawari7-18/+292
2023-06-29dpdk-cryptodev: sync mbuf length with corresponding vlib bufferPiotr Bronowski1-12/+21
2023-06-29ip-neighbor: add api for getting neighbor db configAlexander Chernavin4-1/+74
2023-06-27session udp: add len check for tx dgramsFlorin Coras3-2/+22
2023-06-27api: af_packet - Mark old message versions as deprecatedOndrej Fabry1-0/+8
2023-06-27api: tapv2 - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-06-27api: vxlan - Mark old message versions as deprecatedOndrej Fabry1-0/+12
2023-06-27af_xdp: create_api_v3 without namespace keywordStanislav Zaikin3-0/+132
2023-06-27virtio: use fast-path for ethernet-input if possibleStanislav Zaikin1-1/+26
2023-06-26udp: pass cless hdr to transport through bufferFlorin Coras3-39/+60
2023-06-25tcp: avoid initializing counters multiple timesFlorin Coras2-2/+10
2023-06-23ipsec: manually binding an SA to a workerMaxime Peim6-6/+272
2023-06-23fib: walk over adj glean per tableStanislav Zaikin1-24/+33
2023-06-22tcp: add simple stats collectorFlorin Coras2-0/+51
2023-06-22tests docs: fix lcov code coverage report generationDave Wallace2-11/+1
2023-06-22tcp: options support into pgMaxime Peim2-58/+210
2023-06-21session: mark half-open transport closed on ntfFlorin Coras1-3/+3
2023-06-21af_xdp: fix chained buffer free on failureBenoît Ganne1-1/+1
2023-06-20vcl: fix epoll lt coverity warningFlorin Coras1-3/+3
2023-06-19dpdk-cryptodev: enq/deq scheme reworkPiotr Bronowski4-223/+210
2023-06-16vcl: no hup events in lt mode if session not epolledFlorin Coras1-24/+38
2023-06-14vcl: fix debug logging of mapped segmentsFlorin Coras2-2/+2
2023-06-14af_xdp: linearize buffer chains before TXShmuel Hazan1-0/+20
2023-06-13vppapigen: fix crash with autoendian arraysDave Wallace2-11/+64
2023-06-13dpdk-cryptodev: introduce sw_ringPiotr Bronowski2-0/+66
2023-06-13af_xdp: set frame_no_append flagArtem Glazychev1-0/+1
2023-06-08tcp: cleanup next nodes and drop logicFlorin Coras2-136/+60
2023-06-08svm: convert fifo want_deq_ntf ops to atomicsFlorin Coras1-11/+42
2023-06-08af_xdp: make sure all packets are transmittedBenoît Ganne2-7/+12