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
2018-03-16
IPv6 ND Router discovery control plane (VPP-1095)
Juraj Sloboda
9
-8
/
+1236
2018-03-16
stats: allow configuring poller delay
Klement Sekera
4
-19
/
+126
2018-03-16
IPSec: fix IPv6 policy deleting
Matus Fabian
1
-1
/
+1
2018-03-16
remove spurious print statements from DVR tests
Neale Ranns
1
-2
/
+0
2018-03-16
Fix sample-plugin build on ubuntu 18.04
Damjan Marion
1
-1
/
+0
2018-03-16
IPv6 ND Router discovery data plane (VPP-1095)
Juraj Sloboda
8
-9
/
+747
2018-03-16
session: allow local host binds
Florin Coras
1
-4
/
+4
2018-03-15
remove bootstrap from top-level Makefile
Damjan Marion
3
-63
/
+17
2018-03-15
Update session local address is_ip4 on bind when not global
Keith Burns (alagalah)
1
-0
/
+1
2018-03-15
make test: Add VCL iperf3 tests
Dave Wallace
1
-36
/
+102
2018-03-15
tls: add openssl engine
Florin Coras
14
-190
/
+1027
2018-03-15
IPIP: Linter on test_*.py
Ole Troan
3
-137
/
+78
2018-03-15
Add a helper function to fetch vlib node index for already stacked dpos
Vijayabhaskar Katamreddy
2
-0
/
+40
2018-03-15
use system provided ccache links
Damjan Marion
7
-42
/
+11
2018-03-14
IPIP: Also publish the ipip.api.h file.
Jon Loeliger
1
-0
/
+1
2018-03-14
fix 'make build'
Damjan Marion
1
-1
/
+1
2018-03-14
make test: early core detection, code cleanup
Klement Sekera
3
-10
/
+31
2018-03-14
Clean up vpp build bootstrap step
Dave Barach
8
-71
/
+55
2018-03-14
VPP-1197: SELinux: 'create tap' (vhost-net backend TAP) fails when
Billy McFall
1
-0
/
+2
2018-03-14
vlib: internal buffer manager rework
Damjan Marion
8
-284
/
+190
2018-03-14
Prevent calling rte_eth_xstats_get not initialized dev
Szymon Sliwa
1
-0
/
+2
2018-03-14
IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.
Ole Troan
23
-1142
/
+2491
2018-03-14
socket_test.sh: Don't hard code debug image with gdb.
Dave Wallace
1
-3
/
+0
2018-03-14
make test: handle multiple failures in one case
Klement Sekera
1
-1
/
+4
2018-03-14
VCL: Handle epoll HUP events in sock_test_server
Dave Wallace
1
-1
/
+10
2018-03-14
srv6-plugins: fixing documentation
Francois Clad
4
-201
/
+254
2018-03-14
srv6: minor CLI modifications
Francois Clad
4
-15
/
+14
2018-03-14
Improve l2_macs_events API to provide MAC move information
John Lo
6
-12
/
+31
2018-03-14
VOM: acl: Add support for acl ethertype unbind and dump
Mohsin Kazmi
4
-1
/
+187
2018-03-14
At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...
Chaoyu Jin
1
-12
/
+12
2018-03-13
VCL: Fix race condition in event thread function
Dave Wallace
1
-11
/
+17
2018-03-13
SCTP: data retransmission & snd_space fix
Marco Varlese
3
-4
/
+88
2018-03-13
Common form of fib-path reproting in dumps
Neale Ranns
11
-130
/
+338
2018-03-13
FIB: DVR paths are not considered L3 attached
Neale Ranns
1
-0
/
+10
2018-03-13
libmemif: ubuntu 18.04 build fix
Jakub Grajciar
4
-15
/
+23
2018-03-13
Rationalize plugin symbol error reporting
Dave Barach
3
-5
/
+14
2018-03-13
SCTP: cumulative SACK fix
Marco Varlese
4
-15
/
+44
2018-03-12
SPAN: Add 'is_l2" flag to DETAILS response messages.
Jon Loeliger
3
-2
/
+7
2018-03-12
Remove md5.[ch] from vppinfra
Dave Barach
5
-535
/
+2
2018-03-12
License text cleanup
Dave Barach
45
-1
/
+589
2018-03-12
NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)
Matus Fabian
1
-2
/
+2
2018-03-12
NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)
Matus Fabian
2
-45
/
+49
2018-03-11
vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loo...
Andrew Yourtchenko
2
-10
/
+10
2018-03-11
dpdk-input node packet trace intermittent on IP forwading path
John Lo
1
-36
/
+37
2018-03-10
Move the vnet cdp protocol implementation to a plugin
Dave Barach
15
-41
/
+574
2018-03-10
Assign correct NUMA node for DPDK crypto devices
Lee Roberts
1
-0
/
+29
2018-03-09
Coordinate known Ethernet speeds with Linux kernel and DPDK
Lee Roberts
5
-6
/
+77
2018-03-09
Correct address calculation for VPP-1168
Lee Roberts
2
-2
/
+2
2018-03-09
VCL API for external callback for listener/connect event
Keith Burns (alagalah)
7
-23
/
+323
2018-03-09
dpdk: move DPDK vfio hack to dpdk plugin
Damjan Marion
4
-50
/
+70
[prev]
[next]