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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
fib: fix memory leak in fib_attached_export_purge
Stanislav Zaikin
1
-0
/
+1
2023-05-30
misc: fix tracedump API
Maxime Peim
1
-1
/
+2
2023-05-30
virtio: fix the packet buffering initialization order
Mohsin Kazmi
2
-11
/
+21
2023-05-30
libmemif: add testing application
Mohsin Kazmi
3
-1
/
+317
2023-05-29
ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm...
Xiaoming Jiang
3
-27
/
+39
2023-05-27
vppinfra: add bit_extract_u32 and bit_extract_u64
Damjan Marion
1
-0
/
+42
2023-05-27
vlib: add foreach_vlib_frame_bitmap_set_bit_index to .clang-format
Damjan Marion
1
-0
/
+1
2023-05-27
vlib: add vlib_log_is_enabled
Damjan Marion
2
-20
/
+34
2023-05-26
linux-cp: update adjs for subifs too when mac changes
Alexander Chernavin
1
-4
/
+21
2023-05-26
tls: fix memory leak when client/server init error
Xiaoming Jiang
1
-2
/
+18
2023-05-25
udp: fix local port reuse check
Florin Coras
2
-2
/
+5
2023-05-24
hs-test: add vcl echo tests
Filip Tehlar
3
-32
/
+63
2023-05-24
hash: add hash documentation
Mohsin Kazmi
3
-0
/
+92
2023-05-24
misc: Initial 23.10-rc0 commit
v23.10-rc0
Andrew Yourtchenko
2
-1
/
+1
2023-05-24
misc: VPP 23.02 Release Notes
Andrew Yourtchenko
2
-0
/
+542
2023-05-23
vcl: avoid reusing user provided events in lt mode
Florin Coras
1
-4
/
+6
2023-05-23
misc: fix tracedump API to match CLI behavior
Maxime Peim
3
-4
/
+227
2023-05-23
bufmon: ptd should be alloced in main thread
Xiaoming Jiang
1
-1
/
+2
2023-05-22
teib: fix nh-table-id
Stanislav Zaikin
1
-41
/
+38
2023-05-21
mpls: implement state change callbacks
Adrian Pistol
2
-5
/
+37
2023-05-21
ip-neighbor: fix aged neighbor probe
Sergio Gonzalez Monroy
1
-2
/
+2
2023-05-20
hsa: add an option to configure ns in http cli
Filip Tehlar
1
-1
/
+16
2023-05-20
hs-test: support for multiple workers
Filip Tehlar
13
-48
/
+173
2023-05-20
tests: support for expected failures
Klement Sekera
4
-156
/
+204
2023-05-20
tests: enhance counter comparison error message
Klement Sekera
2
-4
/
+8
2023-05-19
misc: long overdue update to maintainers file
Sergio Gonzalez Monroy
1
-1
/
+0
2023-05-19
tests: refactor extra_vpp_punt_config
Klement Sekera
6
-11
/
+11
2023-05-19
stats: fix memory leak in stat_segment_dump_r()
Duncan Eastoe
1
-0
/
+2
2023-05-19
fib: fix load-balance and replicate dpos buckets overflow
Benoît Ganne
5
-53
/
+132
2023-05-19
dpdk: fix compatibility with DPDK < 21.11
Andrew Ying
2
-2
/
+1
2023-05-19
tls: flag no app session on handshake failure
Florin Coras
1
-1
/
+1
2023-05-19
dpdk: fix format device name using wrong index
Daniel Ding
1
-10
/
+10
2023-05-19
vcl: set want deq flag earlier in epoll ctl mod
Florin Coras
1
-8
/
+10
2023-05-19
vcl: always reset deq ntf flag in epoll evt handler
Florin Coras
1
-2
/
+2
2023-05-19
interface: add the transmit queue infrastructure document
Mohsin Kazmi
4
-0
/
+164
2023-05-19
hsa: make http cli client thread safe
Filip Tehlar
1
-6
/
+29
2023-05-16
hsa: detach app on unsuccessful listen
Filip Tehlar
1
-0
/
+12
2023-05-16
vcl: avoid skipping last event in epoll lt
Florin Coras
1
-4
/
+9
2023-05-16
ip_session_redirect: add session redirect plugin
Benoît Ganne
15
-2
/
+1284
2023-05-16
dpdk: fix format rx/tx burst function name failed
Xiaoming Jiang
3
-14
/
+30
2023-05-16
ethernet: fix adding p2p ethernet crash
Xiaoming Jiang
1
-5
/
+6
2023-05-16
memif: fix coverity warnings
Marvin Liu
3
-8
/
+7
2023-05-16
misc: make format_hexdump length u32
Benoît Ganne
2
-4
/
+3
2023-05-16
flow: fix wrong to use ntohl function to u64 type variable
Yulong Pei
1
-1
/
+1
2023-05-16
vppinfra: add aarch64 support for format_ucontext_pc
Tianyu Li
1
-0
/
+4
2023-05-15
hsi: interop with ip reassembly
Florin Coras
1
-19
/
+46
2023-05-15
packetforge: add option to show spec and mask only
Ting Xu
4
-40
/
+141
2023-05-15
udp: improvements to connection format fn
Florin Coras
1
-3
/
+6
2023-05-15
ip: allow overriding fib index in reass
Florin Coras
2
-6
/
+10
2023-05-15
dpdk: Be wary of the return value from rte_eth_dev_socket_id
Steven Luong
1
-1
/
+7
[next]