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
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
MPLS lookup DPO does not pop the label (nor does it handle replicate)
Neale Ranns
4
-19
/
+64
2017-05-24
MPLS trace fixes
Neale Ranns
2
-1
/
+7
2017-05-20
vhost: buffers leak and interface disable upon vring descriptor out of mmap
v17.04.1
Steven
1
-16
/
+9
2017-05-17
ping command does not work when there is woker thread (VPP-844)
flyingeagle23
1
-0
/
+1
2017-05-17
vhost: Fix mmap size calculation
Pierre Pfister
1
-3
/
+3
2017-05-17
ARP learning fixes (VPP-843)
Neale Ranns
3
-82
/
+68
2017-05-17
vhost: bad packet assembled from descriptor chaining
Steven
1
-1
/
+2
2017-05-15
Validate ip6 interface fib tables early on
Florin Coras
1
-0
/
+5
2017-05-13
Fix FIB recursion loops via cover (VPP-842)
Neale Ranns
3
-37
/
+87
2017-05-08
Fix mac check issue for vitual tunnel interface with no mac address
Hongjun Ni
1
-0
/
+3
2017-04-21
Fix issue with gre protocol registration when running multithreaded
Damjan Marion
2
-39
/
+15
2017-04-21
Fix issue with udp port registration when running multithreaded
Damjan Marion
2
-74
/
+51
2017-04-18
Memory leak in load-balance maps
Neale Ranns
2
-5
/
+20
2017-04-13
Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...
Neale Ranns
13
-50
/
+27
2017-04-11
LSIP: make LISP statistics collecting thread safe, VPP-692
Filip Tehlar
8
-59
/
+83
2017-04-10
BRIDGE-DOMAIN:enable arp term,mac/ip learning on local ints
Eyal Bari
3
-15
/
+11
2017-04-07
Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690
Florin Coras
1
-1
/
+1
2017-04-05
BFD: add ARP-awareness, fix bugs
Klement Sekera
5
-77
/
+282
2017-04-05
LISP: fix crash when GPE interface is re-added, VPP-685
Filip Tehlar
1
-3
/
+3
2017-04-05
LISP: fix crash when adding a negative forwarding entry, VPP-681
Filip Tehlar
1
-15
/
+14
2017-03-30
vpp-678: Rename "show interfaces" -> "show interface"
Dave Barach
4
-5
/
+5
2017-03-30
VPP-673 Fix L2 steering.
Pablo Camarillo
1
-12
/
+14
2017-03-30
LISP: fix IID in decap, VPP-676
Filip Tehlar
2
-3
/
+4
2017-03-29
af_packet driver failure to check VLIB_BUFFER_NEXT_PRESENT flag
Jim Gibson
1
-1
/
+2
2017-03-29
Coverity Error: logically dead code in IP unnumbered CLI
Neale Ranns
1
-4
/
+0
2017-03-29
Bugfixing and documentation for SRv6
Pablo Camarillo
8
-200
/
+192
2017-03-29
SR replicate mheap corruption fix VPP-672
shwethab
4
-12
/
+5
2017-03-28
Implement MAC Flush for BD or Interface from the L2FIB
John Lo
9
-49
/
+258
2017-03-28
Fix output feature processing (VPP-670)
AkshayaNadahalli
1
-0
/
+41
2017-03-22
LISP: improve DP speed
Filip Tehlar
4
-4
/
+29
2017-03-22
ping: allow the user to send bursts of N packets instead of single packet
Andrew Yourtchenko
1
-10
/
+42
2017-03-22
vhost: support interrupt mode
Steven
2
-22
/
+322
2017-03-22
policer: fix byte ordering in policer_details msg
Marek Gradzki
1
-2
/
+2
2017-03-21
LISP statistics
Filip Tehlar
12
-46
/
+431
2017-03-20
vnet: add device-input threadplacement infra
Damjan Marion
6
-68
/
+306
2017-03-18
Check change in unnumbered setting before updating IP enabled state
Neale Ranns
2
-6
/
+23
2017-03-17
features: remove remaining .end_node
Damjan Marion
1
-1
/
+0
2017-03-17
64 bit per-thread counters
Neale Ranns
4
-20
/
+22
2017-03-17
Fix IP feature ordering.
Neale Ranns
6
-41
/
+12
2017-03-17
MPLS performance improvments.
Neale Ranns
8
-140
/
+299
2017-03-17
Attached hosts
Neale Ranns
8
-18
/
+103
2017-03-17
Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...
Neale Ranns
12
-162
/
+162
2017-03-17
Use the feature anchor in the MPLS input arc - it performs much better
Neale Ranns
3
-7
/
+9
2017-03-17
Adjacency refinement; check the cover's interface against the adjacency's
Neale Ranns
2
-4
/
+97
2017-03-16
ping: Fix coverity error 163907
Andrew Yourtchenko
2
-0
/
+6
2017-03-16
vhost: wrong value return for VHOST_USER_VRING_GET_BASE
Steven
1
-4
/
+11
2017-03-16
vlib: make runtime_data thread-local
Damjan Marion
9
-61
/
+170
2017-03-15
No vector allocation during buffer copy
Neale Ranns
1
-3
/
+1
2017-03-15
VXLAN:add hidden multicast interface check
Eyal Bari
2
-29
/
+25
2017-03-14
API:support hidden sw interfaces
Eyal Bari
1
-38
/
+27
[next]