Age | Commit message (Expand) | Author | Files | Lines |
2019-03-21 | BVI Interface | Neale Ranns | 5 | -1/+505 |
2019-03-19 | add default NONE flag for bd_flags | Michal Cmarada | 1 | -0/+1 |
2019-03-12 | l2: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 15 | -122/+139 |
2019-03-06 | GBP: use sclass in the DP for policy | Neale Ranns | 2 | -2/+0 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 2 | -2/+2 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 1 | -1/+1 |
2019-01-22 | GBP: Sclass to src-epg conversions | Neale Ranns | 2 | -0/+2 |
2019-01-07 | L2 BD API to flush all IP-MAC entries in the specified BD | John Lo | 4 | -12/+83 |
2019-01-03 | Fix used-before-set in vl_api_bridge_flags_t_handler | Dave Barach | 1 | -1/+2 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t | Ole Troan | 2 | -2/+2 |
2018-11-29 | GBP: l3-out subnets | Neale Ranns | 1 | -0/+1 |
2018-11-26 | Remove unused argument from eth_identify_subint(...) | Damjan Marion | 1 | -3/+0 |
2018-11-18 | add vlib_prefetch_buffer_data(...) macro | Damjan Marion | 1 | -9/+8 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 9 | -70/+73 |
2018-11-13 | L2 feautre bitmaps output verbose/non-verbose mode | Neale Ranns | 4 | -6/+26 |
2018-11-07 | l2: convert l2_patch to new multiarch scheme | Damjan Marion | 1 | -168/+114 |
2018-11-07 | GBP Endpoint Learning | Neale Ranns | 3 | -3/+4 |
2018-11-06 | BD ARP entry use common API types | Neale Ranns | 4 | -42/+60 |
2018-11-06 | Change l2_patch from dual-loop to quad-loop | Yulong Pei | 1 | -18/+54 |
2018-11-02 | vlib: define minimum chained buffer segment size | Damjan Marion | 1 | -3/+1 |
2018-10-31 | l2fib:remove unused bucket arg in lookup functions | Eyal Bari | 3 | -33/+7 |
2018-10-24 | L2-fwd trace show the lookup result | Neale Ranns | 3 | -48/+81 |
2018-10-24 | L2-input/output: use feature enum type in flag update function | Neale Ranns | 4 | -4/+10 |
2018-10-23 | c11 safe string handling support | Dave Barach | 6 | -12/+12 |
2018-10-15 | vnet: create L2 feature arc infrastructure | Andrew Yourtchenko | 6 | -2/+727 |
2018-10-11 | L2: BM traffic does not use UU-FWD (VPP-1445) | Neale Ranns | 1 | -1/+2 |
2018-10-10 | L2-flood: no clone for 1 replication | Neale Ranns | 1 | -59/+69 |
2018-10-01 | Fix documentation about sw_interface_set_l2_bridge | Yichen Wang | 1 | -1/+1 |
2018-09-26 | Modify return values of L2 bridge API handlers | Alexander Chernavin | 1 | -0/+20 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 10 | -61/+451 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 13 | -30/+30 |
2018-09-19 | L2-fib-dump: send 1 or 0 rather than flag value | Neale Ranns | 1 | -3/+3 |
2018-09-18 | Fix documentation for SHG in bridge domain | Yichen Wang | 1 | -1/+1 |
2018-09-14 | Revert "L2-input: use vlib_buffer_enqueue_to_next" | John Lo | 1 | -317/+239 |
2018-09-13 | L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix | Neale Ranns | 3 | -199/+153 |
2018-09-13 | L2-input: use vlib_buffer_enqueue_to_next | Neale Ranns | 1 | -239/+317 |
2018-09-12 | L2-Learn: use vlib_buffer_enqueue_to_next | Neale Ranns | 1 | -195/+147 |
2018-09-11 | L2-learn; cache prefetch fix | Neale Ranns | 2 | -15/+20 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 5 | -6/+31 |
2018-09-07 | L2-FIB: replace bit-fields with flags | Neale Ranns | 6 | -69/+132 |
2018-09-04 | l2_output:skip processing if no features are enabled | Eyal Bari | 1 | -2/+6 |
2018-09-03 | Deprecate old buffer replication scheme | Damjan Marion | 1 | -1/+0 |
2018-08-24 | l2:bvi-dont aceess sup hw int for broadcasts | Eyal Bari | 1 | -20/+11 |
2018-08-23 | coverity: l2 arp termination dump | Mohsin Kazmi | 1 | -4/+5 |
2018-08-22 | l2:remove unused members of input, output configs | Eyal Bari | 2 | -16/+7 |
2018-08-17 | l2: arp termination dump | Mohsin Kazmi | 2 | -0/+106 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -11/+5 |
2018-08-10 | Use the bihash walk function | Neale Ranns | 1 | -126/+130 |
2018-08-09 | Fix L2 flooding to BVI with error return not working | John Lo | 1 | -4/+3 |
2018-08-07 | Fix dangling reference in l2fib_scan(...) | Dave Barach | 1 | -0/+8 |