Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | init / exit function ordering | Dave Barach | 4 | -30/+28 |
2019-04-24 | ethernet_input_inline: leverage vlib_get_buffers | Zhiyong Yang | 1 | -17/+14 |
2019-04-10 | ethernet: fix packet tracing | Benoît Ganne | 1 | -1/+1 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -1/+1 |
2019-03-28 | Add RDMA ibverb driver plugin | Benoît Ganne | 1 | -0/+11 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -5/+5 |
2019-03-21 | BVI Interface | Neale Ranns | 2 | -2/+2 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -1/+0 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -0/+1 |
2019-03-13 | deprecate VLIB_NODE_FUNCTION_MULTIARCH | Filip Tehlar | 1 | -8/+5 |
2019-03-05 | L2: ARP term - learn but don't send response to GARPs | Neale Ranns | 1 | -0/+3 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 1 | -17/+42 |
2019-02-22 | Callback functions must have the correct signature | Neale Ranns | 1 | -1/+3 |
2019-02-07 | Fix parsing overflow in unformat_mac_address_t() | Benoît Ganne | 1 | -3/+3 |
2019-02-02 | Deprecate old mutliarch code, phase 1 | Damjan Marion | 1 | -3/+0 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 8 | -228/+265 |
2019-01-23 | IP route local and connected | Neale Ranns | 1 | -1/+5 |
2018-12-22 | ethernet-input tagged packets optimizations | Damjan Marion | 1 | -269/+474 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t | Ole Troan | 3 | -16/+7 |
2018-11-26 | Add a feature arc consistency check | Dave Barach | 1 | -0/+1 |
2018-11-26 | Remove unused argument from eth_identify_subint(...) | Damjan Marion | 2 | -4/+2 |
2018-11-21 | VPP-1309: fixed crash when listing ip arp after removing interface | Pavel Kotucek | 1 | -0/+24 |
2018-11-21 | ethernet-input: fix assert in l2 mode | Damjan Marion | 1 | -9/+24 |
2018-11-20 | ethernet-input optimizations | Damjan Marion | 3 | -22/+533 |
2018-11-18 | mac_address_t: size to 6 bytes so it represents wire format | Neale Ranns | 1 | -7/+15 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -23/+25 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 1 | -1/+1 |
2018-11-07 | GBP Endpoint Learning | Neale Ranns | 1 | -0/+13 |
2018-11-06 | BD ARP entry use common API types | Neale Ranns | 1 | -5/+13 |
2018-11-05 | Genric API types format/unformat support for VAT and custom dump | Neale Ranns | 4 | -13/+21 |
2018-11-02 | arp:add error counters for all failure cases | Eyal Bari | 1 | -3/+3 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -3/+3 |
2018-10-12 | vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass... | Andrew Yourtchenko | 1 | -1/+1 |
2018-10-09 | vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases | Andrew Yourtchenko | 1 | -26/+26 |
2018-10-05 | On interface deletion - make sure any vlan qinq table is cleared | John Lo | 1 | -0/+2 |
2018-10-02 | Enabled untagged vs default functionality | Mike Bly | 2 | -6/+5 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 1 | -1/+2 |
2018-09-25 | dpdk: show pluggable info in 'show hardware' | Damjan Marion | 2 | -19/+48 |
2018-09-24 | ARP: don't use RPC for requests initiated from the main thread | Neale Ranns | 2 | -114/+87 |
2018-09-14 | Revert "L2-input: use vlib_buffer_enqueue_to_next" | John Lo | 1 | -3/+3 |
2018-09-13 | L2-input: use vlib_buffer_enqueue_to_next | Neale Ranns | 1 | -3/+3 |
2018-09-12 | fix missing extern in vnet/ethernet/node.c | Damjan Marion | 1 | -1/+1 |
2018-09-10 | new multiversioning on ethernet input nodes | Damjan Marion | 1 | -34/+16 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 2 | -1/+15 |
2018-09-06 | eth_mac_equal takes const pointers | Neale Ranns | 1 | -1/+1 |
2018-09-05 | Add missing API MAC address encode implementation | Neale Ranns | 1 | -0/+1 |
2018-08-31 | Fix typo | Dave Barach | 1 | -1/+1 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP | Neale Ranns | 6 | -2/+236 |
2018-08-22 | Consolidate the [un]format_mac_address implementations | Neale Ranns | 2 | -0/+15 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -7/+8 |