aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/ethernet.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-2/+4
2022-01-17interface: improve MTU handlingDamjan Marion1-3/+4
2022-01-07ethernet: new interface registration functionDamjan Marion1-9/+16
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns1-11/+1
2020-11-13ethernet: mac must support 64-bits loadsBenoƮt Ganne1-2/+13
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-7/+14
2020-02-26ethernet: configure system default ethernet MTUDave Barach1-0/+3
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-2/+15
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns1-0/+3
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith1-0/+7
2019-05-16init / exit function orderingDave Barach1-0/+1
2019-03-21BVI InterfaceNeale Ranns1-1/+1
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-71/+1
2018-11-26Remove unused argument from eth_identify_subint(...)Damjan Marion1-1/+0
2018-11-20ethernet-input optimizationsDamjan Marion1-0/+15
2018-10-02Enabled untagged vs default functionalityMike Bly1-4/+4
2018-09-06eth_mac_equal takes const pointersNeale Ranns1-1/+1
2018-08-31Introduce a mac_address_t on the API and in VPPNeale Ranns1-2/+14
2018-08-22Consolidate the [un]format_mac_address implementationsNeale Ranns1-0/+2
2018-05-25ARP proxy dumpsNeale Ranns1-11/+0
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-0/+2
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion1-16/+41
2018-02-06Fix clang implicit conversion errorsDamjan Marion1-7/+8
2017-12-08tapv2: multiple improvementsDamjan Marion1-0/+6
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-1/+1
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-0/+9
2017-08-01P2P EthernetPavel Kotucek1-0/+1
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-7/+7
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-2/+1
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns1-1/+2
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger1-1/+5
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-0/+2
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+561