Age | Commit message (Expand) | Author | Files | Lines |
2017-10-24 | Update L2 header offset after VLAN tag rewrite |  Neale Ranns | 1 | -1/+3 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 3 | -2/+4 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-03 | Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) |  John Lo | 2 | -3/+5 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 1 | -5/+7 |
2017-10-02 | L2-FIB:add mac learn events test |  Eyal Bari | 1 | -56/+49 |
2017-09-15 | Update of free text tag patch for BD |  Jerome Tollet | 3 | -4/+7 |
2017-09-07 | Support for bridge domain free text tag |  Jerome Tollet | 4 | -2/+66 |
2017-09-03 | Improve L2FIB PDR/NDR performance (VPP-963) |  John Lo | 4 | -18/+30 |
2017-08-22 | Increase default MAC learn limit and check it in learn-update path |  John Lo | 5 | -4/+8 |
2017-08-03 | Add support for API client to receive L2 MAC events |  John Lo | 8 | -160/+494 |
2017-07-31 | CLI:add l2 input/outut to "sh int features" |  Eyal Bari | 5 | -1/+51 |
2017-07-24 | SPAN:add l2 mirror |  Eyal Bari | 3 | -10/+16 |
2017-07-23 | Improve L2 Input/Output Feature Infrastructure and Usage |  John Lo | 13 | -319/+154 |
2017-07-20 | L2FWD:move vec_validate out of access function |  Eyal Bari | 2 | -2/+9 |
2017-07-19 | Add a bihash prefetchable bucket-level cache |  Dave Barach | 1 | -4/+4 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata |  Damjan Marion | 1 | -1/+1 |
2017-07-13 | Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) |  John Lo | 7 | -167/+49 |
2017-07-11 | L2INPUT:fix features mask cailculation |  Eyal Bari | 1 | -6/+10 |
2017-06-27 | L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) |  Eyal Bari | 5 | -87/+64 |
2017-06-19 | L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding |  Eyal Bari | 7 | -53/+87 |
2017-06-14 | ETH:fix l2_len/vlan count mismatch for > 2 tags |  Eyal Bari | 2 | -15/+3 |
2017-06-12 | L2FIB:fix crash in show with deleted subif entries |  Eyal Bari | 1 | -4/+7 |
2017-05-20 | API: Cleaning up message naming that does not follow the conventions |  Ole Troan | 2 | -52/+41 |
2017-05-19 | Enforce Bridge Domain ID range to match 24-bit VNI range |  John Lo | 3 | -7/+20 |
2017-05-15 | L2BD/API:fix bd dump to ignore unknown bd_id |  Eyal Bari | 1 | -19/+20 |
2017-05-08 | L2FIB:CLI/API to flush all non-static entries |  Eyal Bari | 6 | -86/+156 |
2017-05-05 | Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash table |  John Lo | 2 | -5/+16 |
2017-05-03 | L2FIB:flush interface learned macs on down |  Eyal Bari | 4 | -39/+42 |
2017-05-02 | Prevent Bridge Domain operations on BD 0. |  Jon Loeliger | 2 | -2/+62 |
2017-04-28 | Fix memory leak on deletion of BD (bridge domain) |  John Lo | 1 | -3/+9 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 1 | -88/+8 |
2017-04-24 | BD:unify bridge domain creation code |  Eyal Bari | 3 | -106/+86 |
2017-04-06 | VPP-686: create bridge-domain |  Choonho Son | 1 | -2/+4 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 3 | -11/+11 |
2017-04-05 | L2FIB:add l2fib_flush_bd l2fib_flush_int apis |  Eyal Bari | 2 | -0/+82 |
2017-04-04 | BD/API:add bridge_domain_set_mac_age api |  Eyal Bari | 4 | -10/+55 |
2017-04-01 | CLI: create/delete bridge-domain |  Choonho Son | 2 | -1/+201 |
2017-03-28 | Implement MAC Flush for BD or Interface from the L2FIB |  John Lo | 8 | -46/+253 |
2017-03-16 | vlib: make runtime_data thread-local |  Damjan Marion | 2 | -0/+31 |
2017-03-07 | fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres... |  Gabriel Ganne | 2 | -10/+8 |
2017-03-03 | VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v... |  Andrew Yourtchenko | 3 | -3/+17 |
2017-03-02 | Clean up binary api message handler registration issues |  Dave Barach | 1 | -22/+0 |
2017-03-02 | bridge domain: fix members reordered when removing |  Eyal Bari | 1 | -1/+1 |
2017-02-28 | Clear L2 output config on interface mode change to L3 (VPP-651) |  John Lo | 1 | -4/+11 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter |  Billy McFall | 2 | -15/+45 |
2017-02-21 | VPP-540 : pbb tag rewrite details |  Pavel Kotucek | 3 | -52/+140 |
2017-02-17 | l2 input: avoid per-packet trace checks in the fast path |  Dave Barach | 4 | -25/+54 |
2017-01-27 | API refactoring : l2 (add) |  Pavel Kotucek | 2 | -1/+147 |
2017-01-10 | API refactoring : l2, mpls, sr |  Pavel Kotucek | 2 | -3/+599 |