aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2
AgeCommit message (Expand)AuthorFilesLines
2020-01-08l2: fix MAC learn counter update on adding MAC entryJohn Lo1-1/+1
2019-11-05l2: fix typo in doxygenPaul Vinciguerra1-2/+2
2019-10-29vppinfra: add vec_set_len()Benoît Ganne1-1/+2
2019-10-03classify: use vector code even when data is not alignedDamjan Marion1-61/+19
2019-10-03classify: remove includes from classifier header fileDamjan Marion2-0/+2
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion3-6/+6
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo1-6/+0
2019-07-23api: binary api cleanupDave Barach2-5/+6
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach1-0/+4
2019-07-02gbp: add anonymous l3-out external interfacesBenoît Ganne2-0/+2
2019-06-19l2: BD ARP termination entry API updateNeale Ranns2-22/+39
2019-05-09Update API descriptionIgor Mikhailov (imichail)1-3/+2
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+3
2019-04-25Remove dummy_interface_tx nodes from l2tp l2xcrw and nshJohn Lo1-9/+0
2019-04-24l2: Add support for arp unicast forwardingMohsin Kazmi6-8/+112
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