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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-15
linux-cp: fix infinite loop in CLI lcp default
luoyaozu
1
-3
/
+12
2022-10-13
l2: coverity complains dead codes
Steven Luong
1
-14
/
+11
2022-10-13
session: make session code compile with SESSION_DEBUG enable
Steven Luong
3
-2
/
+16
2022-10-13
gomemif: migrate to govpp repository
Matus Halaj
17
-3287
/
+1
2022-10-13
docs: fix memory traces command
Benoît Ganne
1
-1
/
+1
2022-10-13
misc: avoid permission issue when running envoy
Maros Ondrejicka
2
-1
/
+6
2022-10-12
vpp-swan: fix linked library to plugin
Gabriel Oginski
1
-2
/
+2
2022-10-12
ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next
Damjan Marion
1
-155
/
+144
2022-10-12
ip: simpler and faster ip4_full_reass_drop_all
Damjan Marion
1
-41
/
+19
2022-10-12
misc: fix issues reported by clang-15
Damjan Marion
26
-75
/
+37
2022-10-11
l2: Add bridge_domain_add_del_v2 to l2 api
Laszlo Kiraly
17
-53
/
+226
2022-10-11
tests: don't use tmp as the default log dir with run.py
Naveen Joy
2
-2
/
+8
2022-10-11
vppinfra: fix AddressSanitizer
Benoît Ganne
7
-0
/
+8
2022-10-11
nat: report time between current vpp time and last_heard
Dave Cornejo
4
-0
/
+274
2022-10-11
fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.
Huawei LI
7
-22
/
+22
2022-10-07
tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files
Steven Luong
1
-0
/
+1
2022-10-07
tests: disable broken wireguard tests on vpp_debug image
Dave Wallace
2
-1
/
+13
2022-10-07
tcp: build image with TCP_DEBUG_ALWAYS via make
Steven Luong
2
-0
/
+5
2022-10-07
build: retain dpdk_mlx_default setting for ci script
Dave Wallace
2
-3
/
+3
2022-10-07
urpf: add mode for specific fib index lookup
hedi bouattour
5
-38
/
+175
2022-10-07
fib: add fib_entry_get_path_list_for_source
Damjan Marion
2
-0
/
+22
2022-10-07
abf: return status of attachment add/del
Matthew Smith
1
-7
/
+5
2022-10-06
vcl: add api to check if vcl disconnected from vpp
Maros Ondrejicka
2
-1
/
+21
2022-10-06
gso: set the header offsets in gro hdr fixup
Mohsin Kazmi
1
-0
/
+3
2022-10-06
gso: fix the checksum for odd number of data bytes
Mohsin Kazmi
1
-0
/
+1
2022-10-06
gomemif: update to libmemif version 4.0
Daniel Béreš
7
-10
/
+553
2022-10-05
fib: only invoke adj delegate create callback on mcast adj create
Peter Morrow
1
-2
/
+2
2022-10-05
ip: reassembly - custom context instead of VRF
Mohammed Hawari
2
-40
/
+137
2022-10-05
ip: reassembly - custom context of ipv6
Mohammed Hawari
2
-26
/
+129
2022-10-05
build: change make verify gate os to ubuntu 22.04
Dave Wallace
1
-2
/
+3
2022-10-04
rdma: unhackish build of rdma-core
Mohammed Hawari
4
-26
/
+11
2022-10-04
build: mlx dpdk-rdma compatibility matrix
Mohammed Hawari
5
-4
/
+16
2022-10-03
tcp: replace tcp_time_now with tcp_time_now_us
Steven Luong
2
-29
/
+30
2022-10-03
sr: new messages created to return packet statistics in sr localsid details
ChinmayaAgarwal
2
-0
/
+98
2022-09-30
fib: fix dpo-receive address in ip6-ll fibs
Vladislav Grishenko
2
-2
/
+9
2022-09-30
udp: add udp encap source port entropy support
Vladislav Grishenko
9
-41
/
+355
2022-09-29
gso: clear the offload flags from segmented buffers
Mohsin Kazmi
1
-0
/
+1
2022-09-29
api: deprecate vl_msg_api_set_handlers
Damjan Marion
12
-116
/
+168
2022-09-28
vpp-swan: Add scripts for testing
Gabriel Oginski
12
-0
/
+409
2022-09-28
vpp-swan: Add plugin for vpp-swan
Gabriel Oginski
13
-0
/
+3713
2022-09-28
tests: stabilize wireguard ratelimiting test
Alexander Chernavin
1
-29
/
+13
2022-09-28
af_xdp: change RLIMIT_MEMLOCK before load bpf program
Chen Yahui
1
-0
/
+7
2022-09-27
tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04
Dave Wallace
2
-59
/
+1
2022-09-27
wireguard: stop sending handshakes when wg intf is down
Alexander Chernavin
2
-4
/
+199
2022-09-27
crypto-openssl: use no padding for encrypt/decrypt
Vladimir Ratnikov
1
-6
/
+1
2022-09-27
af_xdp: compile error undeclared identifier 'SOL_XDP'
Chen Yahui
1
-0
/
+3
2022-09-27
vnet: fix ip4 version and IHL check
Dmitry Valter
2
-3
/
+11
2022-09-27
wireguard: fix re-handshake timer when response sent
Alexander Chernavin
2
-23
/
+48
2022-09-27
vcl: repatch "align the RST behaviour with kernel"
Yacan Liu
1
-1
/
+1
2022-09-27
tests: disable failing tests on ubuntu-22.04 debian-11
Dave Wallace
11
-8
/
+116
[next]