summaryrefslogtreecommitdiffstats
path: root/src/vnet/l2
AgeCommit message (Expand)AuthorFilesLines
2019-07-24api: binary api cleanupDave Barach2-5/+6
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+3
2019-04-19DOCS-ONLY: Fix broken doxygen tag in BVIDave Wallace1-1/+1
2019-03-29BVI: coverity error fixNeale Ranns1-1/+1
2019-03-21BVI InterfaceNeale Ranns5-1/+505
2019-03-19add default NONE flag for bd_flagsMichal Cmarada1-0/+1
2019-03-12l2: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar15-122/+139
2019-03-06GBP: use sclass in the DP for policyNeale Ranns2-2/+0
2019-02-14Add -fno-common compile optionBenoƮt Ganne2-2/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-1/+1
2019-01-22GBP: Sclass to src-epg conversionsNeale Ranns2-0/+2
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo4-12/+83
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 Troan2-2/+2
2018-11-29GBP: l3-out subnetsNeale Ranns1-0/+1
2018-11-26Remove unused argument from eth_identify_subint(...)Damjan Marion1-3/+0
2018-11-18add vlib_prefetch_buffer_data(...) macroDamjan Marion1-9/+8
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach9-70/+73
2018-11-13L2 feautre bitmaps output verbose/non-verbose modeNeale Ranns4-6/+26
2018-11-07l2: convert l2_patch to new multiarch schemeDamjan Marion1-168/+114
2018-11-07GBP Endpoint LearningNeale Ranns3-3/+4
2018-11-06BD ARP entry use common API typesNeale Ranns4-42/+60
2018-11-06Change l2_patch from dual-loop to quad-loopYulong Pei1-18/+54
2018-11-02vlib: define minimum chained buffer segment sizeDamjan Marion1-3/+1
2018-10-31l2fib:remove unused bucket arg in lookup functionsEyal Bari3-33/+7
2018-10-24L2-fwd trace show the lookup resultNeale Ranns3-48/+81
2018-10-24L2-input/output: use feature enum type in flag update functionNeale Ranns4-4/+10
2018-10-23c11 safe string handling supportDave Barach6-12/+12
2018-10-15vnet: create L2 feature arc infrastructureAndrew Yourtchenko6-2/+727
2018-10-11L2: BM traffic does not use UU-FWD (VPP-1445)Neale Ranns1-1/+2
2018-10-10L2-flood: no clone for 1 replicationNeale Ranns1-59/+69
2018-10-01Fix documentation about sw_interface_set_l2_bridgeYichen Wang1-1/+1
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 Ranns10-61/+451
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra13-30/+30
2018-09-19L2-fib-dump: send 1 or 0 rather than flag valueNeale Ranns1-3/+3
2018-09-18Fix documentation for SHG in bridge domainYichen Wang1-1/+1
2018-09-14Revert "L2-input: use vlib_buffer_enqueue_to_next"John Lo1-317/+239
2018-09-13L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fixNeale Ranns3-199/+153
2018-09-13L2-input: use vlib_buffer_enqueue_to_nextNeale Ranns1-239/+317
2018-09-12L2-Learn: use vlib_buffer_enqueue_to_nextNeale Ranns1-195/+147
2018-09-11L2-learn; cache prefetch fixNeale Ranns2-15/+20
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns5-6/+31
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns6-69/+132
2018-09-04l2_output:skip processing if no features are enabledEyal Bari1-2/+6
2018-09-03Deprecate old buffer replication schemeDamjan Marion1-1/+0
2018-08-24l2:bvi-dont aceess sup hw int for broadcastsEyal Bari1-20/+11
2018-08-23coverity: l2 arp termination dumpMohsin Kazmi1-4/+5
2018-08-22l2:remove unused members of input, output configsEyal Bari2-16/+7
2018-08-17l2: arp termination dumpMohsin Kazmi2-0/+106