Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-26 | Fix current data offset to use vlib_buffer_get_current in input/output ACL | Steve Shin | 1 | -5/+5 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 3 | -380/+144 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: fix handlers that explicitly depend on svm queue | Florin Coras | 1 | -8/+8 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -19/+20 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -8/+7 |
2017-12-20 | L2 Emulation | Neale Ranns | 1 | -0/+1 |
2017-11-10 | Break up vpe.api | Neale Ranns | 2 | -5/+273 |
2017-11-10 | Further fix to SHG handling for ARP/ICMPv6 from BVI in a BD | John Lo | 1 | -6/+25 |
2017-11-08 | Fix SHG handling for ARP/ICMPv6 received from BVI in a BD | John Lo | 1 | -0/+8 |
2017-11-03 | silence l2fib_init() invalid read of size 2 found by address-sanitizer | Gabriel Ganne | 1 | -1/+6 |
2017-10-31 | Fix "l2fib add" CLI to allow adding of filter MAC entries | John Lo | 1 | -25/+17 |
2017-10-31 | l2fib: MAC: Fix uint64 to u8 byte array | Mohsin Kazmi | 5 | -49/+44 |
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 |