aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_fib.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-24api: binary api cleanupDave Barach1-2/+3
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+8
2018-10-24L2-fwd trace show the lookup resultNeale Ranns1-0/+21
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-3/+3
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-2/+2
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns1-32/+31
2018-08-10Use the bihash walk functionNeale Ranns1-126/+130
2018-08-07Fix dangling reference in l2fib_scan(...)Dave Barach1-0/+8
2018-05-31Improve L2FIB delete entry handling and "show l2fib" CLI optionsJohn Lo1-51/+64
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo1-5/+2
2018-03-14Improve l2_macs_events API to provide MAC move informationJohn Lo1-3/+5
2018-01-11api: fix handlers that explicitly depend on svm queueFlorin Coras1-8/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-1/+1
2017-10-31Fix "l2fib add" CLI to allow adding of filter MAC entriesJohn Lo1-25/+17
2017-10-31l2fib: MAC: Fix uint64 to u8 byte arrayMohsin Kazmi1-35/+31
2017-10-03Repair vlib API socket serverDave Barach1-5/+7
2017-10-02L2-FIB:add mac learn events testEyal Bari1-56/+49
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo1-1/+1
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo1-100/+294
2017-07-19Add a bihash prefetchable bucket-level cacheDave Barach1-4/+4
2017-07-13Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)John Lo1-0/+7
2017-06-27L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888)Eyal Bari1-5/+5
2017-06-19L2FWD:fix seq_num overwritten + validate l2fib entries when forwardingEyal Bari1-16/+3
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari1-4/+7
2017-05-08L2FIB:CLI/API to flush all non-static entriesEyal Bari1-65/+103
2017-05-05Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash tableJohn Lo1-3/+5
2017-05-03L2FIB:flush interface learned macs on downEyal Bari1-2/+11
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo1-14/+174
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+857