aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_learn.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-01-06l2: add per bridge domain learn limitJerome Tollet1-1/+20
2020-10-08l2: input performanceNeale Ranns1-2/+2
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-2/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-10/+10
2018-10-31l2fib:remove unused bucket arg in lookup functionsEyal Bari1-4/+1
2018-09-12L2-Learn: use vlib_buffer_enqueue_to_nextNeale Ranns1-195/+147
2018-09-11L2-learn; cache prefetch fixNeale Ranns1-11/+16
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns1-8/+18
2018-03-14Improve l2_macs_events API to provide MAC move informationJohn Lo1-0/+1
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-0/+2
2017-10-03Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo1-3/+4
2017-09-03Improve L2FIB PDR/NDR performance (VPP-963)John Lo1-15/+27
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo1-0/+2
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo1-10/+20
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo1-12/+2
2017-06-27L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888)Eyal Bari1-64/+34
2017-06-19L2FWD:fix seq_num overwritten + validate l2fib entries when forwardingEyal Bari1-5/+8
2017-05-08L2FIB:CLI/API to flush all non-static entriesEyal Bari1-8/+4
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo1-1/+9
2017-02-17l2 input: avoid per-packet trace checks in the fast pathDave Barach1-6/+13
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+597