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
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
fix vector index range checks (VPP-1353)
Eyal Bari
3
-13
/
+7
2018-07-23
NAT44: fix forwarding feature bug (VPP-1349)
v18.07-rc2
Matus Fabian
1
-3
/
+3
2018-07-19
gbp: Add support for ACL
Mohsin Kazmi
6
-58
/
+178
2018-07-18
VPP crash when run "lb set interface nat4 in <intc>" VPP-1343
Hongjun Ni
1
-1
/
+1
2018-07-13
Add QEDE poll mode driver (librte_pmd_qede)
Igor Mikhailov (imichail)
3
-4
/
+10
2018-07-13
srv6-as: Adding support for L2 traffic
Francois Clad
3
-38
/
+243
2018-07-13
The gateway IP should be 172.16.2.1
shenJibiao
1
-1
/
+1
2018-07-12
IGMP: validate the packets length in the DP
Neale Ranns
3
-25
/
+55
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
21
-40
/
+40
2018-07-11
memif: fix max number of rings
Damjan Marion
2
-4
/
+4
2018-07-11
avf: descriptor should be volatile
Damjan Marion
4
-40
/
+60
2018-07-11
srv6-as: Adding rewrite counters
Francois Clad
3
-21
/
+72
2018-07-11
VPP-1338: fix coverity warning in mactime plugin
Dave Barach
1
-1
/
+3
2018-07-10
IGMP: coverity found defects
Neale Ranns
3
-4
/
+10
2018-07-10
NAT44: multiple outside FIB tables (VPP-1314)
Matus Fabian
4
-41
/
+178
2018-07-10
Remove unused variables
Igor Mikhailov (imichail)
1
-4
/
+0
2018-07-10
Do not translate packets destined for NAT64 inside interface (VPP-1331)
Juraj Sloboda
1
-0
/
+29
2018-07-10
pp2: increase recycle batch size
Brian Brooks
1
-1
/
+3
2018-07-10
pp2: use configured RX queue size
Brian Brooks
1
-1
/
+1
2018-07-09
IGMP improvements
Neale Ranns
28
-1736
/
+3770
2018-06-29
memif: minor fixes
Damjan Marion
2
-9
/
+9
2018-06-29
igmp: bugfix and minor improvements
Jakub Grajciar
5
-76
/
+60
2018-06-27
acl: fix for loop initial declaration
Florin Coras
1
-1
/
+2
2018-06-27
avf: binary API and configurable RX/TX queue size
Jakub Grajciar
10
-13
/
+580
2018-06-27
gcc8 and Wstringop-truncation
Marco Varlese
1
-1
/
+1
2018-06-27
acl-plugin: tm: avoid hash calculation dependency on a memory store operation
Andrew Yourtchenko
1
-1
/
+9
2018-06-27
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
Andrew Yourtchenko
3
-5
/
+625
2018-06-26
dpdk: display rx/tx burst function name in "show hardware detail"
Damjan Marion
1
-0
/
+20
2018-06-26
NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329)
Matus Fabian
1
-0
/
+5
2018-06-26
L3DSR fix ip checksum issue and add test
Hongjun Ni
1
-9
/
+12
2018-06-26
acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge
Andrew Yourtchenko
6
-252
/
+456
2018-06-25
dpdk: Enhancement to call crypto start api at initialization
Sachin Saxena
1
-0
/
+4
2018-06-25
acl-plugin: remove the noisy debug output
Andrew Yourtchenko
1
-1
/
+1
2018-06-25
MAP: Move MAP-E/T to a plugin.
Ole Troan
21
-0
/
+9135
2018-06-23
Tx feature node, for accounting purposes
Dave Barach
3
-136
/
+204
2018-06-21
VPP-1042: Fix the DPDK no-hugetbl flags
Jessica Tallon
1
-5
/
+8
2018-06-21
configurable per-dispatch-cycle sleep
Dave Barach
3
-27
/
+0
2018-06-21
FastLinQ QL41000 Series PCI vendor and device ids
Igor Mikhailov (imichail)
1
-0
/
+3
2018-06-21
Null terminate name string
Dave Barach
1
-1
/
+1
2018-06-21
dpdk/ipsec: add support for UDP encap/decap
Radu Nicolau
2
-17
/
+65
2018-06-21
acl-plugin: fallback to linear ACL search for fragments
Andrew Yourtchenko
2
-38
/
+34
2018-06-20
Nested-loop index typo. Oops.
Dave Barach
1
-6
/
+6
2018-06-20
acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...
Andrew Yourtchenko
10
-207
/
+229
2018-06-19
Driver level time-based src mac filter
Dave Barach
9
-0
/
+1498
2018-06-19
Check get packet template allocation failure (VPP-1321)
John Lo
1
-0
/
+6
2018-06-19
flow:free lookup entries after packets are handled
eyal bari
3
-13
/
+36
2018-06-17
acl-plugin: fix the high cpu usage caused by the connection cleaner
Andrew Yourtchenko
1
-1
/
+2
2018-06-17
acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, op...
Andrew Yourtchenko
1
-46
/
+70
2018-06-16
NAT44: fix coverity
Matus Fabian
1
-1
/
+1
2018-06-15
avf: tx node fixes
Damjan Marion
1
-9
/
+9
[next]