aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-12/+0
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko1-3/+4
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly1-0/+32
2022-05-19api: refactor api data storageDamjan Marion1-1/+1
2021-06-24l2: api cleanupFilip Tehlar1-83/+12
2021-02-23l2: coverity woe in l2_api.cSteven Luong1-23/+20
2021-02-09l2: crash on l2_input_is_xconnectSteven Luong1-10/+8
2021-01-08l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma...Jerome Tollet1-19/+75
2021-01-06l2: add per bridge domain learn limitJerome Tollet1-27/+69
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-6/+6
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan1-3/+0
2020-10-08l2: input performanceNeale Ranns1-2/+2
2020-08-06misc: harmonize namesDave Barach1-1/+1
2020-03-09l2: API cleanupJakub Grajciar1-11/+28
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+166
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-06-19l2: BD ARP termination entry API updateNeale Ranns1-15/+29
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+3
2019-04-24l2: Add support for arp unicast forwardingMohsin Kazmi1-0/+4
2019-03-21BVI InterfaceNeale Ranns1-1/+35
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo1-0/+32
2019-01-03Fix used-before-set in vl_api_bridge_flags_t_handlerDave Barach1-1/+2
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-1/+1
2018-11-06BD ARP entry use common API typesNeale Ranns1-6/+14
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-09-26Modify return values of L2 bridge API handlersAlexander Chernavin1-0/+20
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-9/+57
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-09-19L2-fib-dump: send 1 or 0 rather than flag valueNeale Ranns1-3/+3
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns1-7/+9
2018-08-23coverity: l2 arp termination dumpMohsin Kazmi1-4/+5
2018-08-17l2: arp termination dumpMohsin Kazmi1-0/+80
2018-07-23L2 EFP: byteswap sw_if_index, enable flag can be u8 on .apiNeale Ranns1-2/+5
2018-05-31Improve L2FIB delete entry handling and "show l2fib" CLI optionsJohn Lo1-1/+3
2018-01-11api: remove transport specific code from handlersFlorin Coras1-19/+20
2018-01-09api: refactor vlibmemoryFlorin Coras1-7/+6
2017-11-10Break up vpe.apiNeale Ranns1-5/+173
2017-10-31l2fib: MAC: Fix uint64 to u8 byte arrayMohsin Kazmi1-2/+4
2017-09-07Support for bridge domain free text tagJerome Tollet1-0/+8
2017-09-03Improve L2FIB PDR/NDR performance (VPP-963)John Lo1-1/+1
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo1-1/+4
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo1-6/+77
2017-06-27L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888)Eyal Bari1-17/+11
2017-05-20API: Cleaning up message naming that does not follow the conventionsOle Troan1-36/+25
2017-05-15L2BD/API:fix bd dump to ignore unknown bd_idEyal Bari1-19/+20
2017-05-08L2FIB:CLI/API to flush all non-static entriesEyal Bari1-5/+13
2017-05-02Prevent Bridge Domain operations on BD 0.Jon Loeliger1-1/+18
2017-04-24BD:unify bridge domain creation codeEyal Bari1-48/+15
2017-04-05L2FIB:add l2fib_flush_bd l2fib_flush_int apisEyal Bari1-0/+38