tls: add openssl engine
[vpp.git] / src / vnet / l2 /
2018-03-14 John LoImprove l2_macs_events API to provide MAC move information 31/11131/3
2018-03-11 Andrew Yourtchenkovnet: l2-classify: prefetch (n+2, n+3) rather than... 16/11016/5
2018-03-06 Marek GradzkiAPI: Add service definitions for events and singleton... 73/10973/1
2018-03-05 Ole TrøanRevert "API: Add service definitions for events and... 65/10965/2
2018-03-05 Ole TroanAPI: Add service definitions for events and singleton... 20/10920/3
2018-02-26 Steve ShinFix current data offset to use vlib_buffer_get_current... 28/10828/1
2018-02-07 Andrew Yourtchenkoclassifier-based ACL: refactor + add output ACL 02/10002/9
2018-01-23 Ole TroanVPPAPIGEN: vppapigen replacement in Python PLY. 81/8781/23
2018-01-11 Florin Corasapi: fix handlers that explicitly depend on svm queue 61/10061/2
2018-01-11 Florin Corasapi: remove transport specific code from handlers 38/10038/9
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2017-12-20 Neale RannsL2 Emulation 59/9759/8
2017-11-10 Neale RannsBreak up vpe.api 75/9375/3
2017-11-10 John LoFurther fix to SHG handling for ARP/ICMPv6 from BVI... 81/9381/2
2017-11-08 John LoFix SHG handling for ARP/ICMPv6 received from BVI in... 73/9273/2
2017-11-03 Gabriel Gannesilence l2fib_init() invalid read of size 2 found by... 82/8982/6
2017-10-31 John LoFix "l2fib add" CLI to allow adding of filter MAC entries 65/9165/2
2017-10-31 Mohsin Kazmil2fib: MAC: Fix uint64 to u8 byte array 90/9090/7
2017-10-24 Neale RannsUpdate L2 header offset after VLAN tag rewrite 93/8993/2
2017-10-24 Dave WallaceAdd extern to *_main global variable declarations in... 72/8972/1
2017-10-09 Dave Barachvppapigen: support per-file (major,minor,patch) version... 89/8589/6
2017-10-03 John LoUpdate L2FIB entry timestamp only if BD aging enabled... 40/8640/2
2017-10-03 Dave BarachRepair vlib API socket server 69/8369/50
2017-10-02 Eyal BariL2-FIB:add mac learn events test 65/8565/2
2017-09-15 Jerome TolletUpdate of free text tag patch for BD 24/8424/4
2017-09-07 Jerome TolletSupport for bridge domain free text tag 01/8301/5
2017-09-03 John LoImprove L2FIB PDR/NDR performance (VPP-963) 89/8289/2
2017-08-22 John LoIncrease default MAC learn limit and check it in learn... 59/8159/2
2017-08-03 John LoAdd support for API client to receive L2 MAC events 88/7888/3
2017-07-31 Eyal BariCLI:add l2 input/outut to "sh int features" 85/7785/5
2017-07-24 Eyal BariSPAN:add l2 mirror 87/7587/6
2017-07-23 John LoImprove L2 Input/Output Feature Infrastructure and... 13/7713/4
2017-07-20 Eyal BariL2FWD:move vec_validate out of access function 12/7612/3
2017-07-19 Dave BarachAdd a bihash prefetchable bucket-level cache 84/7584/6
2017-07-14 Damjan MarionIntroduce l{2,3,4}_hdr_offset fields in the buffer... 72/7572/4
2017-07-13 John LoFix crash with worker threads on 4K VXLAN/BD setup... 63/7563/1
2017-07-11 Eyal BariL2INPUT:fix features mask cailculation 15/7515/2
2017-06-27 Eyal BariL2-LEARN:fix l2fib entry seq num not updated on hit... 08/7308/3
2017-06-19 Eyal BariL2FWD:fix seq_num overwritten + validate l2fib entries... 36/7136/6
2017-06-14 Eyal BariETH:fix l2_len/vlan count mismatch for > 2 tags 20/7120/2
2017-06-12 Eyal BariL2FIB:fix crash in show with deleted subif entries 09/7109/3
2017-05-20 Ole TroanAPI: Cleaning up message naming that does not follow... 62/6662/8
2017-05-19 John LoEnforce Bridge Domain ID range to match 24-bit VNI... 73/6773/2
2017-05-15 Eyal BariL2BD/API:fix bd dump to ignore unknown bd_id 79/6679/4
2017-05-08 Eyal BariL2FIB:CLI/API to flush all non-static entries 91/6591/8
2017-05-05 John LoFix L2FIB learn counter and memory cleanup of mac_by_ip... 12/6612/2
2017-05-03 Eyal BariL2FIB:flush interface learned macs on down 62/6362/6
2017-05-02 Jon LoeligerPrevent Bridge Domain operations on BD 0. 61/6561/2
2017-04-28 John LoFix memory leak on deletion of BD (bridge domain) 10/6510/2
2017-04-25 Dave Barach"autoreply" flag: autogenerate standard xxx_reply_t... 87/6387/3
2017-04-24 Eyal BariBD:unify bridge domain creation code 98/6098/5
2017-04-06 Choonho SonVPP-686: create bridge-domain 50/6050/3
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-04-05 Eyal BariL2FIB:add l2fib_flush_bd l2fib_flush_int apis 38/6038/4
2017-04-04 Eyal BariBD/API:add bridge_domain_set_mac_age api 16/6016/5
2017-04-01 Choonho SonCLI: create/delete bridge-domain 09/5909/6
2017-03-28 John LoImplement MAC Flush for BD or Interface from the L2FIB 79/5879/2
2017-03-16 Damjan Marionvlib: make runtime_data thread-local 46/5746/9
2017-03-07 Gabriel Gannefix gcc 5.4 warning: argument to 'sizeof' in 'memcpy... 36/5636/3
2017-03-03 Andrew YourtchenkoVPP-651: Ensure sw_if_index to node mapping for L2... 09/5609/2
2017-03-02 Dave BarachClean up binary api message handler registration issues 96/5596/2
2017-03-02 Eyal Baribridge domain: fix members reordered when removing 84/5584/3
2017-02-28 John LoClear L2 output config on interface mode change to... 58/5558/3
2017-02-22 Billy McFallVPP-635: CLI Memory leak with invalid parameter 48/5148/5
2017-02-21 Pavel KotucekVPP-540 : pbb tag rewrite details 15/4715/8
2017-02-17 Dave Barachl2 input: avoid per-packet trace checks in the fast... 43/5143/2
2017-01-27 Pavel KotucekAPI refactoring : l2 (add) 64/4864/5
2017-01-10 Pavel KotucekAPI refactoring : l2, mpls, sr 37/4537/6
2016-12-28 Damjan MarionReorganize source tree to use single autotools instance 30/4430/19