aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-18pppoe: fix memcpy out of bounds with gcc-11 on armTianyu Li1-1/+1
2023-01-18vppinfra:fix pcap write large file(> 0x80000000) error.aihua20131-1/+1
2023-01-18pci: fix musl crashBenoît Ganne1-8/+9
2023-01-17acl: CLI allow replace, allow deletionPim van Pelt1-8/+66
2023-01-17vlib: install dma.h to fix out-of-tree pluginsMohammed Hawari1-0/+1
2023-01-16wireguard: add local variableGabriel Oginski1-17/+53
2023-01-16ipsec: fix transpose local ip range position with remote ip range in fast pat...Piotr Bronowski2-13/+13
2023-01-14vlib: add const to char* params of several funcsSergey Nikiforov2-2/+3
2023-01-14vppinfra: add const to char* params of several funcsSergey Nikiforov3-11/+9
2023-01-13vcl: set deq notify flag on epoll connected sessionsFlorin Coras1-0/+4
2023-01-13vppinfra: fix else if check in _vec_set_len()Liangxing Wang1-1/+1
2023-01-13build: cmake NAMELINK_COMPONENT in vpp librariesNick Brown1-2/+4
2023-01-13af_xdp: update af_xdp driver plugin to depend on libxdpYulong Pei3-26/+41
2023-01-12vppinfra: fix longstanding corner case bug in serialize_get()Dave Barach2-0/+47
2023-01-12misc: use right include for fctnl.h and poll.hGuillaume Solignac13-14/+5
2023-01-12abf: exclude networks with deny rulesJosh Dorsey2-6/+10
2023-01-11virtio: add option to bind interface to uio driverBenoît Ganne3-2/+32
2023-01-11pci: add option to force uio bindingBenoît Ganne7-70/+89
2023-01-11linux-cp: Fix endianness in lcp responsePim van Pelt1-1/+1
2023-01-11sr: remove stale runs_afterNathan Skrzypczak1-1/+0
2023-01-11nat: do not use nat session object after deletionBenoît Ganne2-0/+10
2023-01-10sr: fix compilation errorsGuillaume Solignac2-7/+9
2023-01-10build: do not link with libssl if not neededBenoît Ganne4-4/+4
2023-01-10udp: avoid listener cleanups with active opensFlorin Coras2-0/+15
2023-01-10vrrp: fix update virtual addr make mistakegaochx1-2/+2
2023-01-10session: avoid trying to send incomplete dgramFlorin Coras1-2/+3
2023-01-10udp: initialize gso_size on dgram enqueueFlorin Coras1-0/+1
2023-01-06session: avoid dgram dequeues with no transportFlorin Coras1-0/+5
2023-01-06bfd: fix ip address cli parsingBenoît Ganne1-51/+58
2023-01-04vapi: add vapi_stop_rx_thread()Matthew Smith4-18/+47
2022-12-26vppinfra: fix function prototypesDave Barach2-4/+4
2022-12-23hsa: fix echo client workers initializationBenoît Ganne2-8/+7
2022-12-22misc: fix crash using tracedump plugin with socket API clientsArthur de Kerhor1-6/+9
2022-12-21dpdk: link DPDK with MLX4/MLX5 libraries againVladimir Ratnikov1-1/+3
2022-12-21af_packet: move to pluginMohsin Kazmi12-30/+66
2022-12-21quic: fix quic plugin with openssl 3.xDave Wallace2-0/+14
2022-12-20udp: fix tx handling of non-connected sessionsFlorin Coras2-27/+31
2022-12-20vapi: use the correct my_context_id when disconnecting API clientsMauro Sardara1-5/+75
2022-12-19nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api.Huawei LI1-1/+1
2022-12-19nat: fix memory leak and refactor nat44-ed db init/free.Huawei LI1-22/+31
2022-12-16bfd: fix bfd udp error enum incompatibilityDmitry Valter2-4/+55
2022-12-16ipsec: new api for sa ips and ports updatesArthur de Kerhor5-0/+186
2022-12-15interface: fix format_vnet_interface_output_traceluoyaozu1-3/+2
2022-12-15nat: disable nat44-ed/ei features on interface deletionVladislav Grishenko2-0/+98
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao7-24/+80
2022-12-14vapi: implement vapi_wait() for readsMatthew Smith3-15/+11
2022-12-12linux-cp: set severity of noisy message to debugMatthew Smith1-1/+1
2022-12-12papi: fix VPP_API_DIRPim van Pelt1-1/+4
2022-12-09nat: fixed return values of enable/disable callFilip Varga4-14/+20
2022-12-09http_static: clean up http redirect generationDave Barach1-1/+56