aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-04gre: Multi-point interfacesNeale Ranns1-0/+7
2019-12-04gso: remove the interface countMohsin Kazmi1-3/+0
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith1-0/+10
2019-09-26misc: add vnet classify filter set supportDave Barach1-1/+5
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-7/+9
2019-09-20misc: classifier-based packet trace filterDave Barach1-0/+1
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach1-0/+12
2019-08-27interface: Remove residual dpdk bonding codeSteven Luong1-1/+1
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha031-4/+4
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras1-0/+13
2019-06-28interface: fixes for buliding for 32bit targetsVijayabhaskar Katamreddy1-1/+1
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-1/+11
2019-06-03ARP: add feature arcNeale Ranns1-1/+1
2019-05-31bonding: add support for numa awarenessZhiyong Yang1-0/+4
2019-04-11Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/Ole Troan1-1/+1
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-3/+0
2019-02-22Callback functions must have the correct signatureNeale Ranns1-2/+2
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-0/+15
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-23/+5
2019-01-21VPP-1549 Add missing counter name.Paul Vinciguerra1-1/+2
2018-11-17pcap-based dispatch tracerDave Barach1-1/+2
2018-11-08vnet: remove unused fieldDamjan Marion1-2/+0
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-27/+4
2018-10-29interface-flags; fix coverity error found in conversionNeale Ranns1-1/+2
2018-10-27Enumify interface flagsNeale Ranns1-30/+37
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-3/+3
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+2
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-0/+14
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-0/+21
2018-07-20IP directed broadcastNeale Ranns1-14/+22
2018-07-07PipesNeale Ranns1-0/+1
2018-06-15STATS: Add more hierarchy to counters.Ole Troan1-0/+20
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-9/+18
2018-05-11Fix issue with xconnect not working on the main interfaceDamjan Marion1-9/+6
2018-05-10vnet: device flow offload infraDamjan Marion1-0/+20
2018-04-25Adjacency walk more scalableNeale Ranns1-0/+5
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-3/+8
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-8/+3
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven1-0/+8
2018-04-09L2: no-flood interface type in the Bridge-DomainNeale Ranns1-1/+5
2018-04-09plugins: unload plugin if early init failsDamjan Marion1-0/+41
2018-04-04Detailed stats collection featureNeale Ranns1-15/+15
2018-03-19Use x(void) not x() in new interface stats codeNeale Ranns1-3/+3
2018-03-19Interface Unicast, Multicast and Broadcast stats on the APINeale Ranns1-1/+35
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts1-6/+16
2018-02-26vnet: add 25G interface speed flagDamjan Marion1-2/+4
2018-02-13vnet:remove duplicate interface function macroEyal Bari1-15/+3
2018-01-24Improve tunnel interface creation performanceJohn Lo1-0/+4
2017-08-01P2P EthernetPavel Kotucek1-0/+15