aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-24docs: update cnat docs to current vpp versionMiguel Borges de Freitas1-5/+13
2022-10-24vppinfra: fix incorrect sizeof() argument due to typoAndrew Yourtchenko1-1/+1
2022-10-20crypto-sw-scheduler: fix queue iteratorVladimir Ratnikov1-0/+10
2022-10-18vppinfra: send minimal needed mask to the set_mempolicy syscallDamjan Marion1-11/+14
2022-10-17vlib: Counter free needs to NULL the allocated counter vectorNeale Ranns2-2/+14
2022-10-05rdma: unhackish build of rdma-coreMohammed Hawari2-11/+5
2022-09-27vcl: repatch "align the RST behaviour with kernel"Yacan Liu1-1/+1
2022-09-20nat: adding docs for nat44-ed sub pluginFilip Varga1-0/+729
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-20vcl: align the RST behaviour with kernelYacan Liu1-1/+13
2022-09-19cnat: coverity fixNathan Skrzypczak1-0/+4
2022-09-19igmp: validate ip router alert option lengthVladislav Grishenko1-0/+5
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 Ganne1-1/+0
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 Grishenko4-8/+15
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 Bronowski9-164/+628
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 Valter9-16/+26
2022-09-09vppinfra: add clib_array_mask_set_u32()Damjan Marion1-0/+33
2022-09-09nat: fix nat44-ed-in2out fast path next nodeJing Peng1-1/+1
2022-09-09fib: missing headersDamjan Marion1-0/+2
2022-09-08wireguard: eliminate some calls to main threadMatthew Smith1-4/+10
2022-09-08avf: check for VLAN_TOGGLE capabilityMohammed Hawari1-0/+6
2022-09-07dpdk-cryptodev: reduce request to enable asyncGabriel Oginski1-1/+0
2022-09-06vrrp: fix cli functions according to short_helpluoyaozu1-0/+6
2022-09-05ip: fix punt socket overflowBenoît Ganne1-3/+6
2022-09-01build: set OS_ID_LIKE only if unsetBenoît Ganne1-1/+1
2022-08-31ipsec: fix coverity 249212Andrew Yourtchenko1-2/+2
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong4-4/+11
2022-08-31nat: fix coverity 249194Andrew Yourtchenko1-1/+1
2022-08-31nat: fix coverity 249178Andrew Yourtchenko1-1/+1
2022-08-31pppoe: fix coverity 218437, 218401Andrew Yourtchenko1-0/+3
2022-08-31gso: zero-initialize gho structVladislav Grishenko2-0/+6
2022-08-31devices: fix coverity warningMohsin Kazmi1-1/+1
2022-08-31devices: add support for polling modeMohsin Kazmi3-6/+45
2022-08-30l2: skip arp term for locally originated packetsStanislav Zaikin3-0/+6
2022-08-30tcp: do not overcount ooo bytesFlorin Coras1-1/+3