aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko9-41/+355
2022-09-29gso: clear the offload flags from segmented buffersMohsin Kazmi1-0/+1
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion12-116/+168
2022-09-28vpp-swan: Add scripts for testingGabriel Oginski12-0/+409
2022-09-28vpp-swan: Add plugin for vpp-swanGabriel Oginski13-0/+3713
2022-09-28tests: stabilize wireguard ratelimiting testAlexander Chernavin1-29/+13
2022-09-28af_xdp: change RLIMIT_MEMLOCK before load bpf programChen Yahui1-0/+7
2022-09-27tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04Dave Wallace2-59/+1
2022-09-27wireguard: stop sending handshakes when wg intf is downAlexander Chernavin2-4/+199
2022-09-27crypto-openssl: use no padding for encrypt/decryptVladimir Ratnikov1-6/+1
2022-09-27af_xdp: compile error undeclared identifier 'SOL_XDP'Chen Yahui1-0/+3
2022-09-27vnet: fix ip4 version and IHL checkDmitry Valter2-3/+11
2022-09-27wireguard: fix re-handshake timer when response sentAlexander Chernavin2-23/+48
2022-09-27vcl: repatch "align the RST behaviour with kernel"Yacan Liu1-1/+1
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace11-8/+116
2022-09-26api: replace print functions wth formatDamjan Marion39-301/+201
2022-09-26api: keep api common code in vlibapiDamjan Marion8-22/+18
2022-09-23bfd: add tracing support to bfd-processKlement Sekera5-104/+162
2022-09-21ipsec: introduce fast path ipv6 inbound matchingPiotr Bronowski5-95/+274
2022-09-21misc: Initial 23.02-rc0 commitv23.02-rc0Andrew Yourtchenko2-1/+1
2022-09-20docs: enhance install vpp docsfatelei3-34/+51
2022-09-20nat: adding docs for nat44-ed sub pluginFilip Varga4-0/+734
2022-09-20fib: add cli support for explicit link typeBenoît Ganne1-0/+12
2022-09-20arp: check for manually added proxy-arp entriesBenoît Ganne1-1/+1
2022-09-20misc: experimental script to get the list of the reviewers for a commitAndrew Yourtchenko1-0/+240
2022-09-20packetforge: add packetforge for generic flow to extrasTing Xu98-0/+4330
2022-09-20vcl: align the RST behaviour with kernelYacan Liu1-1/+13
2022-09-20tests: run tests against a running VPPNaveen Joy4-12/+291
2022-09-19misc: add test framework for host stackFilip Tehlar27-0/+1974
2022-09-19cnat: coverity fixNathan Skrzypczak1-0/+4
2022-09-19tests: skip tests failing on ubuntu 22.04Dave Wallace4-2/+87
2022-09-19igmp: validate ip router alert option lengthVladislav Grishenko2-15/+50
2022-09-19abf: add API parameter n_paths range checksJon Loeliger3-43/+56
2022-09-19build: install missing headersBenoît Ganne1-1/+6
2022-09-19teib: fix segv during failed deletion of entryMatthew Smith1-2/+1
2022-09-19arp: update error reason when checking for proxy-arpBenoît Ganne2-2/+5
2022-09-19linux-cp: fix some CLI error messagesMatthew Smith1-79/+71
2022-09-18lisp: fix coverity 277315Andrew Yourtchenko1-0/+5
2022-09-16virtio: add support for per queue packet counterMohsin Kazmi5-0/+28
2022-09-15vcl: add hugepage for vcl configure and svmJunfeng Wang10-8/+33
2022-09-15session: support dma optionMarvin Liu3-20/+257
2022-09-15prom: fix coverity 277312, 277317Andrew Yourtchenko1-0/+2
2022-09-15nat: fix nat44-ed port range with multiple workersVladislav Grishenko5-9/+207
2022-09-15ip-neighbor: fix debug log format outputluoyaozu1-4/+3
2022-09-14ip: show fib index in ip4 reassembly traceDamjan Marion1-28/+25
2022-09-14ipsec: make chacha20-poly1305 available via APIVladimir Ratnikov4-14/+27
2022-09-12vlib: add vlib_frame_bitmap_is_bit_setDamjan Marion1-0/+8
2022-09-12ipsec: introduce fast path ipv4 inbound matchingPiotr Bronowski10-164/+1472
2022-09-09fib: fix path copy function to deal with provided DPO in exclusive pathDamjan Marion1-0/+6
2022-09-09vlib: don't leak node frames on reforkDmitry Valter10-16/+129