aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-25vlib: interrupt mode support for pre-input nodesDamjan Marion6-17/+53
2023-07-25classify: add bpf support to pcap classifierMaxime Peim9-5/+128
2023-07-25dpdk: fix signed single bit fieldTianyu Li1-8/+8
2023-07-24vpp-swan: fix handler API messagesGabriel Oginski1-19/+26
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang14-12/+167
2023-07-21tests: Add checksum offload interface testsNaveen Joy2-0/+42
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-19vpp-swan: change flow in function for add routeGabriel Oginski3-16/+27
2023-07-19vpp-swan: fix incorrect msg ID in register_eventGabriel Oginski1-5/+7
2023-07-19vpp-swan: fix function to get sw_if_indexGabriel Oginski1-6/+23
2023-07-17docs: add api change process from wikiDave Wallace2-0/+198
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 MIKI4-469/+106
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-06build: generate debug info rpm packages for opensuseLaszlo Kiraly1-0/+2
2023-07-06 build: add missing dependences for opensuseLaszlo Kiraly1-0/+1
2023-07-06dpdk-cryptodev: introduce sw_ring to the crypto op data pathPiotr Bronowski2-124/+235
2023-07-04packetforge: fix has_key invalid in python3Ting Xu2-5/+5
2023-06-30docs: fix packages path in tutorialBenoƮt Ganne1-5/+3
2023-06-30bpf_trace_filter: plugin for BPF Trace FilteringMohammed Hawari15-0/+405
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 Chernavin5-1/+104
2023-06-27session udp: add len check for tx dgramsFlorin Coras3-2/+22
2023-06-27hs-test: add nginx+quic testFilip Tehlar18-5/+235
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 Peim7-6/+310
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 Wallace13-113/+116
2023-06-22tcp: options support into pgMaxime Peim2-58/+210