Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-26 | L2 Flood: use the buffer clone API rather than buffer recycle |  Neale Ranns | 1 | -260/+168 |
2018-07-23 | L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api |  Neale Ranns | 3 | -4/+7 |
2018-07-15 | VPP-1341: fix loopback interface graph arcs |  Dave Barach | 1 | -15/+0 |
2018-07-11 | bridge-domain:fix no_flood count |  Eyal Bari | 1 | -0/+3 |
2018-05-31 | Improve L2FIB delete entry handling and "show l2fib" CLI options |  John Lo | 4 | -54/+69 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions |  Damjan Marion | 1 | -22/+6 |
2018-05-24 | Rewrite of l2-output node |  Damjan Marion | 1 | -332/+280 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools |  John Lo | 1 | -5/+2 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index |  Damjan Marion | 1 | -1/+1 |
2018-04-24 | Support QOS_SOURCE_IP recording from L2 input node. |  Igor Mikhailov (imichail) | 1 | -0/+1 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-13 | GBP V2 |  Neale Ranns | 3 | -1/+6 |
2018-04-13 | bond: ping fails between l2 BD [VPP-1238] |  Steven | 1 | -0/+7 |
2018-04-09 | L2: no-flood interface type in the Bridge-Domain |  Neale Ranns | 3 | -10/+33 |
2018-04-06 | Change l2-fwd node to allow possible feature before UU-FLOOD |  John Lo | 1 | -6/+14 |
2018-03-29 | l2_input:optimize counter access |  Eyal Bari | 1 | -31/+16 |
2018-03-14 | Improve l2_macs_events API to provide MAC move information |  John Lo | 4 | -8/+22 |
2018-03-11 | vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loo... |  Andrew Yourtchenko | 2 | -10/+10 |
2018-03-06 | API: Add service definitions for events and singleton messages (second attempt) |  Marek Gradzki | 1 | -0/+5 |
2018-03-05 | Revert "API: Add service definitions for events and singleton messages." |  Ole Trøan | 1 | -5/+0 |
2018-03-05 | API: Add service definitions for events and singleton messages. |  Ole Troan | 1 | -0/+5 |