aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2
AgeCommit message (Expand)AuthorFilesLines
2020-04-30l2: fix coverity warnings in l2_fwd.cDave Barach1-9/+9
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-1/+1
2020-04-27l2: merge two clib_memcpy_fast into oneZhiyong Yang1-11/+16
2020-04-21vppinfra: bihash improvementsDave Barach1-6/+7
2020-04-07l2: handle complete clone fail in l2_floodDave Barach1-2/+8
2020-03-09l2: API cleanupJakub Grajciar3-88/+121
2020-02-24l2: remove unused types and includes form feature arc codeNeale Ranns2-26/+0
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-3/+3
2020-01-08l2: fix MAC learn counter update on adding MAC entryJohn Lo1-1/+1
2020-01-06l2: Update FEATURE.yamlJohn Lo1-0/+3
2020-01-04l2: Add FEATURE.yamlJohn Lo1-0/+21
2019-12-17l2: l2_patch_main should not be staticVratko Polak1-1/+5
2019-12-17l2: fix l2input_feat_names overflowBenoît Ganne1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns5-3/+741
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-4/+8
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-8/+3
2019-11-26fib: reduce save_rewrite_length to u8Klement Sekera1-1/+1
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger1-35/+0
2019-10-30l2: fix typo in doxygenPaul Vinciguerra1-2/+2
2019-10-22vppinfra: add vec_set_len()Benoît Ganne1-1/+2
2019-09-26classify: use vector code even when data is not alignedDamjan Marion1-61/+19
2019-09-20classify: remove includes from classifier header fileDamjan Marion2-0/+2
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion3-6/+6
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-2/+2
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