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
2019-02-22
physmem: keep physmem VA in 39-bit address space on x86_64
Damjan Marion
5
-6
/
+45
2019-02-22
Add no-append flag to vlib_frame_t
Damjan Marion
8
-4
/
+20
2019-02-20
IP route local and connected
Neale Ranns
4
-7
/
+51
2019-02-20
FIB: pass a copy the walk context
Neale Ranns
1
-1
/
+3
2019-02-19
Revert "bond: problem switching from l2 to l3"
Peter Mikus
1
-11
/
+0
2019-02-07
tcp: fix reset sending in syn-sent
Florin Coras
3
-6
/
+7
2019-02-04
Fix borken install-dep on RHEL
Yichen Wang
1
-0
/
+3
2019-01-30
19.01 Release Notes
v19.01
Andrew Yourtchenko
1
-0
/
+389
2019-01-30
ipsec: fix check support functions
Klement Sekera
2
-5
/
+17
2019-01-30
VTL: Fix pep8 test/test_syslog.py
Paul Vinciguerra
1
-4
/
+4
2019-01-30
Update version (19.01) for API changes script
Andrew Yourtchenko
1
-2
/
+2
2019-01-30
Update to doxygen documentation for release 19.01
Andrew Yourtchenko
1
-0
/
+1
2019-01-28
avf: fix queue enable issue
Damjan Marion
1
-8
/
+11
2019-01-25
IP6 FIB: walk table for dump (VPP-1553)
Neale Ranns
1
-12
/
+7
2019-01-23
bond: packet drops on VPP bond interface [VPP-1544]
Steven
2
-20
/
+21
2019-01-21
ldp: add support for TCP_CONGESTION sockopts (VPP-1550)
v19.01-rc2
Florin Coras
1
-0
/
+9
2019-01-21
doxygen formatting fix: prevent stray examples appearing in the docs
Andrew Yourtchenko
1
-2
/
+2
2019-01-20
session: add support for vrf in session unformat (VPP-1546)
Florin Coras
1
-7
/
+22
2019-01-20
tcp: fix debugging without cc stats (VPP-1547)
Florin Coras
1
-0
/
+1
2019-01-20
fix data_length in IpSec API call (VPP-1548)
Michal Cmarada
1
-4
/
+6
2019-01-20
VOM: ip-mroute inspect register handler fix
Neale Ranns
1
-1
/
+2
2019-01-18
tcp: allow data in passive open ack (VPP-1545)
Florin Coras
1
-2
/
+3
2019-01-18
VTL: Use latest version of syslog_rfc5424_parser (0.2.0) released: 190117
Paul Vinciguerra
1
-3
/
+1
2019-01-16
Initial changes for stable/1901 branch
v19.01-rc1
Andrew Yourtchenko
1
-0
/
+1
2019-01-16
make test: raise packet tracing limit to 1000
Klement Sekera
1
-2
/
+2
2019-01-16
DOC ONLY: update readme.md
Dave Barach
3
-469
/
+28
2019-01-15
vmxnet3: add numa support and link speed
Steven
4
-13
/
+23
2019-01-14
api_helper_macro mp->pid is network endian
Ole Troan
1
-1
/
+1
2019-01-14
VTL: vpp_papi_provider: Don't shortcircuit vpp_papi jasonfile detection.
Paul Vinciguerra
1
-5
/
+5
2019-01-14
VTL: Allow running simple unittest.TestCases.
Paul Vinciguerra
3
-14
/
+18
2019-01-14
VTL: New version of pyparsing breaks tests.
Paul Vinciguerra
1
-0
/
+2
2019-01-13
remove useless line in dpdk cryptodev
Simon Zhang
1
-2
/
+0
2019-01-13
bonding: support custom interface IDs
Alexander Chernavin
8
-8
/
+55
2019-01-13
dpdk: show hardware may display the wrong information for rss active
Steven
1
-0
/
+1
2019-01-12
session: generate wrong thread errors instead of crashing
Florin Coras
7
-23
/
+47
2019-01-11
Fix custom-dump for gre_add_del_tunnel: src and dst IPs
Igor Mikhailov (imichail)
1
-7
/
+4
2019-01-11
Fix 'show interface span' field length
Igor Mikhailov (imichail)
1
-2
/
+2
2019-01-11
Fix interactive tests
juraj.linkes
1
-2
/
+4
2019-01-11
gbp2: Fix typo in condition
Mohsin Kazmi
1
-1
/
+3
2019-01-10
strncpy_s_inline copies more bytes than necessary
Steven
2
-3
/
+13
2019-01-10
vpp_config: Rework for Python2/3 compatibility.
Paul Vinciguerra
12
-406
/
+554
2019-01-10
VOM: IP route ECMP support
Neale Ranns
4
-33
/
+85
2019-01-10
session/vcl: improve fifo tx notifications
Florin Coras
5
-83
/
+144
2019-01-10
ARP/ND: copy opaque2 persistent fields to new packet
Neale Ranns
4
-6
/
+19
2019-01-10
Enable random reassembly test for ARM
juraj.linkes
1
-4
/
+1
2019-01-10
Enable GBP tests for ARM
juraj.linkes
1
-6
/
+1
2019-01-09
Use the official libpcap file type
Dave Barach
3
-15
/
+10
2019-01-09
test/vpp_papi_provider.py: Fix simple copy/paste error.
Paul Vinciguerra
1
-1
/
+0
2019-01-09
test framework. Remove unused code.
Paul Vinciguerra
1
-14
/
+3
2019-01-09
gbp: Fix coverity warnings
Mohsin Kazmi
4
-9
/
+19
[next]