aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-11misc: fix coverity warningsDave Barach1-2/+8
2019-12-19interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger1-0/+10
2019-12-04gre: Multi-point interfacesNeale Ranns1-0/+10
2019-12-04gso: remove the interface countMohsin Kazmi1-1/+0
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith1-0/+42
2019-09-26misc: add vnet classify filter set supportDave Barach1-0/+1
2019-08-27interface: Remove residual dpdk bonding codeSteven Luong1-9/+0
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha031-4/+3
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-0/+24
2019-05-13vnet: remove macro definitionsZhiyong Yang1-3/+0
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-0/+6
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-2/+2
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-2/+1
2018-10-30change mac address functions take const macNeale Ranns1-2/+2
2018-10-29interface-flags; fix coverity error found in conversionNeale Ranns1-3/+28
2018-10-27Enumify interface flagsNeale Ranns1-10/+23
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-01API / CLI event-log tracingDave Barach1-121/+0
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-3/+4
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-2/+6
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-0/+21
2018-07-20IP directed broadcastNeale Ranns1-0/+17
2018-07-07PipesNeale Ranns1-3/+23
2018-06-15STATS: Add more hierarchy to counters.Ole Troan1-31/+13
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-19/+82
2018-06-08export counters in a memfd segmentDave Barach1-0/+4
2018-06-03Interface Tag: memset field in VOM, clear the tag in VPP on interface deleteNeale Ranns1-0/+1
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi1-2/+5
2018-05-25ARP proxy dumpsNeale Ranns1-1/+20
2018-04-27TAP memory leaks:Neale Ranns1-1/+4
2018-04-18Mcast rewrite optimisationsNeale Ranns1-1/+1
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-49/+13
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-13/+49
2018-03-19Use x(void) not x() in new interface stats codeNeale Ranns1-2/+2
2018-03-19Interface Unicast, Multicast and Broadcast stats on the APINeale Ranns1-0/+66
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-0/+45
2018-02-16Allow providers to override glean behaviourNeale Ranns1-1/+3
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-3/+1
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-1/+3
2018-02-12Improve MTU handlingNeale Ranns1-0/+16
2018-01-24Improve tunnel interface creation performanceJohn Lo1-21/+29
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-4/+11
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo1-4/+5
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach1-6/+9
2017-08-13default update adjacency function deos not return multicast adjacencyNeale Ranns1-6/+40
2017-08-01P2P EthernetPavel Kotucek1-0/+4
2017-07-27Fix interface reuse when running multithreadedDamjan Marion1-4/+12
2017-07-12Deprecate support for flattened output nodesDamjan Marion1-6/+2
2017-06-21Introduce default rx mode for device driversDamjan Marion1-0/+1