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
2022-06-03
session: fix double free in CLI
Filip Tehlar
1
-7
/
+2
2022-06-02
ipfix-export: Fix frame leak in flow_report_process_send()
Jon Loeliger
1
-1
/
+9
2022-06-01
session: make sure fifos are freed on right thread
Florin Coras
1
-0
/
+4
2022-06-01
stats: swap used and total stats
Leland Krych
1
-2
/
+2
2022-06-01
papi: vpp_serializer.py - replace slow bytes() with fast bytearray()
Viktor Velichkin
1
-8
/
+8
2022-06-01
vlib: add VLIB_NUM_WORKERS_CHANGE_FN() handler
Damjan Marion
4
-10
/
+15
2022-06-01
ip: unformat_ip_address should no modify its argument on failure
BenoƮt Ganne
2
-16
/
+18
2022-05-31
nat: disable nat44-ei-in2out-output ttl check
Alexander Skorichenko
1
-3
/
+3
2022-05-30
vppapigen: fix make go-api for go1.18
Nathan Skrzypczak
1
-58
/
+71
2022-05-27
ip: reassembly - Fixing buffer leaks, corruption in v6 reasm
Vijayabhaskar Katamreddy
2
-42
/
+117
2022-05-26
ip: reassembly - pacing reassembly timeouts for v6
Vijayabhaskar Katamreddy
1
-9
/
+35
2022-05-25
docs: update spelling word list and fix typos
Dave Wallace
1
-5
/
+5
2022-05-24
devices: add af-packet v3 api
Mohsin Kazmi
2
-0
/
+114
2022-05-24
flow: support generic flow and RSS action in vapi
Ting Xu
4
-3
/
+232
2022-05-24
vppinfra: fix memory trace
Leung Lai Yung
1
-0
/
+5
2022-05-24
vlib: implement aux data handoff
Mohammed Hawari
7
-19
/
+128
2022-05-24
api: start enum values from 0
Filip Varga
1
-1
/
+1
2022-05-23
dpdk: fix update link state
Alexander Skorichenko
1
-18
/
+13
2022-05-23
linux-cp: fix display of link_speed
Anton Nikolaev
1
-1
/
+2
2022-05-23
ip: reassembly - fixing stepping index in a better way
Vijayabhaskar Katamreddy
2
-18
/
+13
2022-05-23
ip: reassembly - adding custom reassembly node
Vijayabhaskar Katamreddy
1
-13
/
+75
2022-05-20
virtio: use the internal hdr offsets of buffer metadata for offloads
Mohsin Kazmi
2
-39
/
+23
2022-05-19
api: refactor api data storage
Damjan Marion
25
-293
/
+258
2022-05-19
ikev2: fix tunnel direction
Stanislav Zaikin
1
-4
/
+4
2022-05-19
ip: reassembly - pacing reassembly timeouts
Vijayabhaskar Katamreddy
2
-9
/
+45
2022-05-19
stats: fix collector updates of symlinks
Arthur de Kerhor
1
-3
/
+9
2022-05-19
ip: reassembly - increasing the nbuckets for reass
Vijayabhaskar Katamreddy
2
-47
/
+84
2022-05-18
vppinfra: fix non-vector build on x86_64
Damjan Marion
1
-1
/
+3
2022-05-18
ip: reassembly - increasing the nbuckets for reass
Vijayabhaskar Katamreddy
2
-2
/
+6
2022-05-17
interface: fix overflow of link speed.
Anton Nikolaev
4
-8
/
+13
2022-05-16
acl: memory leak in acl_fa_session_cleaner_process
Steven Luong
1
-0
/
+1
2022-05-16
flowprobe: add api messages to obtain current state
Alexander Chernavin
3
-6
/
+383
2022-05-16
ip: format table ids with %u
Nathan Skrzypczak
1
-2
/
+2
2022-05-16
vlib: exec cli line-by-line processing and script updates
Damjan Marion
56
-1153
/
+1145
2022-05-14
session: revert "fix session cli maybe parse wrong args if executed in files"
Damjan Marion
3
-79
/
+27
2022-05-13
vlib: process startup config exec scripts line by line
Damjan Marion
4
-2
/
+73
2022-05-13
dpdk: fix overflow in mtu arithmetic
Mohammed Hawari
2
-2
/
+2
2022-05-13
ip: reassembly - Fixing buffer leaks, corruption
Vijayabhaskar Katamreddy
1
-50
/
+126
2022-05-13
flowprobe: add support for reporting on inbound packets
Alexander Chernavin
7
-91
/
+441
2022-05-12
pnat: add support to wildcard IP Protocol field if not specified
Fahad Naeem
4
-4
/
+39
2022-05-11
api: revert the changes to atexit for shared memory client
Andrew Yourtchenko
1
-1
/
+1
2022-05-11
dpdk: clear the RTE_MEMPOOL_F_NON_IO
Mohammed Hawari
1
-0
/
+3
2022-05-10
tests: replace pycodestyle with black
Klement Sekera
43
-3989
/
+4955
2022-05-10
nat: improve icmp type detection performance
Klement Sekera
1
-12
/
+10
2022-05-10
ip: reassembly: add documentation
Klement Sekera
1
-0
/
+221
2022-05-10
ip: fix buffer leaks in reassembly
Klement Sekera
2
-29
/
+32
2022-05-09
vhost: memory leak upon deleting vhost-user interface
Steven Luong
1
-3
/
+1
2022-05-08
devices: fix crash on invalid interface
Gabriel Ganne
1
-2
/
+5
2022-05-06
session: fix session cli maybe parse wrong args if executed in files
Xiaoming Jiang
3
-29
/
+69
2022-05-06
stats: add vlib_stats_free_string_vector
Damjan Marion
2
-0
/
+8
[next]