aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_bd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-24/+0
2022-10-13l2: coverity complains dead codesSteven Luong1-14/+11
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly1-2/+42
2021-01-06l2: add per bridge domain learn limitJerome Tollet1-23/+118
2020-10-08l2: input performanceNeale Ranns1-3/+45
2020-09-14l2: allocate l2fib only when neededDamjan Marion1-0/+4
2020-08-06misc: harmonize namesDave Barach1-1/+1
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger1-35/+0
2019-04-24l2: Add support for arp unicast forwardingMohsin Kazmi1-6/+88
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo1-11/+37
2018-11-06BD ARP entry use common API typesNeale Ranns1-32/+35
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-10/+31
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-07-11bridge-domain:fix no_flood countEyal Bari1-0/+3
2018-04-18typo fix: UNKOWN -> UNKNOWNAndrey "Zed" Zaikin1-1/+1
2018-04-09L2: no-flood interface type in the Bridge-DomainNeale Ranns1-10/+18
2017-09-15Update of free text tag patch for BDJerome Tollet1-3/+6
2017-09-07Support for bridge domain free text tagJerome Tollet1-2/+51
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo1-31/+6
2017-06-19L2FWD:fix seq_num overwritten + validate l2fib entries when forwardingEyal Bari1-3/+2
2017-05-19Enforce Bridge Domain ID range to match 24-bit VNI rangeJohn Lo1-6/+11
2017-05-05Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash tableJohn Lo1-2/+11
2017-05-03L2FIB:flush interface learned macs on downEyal Bari1-9/+6
2017-05-02Prevent Bridge Domain operations on BD 0.Jon Loeliger1-1/+44
2017-04-28Fix memory leak on deletion of BD (bridge domain)John Lo1-3/+9
2017-04-24BD:unify bridge domain creation codeEyal Bari1-49/+43
2017-04-06VPP-686: create bridge-domainChoonho Son1-2/+4
2017-04-04BD/API:add bridge_domain_set_mac_age apiEyal Bari1-2/+1
2017-04-01CLI: create/delete bridge-domainChoonho Son1-1/+189
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo1-15/+26
2017-03-02bridge domain: fix members reordered when removingEyal Bari1-1/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1079