aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_api.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,stable/1810Steven Luong1-0/+5
2019-03-07assign flood_class to vnet_sw_interface_t template in subif api handle functionJoe Zhou1-0/+2
2018-09-26itf: dump interface rx-placementMohsin Kazmi1-0/+93
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-3/+3
2018-08-24rx-placement: Add API call for interface rx-placementMohsin Kazmi1-0/+41
2018-07-20IP directed broadcastNeale Ranns1-1/+20
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-2/+29
2018-05-18IP table bind allowed only if table existsNeale Ranns1-30/+6
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-2/+31
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-31/+2
2018-04-04Detailed stats collection featureNeale Ranns1-8/+3
2018-03-19Interface Unicast, Multicast and Broadcast stats on the APINeale Ranns1-1/+21
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-37/+2
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda1-0/+32
2018-02-12Improve MTU handlingNeale Ranns1-6/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-16/+17
2018-01-09api: refactor vlibmemoryFlorin Coras1-7/+6
2017-11-10Break up vpe.apiNeale Ranns1-1/+249
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo1-9/+2
2017-10-29devices: Add binary API for set interface <interface> rx-modeSteven1-0/+29
2017-10-15Revert "Enforce FIB table creation before use"Florin Coras1-8/+35
2017-10-13Enforce FIB table creation before useNeale Ranns1-35/+8
2017-10-04Set MAC address needs the HW interface indexNeale Ranns1-1/+3
2017-10-03Repair vlib API socket serverDave Barach1-7/+11
2017-10-03Propagate duplicate IF addr add/del error up to API.Jon Loeliger1-6/+17
2017-09-11replace uint32_t with u32Neale Ranns1-1/+1
2017-09-11FIB table add/delete APINeale Ranns1-28/+149
2017-08-25vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-16No context in SW interface eventNeale Ranns1-1/+4
2017-08-11Dedicated SW Interface EventNeale Ranns1-4/+4
2017-04-03Add an API call to set interface MAC addresses.Jon Loeliger1-1/+34
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-0/+1
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns1-2/+8
2017-03-17Attached hostsNeale Ranns1-0/+15
2017-03-14API:support hidden sw interfacesEyal Bari1-38/+27
2017-03-07fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres...Gabriel Ganne1-7/+7
2017-03-04DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...Neale Ranns1-2/+2
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-0/+32
2017-03-02Clean up binary api message handler registration issuesDave Barach1-7/+0
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek1-0/+20
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+725