aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_api.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-2/+30
2020-03-30interface: remove mtu clib_warning message from api handlerPaul Vinciguerra1-1/+0
2020-02-26api: improve api string safetyJakub Grajciar1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-14interface: send proper link/admin status in eventAlexander Chernavin1-4/+5
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger1-18/+18
2019-11-07interface: shmemioerror while getting name_filter argAleksander Djuric1-3/+2
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns1-55/+11
2019-10-09interface: dump the interface device typeMohsin Kazmi1-0/+6
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith1-0/+29
2019-09-16api: autogenerate api trace print/endianOle Troan1-2/+4
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-17/+13
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-68/+102
2019-07-23api: binary api cleanupDave Barach1-0/+3
2019-06-14interface: interface dump API check validity of sw_if_indexNeale Ranns1-1/+1
2019-05-22stats: support multiple works for error countersOle Troan1-16/+0
2019-05-17Add a debug-CLI leak-checkerDave Barach1-31/+13
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+5
2019-04-26IF: return VTR attributes for all ifs in dump APIAlexander Chernavin1-20/+20
2019-04-23API sw_interface_dump: Dump all if index is zeroVratko Polak1-2/+2
2019-04-17Make sw_interface_dump more compatible with 2.2.0Vratko Polak1-3/+1
2019-04-17api: Add to interface crud - read by sw_if_index.Paul Vinciguerra1-0/+22
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-52/+69
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-64/+48
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-48/+64
2019-03-07assign flood_class to vnet_sw_interface_t template in subif api handle functionJoe Zhou1-0/+2
2018-11-20Link speed sent as little endian across APIOle Troan1-1/+1
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-2/+1
2018-10-23c11 safe string handling supportDave Barach1-7/+7
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