summaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-04-10ethernet: fix packet tracingBenoît Ganne1-1/+1
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-0/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-5/+5
2019-03-21BVI InterfaceNeale Ranns2-2/+2
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+0
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-0/+1
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar1-8/+5
2019-03-05L2: ARP term - learn but don't send response to GARPsNeale Ranns1-0/+3
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-17/+42
2019-02-22Callback functions must have the correct signatureNeale Ranns1-1/+3
2019-02-07Fix parsing overflow in unformat_mac_address_t()Benoît Ganne1-3/+3
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-3/+0
2019-01-30Use IP and MAC API types for neighborsNeale Ranns8-228/+265
2019-01-23IP route local and connectedNeale Ranns1-1/+5
2018-12-22ethernet-input tagged packets optimizationsDamjan Marion1-269/+474
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan3-16/+7
2018-11-26Add a feature arc consistency checkDave Barach1-0/+1
2018-11-26Remove unused argument from eth_identify_subint(...)Damjan Marion2-4/+2
2018-11-21VPP-1309: fixed crash when listing ip arp after removing interfacePavel Kotucek1-0/+24
2018-11-21ethernet-input: fix assert in l2 modeDamjan Marion1-9/+24
2018-11-20ethernet-input optimizationsDamjan Marion3-22/+533
2018-11-18mac_address_t: size to 6 bytes so it represents wire formatNeale Ranns1-7/+15
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-23/+25
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-11-07GBP Endpoint LearningNeale Ranns1-0/+13
2018-11-06BD ARP entry use common API typesNeale Ranns1-5/+13
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns4-13/+21
2018-11-02arp:add error counters for all failure casesEyal Bari1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-12vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass...Andrew Yourtchenko1-1/+1
2018-10-09vnet: ethernet-input incorrectly sets l3_hdr_offset in some casesAndrew Yourtchenko1-26/+26
2018-10-05On interface deletion - make sure any vlan qinq table is clearedJohn Lo1-0/+2
2018-10-02Enabled untagged vs default functionalityMike Bly2-6/+5
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-1/+2
2018-09-25dpdk: show pluggable info in 'show hardware'Damjan Marion2-19/+48
2018-09-24ARP: don't use RPC for requests initiated from the main threadNeale Ranns2-114/+87
2018-09-14Revert "L2-input: use vlib_buffer_enqueue_to_next"John Lo1-3/+3
2018-09-13L2-input: use vlib_buffer_enqueue_to_nextNeale Ranns1-3/+3
2018-09-12fix missing extern in vnet/ethernet/node.cDamjan Marion1-1/+1
2018-09-10new multiversioning on ethernet input nodesDamjan Marion1-34/+16
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns2-1/+15
2018-09-06eth_mac_equal takes const pointersNeale Ranns1-1/+1
2018-09-05Add missing API MAC address encode implementationNeale Ranns1-0/+1
2018-08-31Fix typoDave Barach1-1/+1
2018-08-31Introduce a mac_address_t on the API and in VPPNeale Ranns6-2/+236
2018-08-22Consolidate the [un]format_mac_address implementationsNeale Ranns2-0/+15
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-7/+8
2018-07-21Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197