aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-12/+0
2023-09-13build: fix clang-16 buildDamjan Marion1-1/+3
2023-07-25classify: add bpf support to pcap classifierMaxime Peim1-0/+27
2023-06-13vppapigen: fix crash with autoendian arraysDave Wallace1-2/+1
2023-01-25api: pcap capture api updateMaxime Peim1-0/+59
2023-01-23vppapigen: enable codegen for stream message typesStanislav Zaikin1-18/+14
2022-05-19api: refactor api data storageDamjan Marion1-11/+14
2022-05-02vapi: support api clients within vpp processOle Troan1-12/+16
2022-04-04interface api: restore order of context valueVratko Polak1-1/+2
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-1/+1
2022-01-17vnet: introduce vnet_error()Damjan Marion1-11/+4
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-0/+169
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak1-54/+79
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-27/+14
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-6/+0
2021-09-08interface: add custom interface name supportSteven Luong1-0/+34
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin1-2/+2
2021-07-22interface: Byte swap the duplex value in interface detailsNeale Ranns1-2/+2
2021-07-02interface: api cleanupFilip Tehlar1-42/+17
2021-03-12interface: fix extra locking on fib/mfib tableDmitry Vakrhushev1-23/+17
2021-02-26interface: fix sh int rxNathan Skrzypczak1-1/+1
2021-02-15interface: Add promisc on/off in apiNathan Skrzypczak1-32/+62
2021-01-22interface: fix rx-placement api/cli for new infraMohammed Hawari1-29/+25
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-6/+6
2020-11-13ethernet: mac must support 64-bits loadsBenoƮt Ganne1-3/+3
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-4/+3
2020-05-19interface: fix interface rx mode config APIJakub Grajciar1-2/+4
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