Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
lb: add source ip based sticky load balancing
Nobuhiro MIKI
7
-34
/
+674
2023-01-18
build: use CMAKE_C_COMPILER_LAUNCHER for ccache
Guillaume Solignac
1
-2
/
+2
2023-01-18
vppapigen: include comments in json
Ole Troan
2
-11
/
+24
2023-01-18
pppoe: fix memcpy out of bounds with gcc-11 on arm
Tianyu Li
1
-1
/
+1
2023-01-18
vppinfra:fix pcap write large file(> 0x80000000) error.
aihua2013
1
-1
/
+1
2023-01-18
pci: fix musl crash
Benoît Ganne
1
-8
/
+9
2023-01-17
acl: CLI allow replace, allow deletion
Pim van Pelt
1
-8
/
+66
2023-01-17
vlib: install dma.h to fix out-of-tree plugins
Mohammed Hawari
1
-0
/
+1
2023-01-16
wireguard: add local variable
Gabriel Oginski
1
-17
/
+53
2023-01-16
ipsec: fix transpose local ip range position with remote ip range in fast pat...
Piotr Bronowski
2
-13
/
+13
2023-01-14
vlib: add const to char* params of several funcs
Sergey Nikiforov
2
-2
/
+3
2023-01-14
vppinfra: add const to char* params of several funcs
Sergey Nikiforov
3
-11
/
+9
2023-01-13
vcl: set deq notify flag on epoll connected sessions
Florin Coras
1
-0
/
+4
2023-01-13
vppinfra: fix else if check in _vec_set_len()
Liangxing Wang
1
-1
/
+1
2023-01-13
build: cmake NAMELINK_COMPONENT in vpp libraries
Nick Brown
1
-2
/
+4
2023-01-13
af_xdp: update af_xdp driver plugin to depend on libxdp
Yulong Pei
3
-26
/
+41
2023-01-12
vppinfra: fix longstanding corner case bug in serialize_get()
Dave Barach
2
-0
/
+47
2023-01-12
misc: use right include for fctnl.h and poll.h
Guillaume Solignac
13
-14
/
+5
2023-01-12
abf: exclude networks with deny rules
Josh Dorsey
2
-6
/
+10
2023-01-11
virtio: add option to bind interface to uio driver
Benoît Ganne
3
-2
/
+32
2023-01-11
pci: add option to force uio binding
Benoît Ganne
7
-70
/
+89
2023-01-11
linux-cp: Fix endianness in lcp response
Pim van Pelt
1
-1
/
+1
2023-01-11
sr: remove stale runs_after
Nathan Skrzypczak
1
-1
/
+0
2023-01-11
nat: do not use nat session object after deletion
Benoît Ganne
2
-0
/
+10
2023-01-10
sr: fix compilation errors
Guillaume Solignac
2
-7
/
+9
2023-01-10
build: do not link with libssl if not needed
Benoît Ganne
4
-4
/
+4
2023-01-10
udp: avoid listener cleanups with active opens
Florin Coras
2
-0
/
+15
2023-01-10
vrrp: fix update virtual addr make mistake
gaochx
1
-2
/
+2
2023-01-10
session: avoid trying to send incomplete dgram
Florin Coras
1
-2
/
+3
2023-01-10
udp: initialize gso_size on dgram enqueue
Florin Coras
1
-0
/
+1
2023-01-06
session: avoid dgram dequeues with no transport
Florin Coras
1
-0
/
+5
2023-01-06
bfd: fix ip address cli parsing
Benoît Ganne
1
-51
/
+58
2023-01-04
vapi: add vapi_stop_rx_thread()
Matthew Smith
4
-18
/
+47
2022-12-26
vppinfra: fix function prototypes
Dave Barach
2
-4
/
+4
2022-12-23
hsa: fix echo client workers initialization
Benoît Ganne
2
-8
/
+7
2022-12-22
misc: fix crash using tracedump plugin with socket API clients
Arthur de Kerhor
1
-6
/
+9
2022-12-21
dpdk: link DPDK with MLX4/MLX5 libraries again
Vladimir Ratnikov
1
-1
/
+3
2022-12-21
af_packet: move to plugin
Mohsin Kazmi
12
-30
/
+66
2022-12-21
quic: fix quic plugin with openssl 3.x
Dave Wallace
2
-0
/
+14
2022-12-20
udp: fix tx handling of non-connected sessions
Florin Coras
2
-27
/
+31
2022-12-20
vapi: use the correct my_context_id when disconnecting API clients
Mauro Sardara
1
-5
/
+75
2022-12-19
nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api.
Huawei LI
1
-1
/
+1
2022-12-19
nat: fix memory leak and refactor nat44-ed db init/free.
Huawei LI
1
-22
/
+31
2022-12-16
bfd: fix bfd udp error enum incompatibility
Dmitry Valter
2
-4
/
+55
2022-12-16
ipsec: new api for sa ips and ports updates
Arthur de Kerhor
5
-0
/
+186
2022-12-15
interface: fix format_vnet_interface_output_trace
luoyaozu
1
-3
/
+2
2022-12-15
nat: disable nat44-ed/ei features on interface deletion
Vladislav Grishenko
2
-0
/
+98
2022-12-14
vcl: enable gso for 'sendmsg' in LDP mode.
Dou Chao
7
-24
/
+80
2022-12-14
vapi: implement vapi_wait() for reads
Matthew Smith
3
-15
/
+11
2022-12-12
linux-cp: set severity of noisy message to debug
Matthew Smith
1
-1
/
+1
[next]