Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | ethernet: change to mark the CFI bit in the L2 header. | Prashant Maheshwari | 1 | -3/+3 |
2019-08-02 | ethernet: fix ARP feature arc definition | Dave Barach | 1 | -2/+9 |
2019-08-01 | ethernet: Fix node ordering on ARP feautre ARC | Neale Ranns | 1 | -2/+13 |
2019-07-15 | interface: fix issue that pcap rx/tx trace not available when there are worke... | Wei CHEN | 1 | -4/+5 |
2019-07-10 | ip: fix show ip neigh vector read overflow | Benoît Ganne | 1 | -19/+6 |
2019-07-05 | ethernet: ARP disabled node | Neale Ranns | 1 | -15/+106 |
2019-07-03 | misc: fix coverity warnings | Dave Barach | 1 | -0/+5 |
2019-07-02 | ip: check all fib src for a connected dst entry | Benoît Ganne | 1 | -25/+53 |
2019-06-07 | p2p ethernet: update p2p_ethernet.api with explicit types. | Ole Troan | 1 | -5/+8 |
2019-06-03 | ARP: add feature arc | Neale Ranns | 2 | -142/+476 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason | Neale Ranns | 1 | -0/+1 |
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 |