aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-08-18ethernet: fix coverity warningDave Barach1-1/+1
2020-08-13ethernet: Copy only 6 bytes of mac address into a u64Jon Loeliger1-3/+3
2020-06-12ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-02-06vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach1-1/+1
2020-01-29fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong1-0/+14
2019-10-04misc: add vnet classify filter set supportDave Barach1-4/+2
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-29ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach1-8/+8
2019-09-25misc: classifier-based packet trace filterDave Barach1-1/+15
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-08-06ethernet: change to mark the CFI bit in the L2 header.Prashant Maheshwari1-3/+3
2019-08-02ethernet: fix ARP feature arc definitionDave Barach1-2/+9
2019-08-01ethernet: Fix node ordering on ARP feautre ARCNeale Ranns1-2/+13
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN1-4/+5
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne1-19/+6
2019-07-05ethernet: ARP disabled nodeNeale Ranns1-15/+106
2019-07-03misc: fix coverity warningsDave Barach1-0/+5
2019-07-02ip: check all fib src for a connected dst entryBenoît Ganne1-25/+53
2019-06-07p2p ethernet: update p2p_ethernet.api with explicit types.Ole Troan1-5/+8
2019-06-03ARP: add feature arcNeale Ranns2-142/+476
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-0/+1
2019-05-16init / exit function orderingDave Barach4-30/+28
2019-04-24ethernet_input_inline: leverage vlib_get_buffersZhiyong Yang1-17/+14
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