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
path:
root
/
src
/
vnet
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
ethernet-input tagged packets optimizations
Damjan Marion
1
-269
/
+474
2018-12-18
PAPI: Add MACAddress object wrapper for vl_api_mac_address_t
Ole Troan
3
-16
/
+7
2018-11-26
Add a feature arc consistency check
Dave Barach
1
-0
/
+1
2018-11-26
Remove unused argument from eth_identify_subint(...)
Damjan Marion
2
-4
/
+2
2018-11-21
VPP-1309: fixed crash when listing ip arp after removing interface
Pavel Kotucek
1
-0
/
+24
2018-11-21
ethernet-input: fix assert in l2 mode
Damjan Marion
1
-9
/
+24
2018-11-20
ethernet-input optimizations
Damjan Marion
3
-22
/
+533
2018-11-18
mac_address_t: size to 6 bytes so it represents wire format
Neale Ranns
1
-7
/
+15
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
2
-23
/
+25
2018-11-13
vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)
Damjan Marion
1
-1
/
+1
2018-11-07
GBP Endpoint Learning
Neale Ranns
1
-0
/
+13
2018-11-06
BD ARP entry use common API types
Neale Ranns
1
-5
/
+13
2018-11-05
Genric API types format/unformat support for VAT and custom dump
Neale Ranns
4
-13
/
+21
2018-11-02
arp:add error counters for all failure cases
Eyal Bari
1
-3
/
+3
2018-10-23
c11 safe string handling support
Dave Barach
1
-3
/
+3
2018-10-12
vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass...
Andrew Yourtchenko
1
-1
/
+1
2018-10-09
vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases
Andrew Yourtchenko
1
-26
/
+26
2018-10-05
On interface deletion - make sure any vlan qinq table is cleared
John Lo
1
-0
/
+2
2018-10-02
Enabled untagged vs default functionality
Mike Bly
2
-6
/
+5
2018-09-25
L2 BD: introduce a BD interface on which to send UU packets
Neale Ranns
1
-1
/
+2
2018-09-25
dpdk: show pluggable info in 'show hardware'
Damjan Marion
2
-19
/
+48
2018-09-24
ARP: don't use RPC for requests initiated from the main thread
Neale Ranns
2
-114
/
+87
2018-09-14
Revert "L2-input: use vlib_buffer_enqueue_to_next"
John Lo
1
-3
/
+3
2018-09-13
L2-input: use vlib_buffer_enqueue_to_next
Neale Ranns
1
-3
/
+3
2018-09-12
fix missing extern in vnet/ethernet/node.c
Damjan Marion
1
-1
/
+1
2018-09-10
new multiversioning on ethernet input nodes
Damjan Marion
1
-34
/
+16
2018-09-08
L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes
Neale Ranns
2
-1
/
+15
2018-09-06
eth_mac_equal takes const pointers
Neale Ranns
1
-1
/
+1
2018-09-05
Add missing API MAC address encode implementation
Neale Ranns
1
-0
/
+1
2018-08-31
Fix typo
Dave Barach
1
-1
/
+1
2018-08-31
Introduce a mac_address_t on the API and in VPP
Neale Ranns
6
-2
/
+236
2018-08-22
Consolidate the [un]format_mac_address implementations
Neale Ranns
2
-0
/
+15
2018-07-30
FIB: return entry prefix by const reference to avoid the copy
Neale Ranns
1
-7
/
+8
2018-07-21
Loopback tx: support multiple tx intfcs per frame
Dave Barach
1
-153
/
+197
2018-07-20
IP directed broadcast
Neale Ranns
1
-0
/
+9
2018-07-20
QoS: marking and recording for MPLS and VLAN
Neale Ranns
1
-0
/
+8
2018-07-19
Remove unused argument to vlib_feature_next
Damjan Marion
1
-3
/
+3
2018-07-17
loopback:fix delete to check interface class
Eyal Bari
1
-13
/
+6
2018-07-15
VPP-1341: fix loopback interface graph arcs
Dave Barach
1
-50
/
+173
2018-07-14
Improve IP4 ARP and IP6 ND Events Notification
v18.10-rc0
John Lo
1
-10
/
+25
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
2
-2
/
+2
2018-07-07
Pipes
Neale Ranns
2
-3
/
+15
2018-06-25
Add checks for bad ARP request packets in arp-termination node
John Lo
1
-12
/
+9
2018-06-19
Check get packet template allocation failure (VPP-1321)
John Lo
1
-0
/
+6
2018-06-11
MTU: Software interface / Per-protocol MTU support
Ole Troan
1
-3
/
+1
2018-06-08
Gratuitous ARP packet handling
Neale Ranns
1
-8
/
+33
2018-06-07
Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets"
John Lo
1
-5
/
+0
2018-06-07
Allow arp-input node to learn IPv4 neighbors from GARP packets
John Lo
1
-0
/
+5
2018-06-05
bond: send gratuitous arp when the active slave went down in active-backup mode
Steven
2
-14
/
+16
2018-05-28
Fix IP neighbor/arp pool full and static entry handling
John Lo
1
-69
/
+69
[next]