aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/interface.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-14/+0
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-03-06interface: fix 4 or more interfaces equality comparison bug with xor operatio...lijinhui1-5/+4
2022-03-29vnet: set frame overhead at interface registrationMatthew Smith1-2/+2
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-9/+17
2022-01-17interface: improve MTU handlingDamjan Marion1-4/+15
2022-01-07ethernet: new interface registration functionDamjan Marion1-39/+17
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-1/+1
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-0/+1
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns1-1/+1
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne1-32/+41
2020-10-08l2: input performanceNeale Ranns1-24/+24
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-3/+30
2020-03-27docs ethernet: add docs for ethernet SectionPaul Vinciguerra1-0/+7
2020-02-26ethernet: configure system default ethernet MTUDave Barach1-2/+25
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-18/+71
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+1
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns1-0/+42
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith1-0/+47
2019-03-21BVI InterfaceNeale Ranns1-1/+1
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-3/+0
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-0/+1
2018-11-20ethernet-input optimizationsDamjan Marion1-0/+1
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-05On interface deletion - make sure any vlan qinq table is clearedJohn Lo1-0/+2
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+14
2018-07-21Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197
2018-07-17loopback:fix delete to check interface classEyal Bari1-13/+6
2018-07-15VPP-1341: fix loopback interface graph arcsDave Barach1-50/+173
2018-07-07PipesNeale Ranns1-2/+5
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-3/+1
2018-04-27TAP memory leaks:Neale Ranns1-1/+0
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-1/+4
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-4/+1
2018-04-09L2: no-flood interface type in the Bridge-DomainNeale Ranns1-0/+4
2018-03-07Fix Avoid crash in vnet_delete_sub_interface routineSteve Shin1-1/+2
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-10/+7
2017-08-01P2P EthernetPavel Kotucek1-13/+41
2017-04-07MPLS McastNeale Ranns1-1/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-3/+4
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger1-11/+112
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-0/+20
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+730