Age | Commit message (Expand) | Author | Files | Lines |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 8 | -3208/+212 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 1 | -0/+1 |
2019-11-26 | ethernet: all dmac checks include secondary addrs | Matthew Smith | 1 | -19/+106 |
2019-11-26 | fib: Table Replace | Neale Ranns | 2 | -37/+0 |
2019-11-25 | vlib: autogenerate <node> before <last-in-arc> constraints | Dave Barach | 1 | -1/+1 |
2019-11-20 | classify: per-interface rx/tx pcap capture filters | Dave Barach | 1 | -2/+12 |
2019-10-29 | ethernet: VNET API to create sub-interfaces | Neale Ranns | 2 | -0/+45 |
2019-10-03 | ethernet: fix dmac filter coverity warning | Matthew Smith | 1 | -1/+1 |
2019-10-02 | ethernet: dmac filter checks secondary mac addrs | Matthew G Smith | 3 | -34/+186 |
2019-09-26 | misc: add vnet classify filter set support | Dave Barach | 1 | -4/+2 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-23 | misc: unify pcap rx / tx / drop trace | Dave Barach | 1 | -8/+8 |
2019-09-20 | misc: classifier-based packet trace filter | Dave Barach | 1 | -1/+15 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 2 | -1/+28 |
2019-09-04 | ethernet: move dmac filtering to inline function | Matthew Smith | 1 | -56/+63 |
2019-09-03 | ethernet: fix dmac check avx2 loop condition | Matthew Smith | 1 | -1/+1 |
2019-08-20 | api: Cleanup APIs interface.api | Jakub Grajciar | 1 | -0/+1 |
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 |