Age | Commit message (Expand) | Author | Files | Lines |
2021-12-03 | interface: add multi tx-queues support for new tx infra |  Mohsin Kazmi | 1 | -0/+1 |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies |  Neale Ranns | 1 | -1/+1 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -1/+1 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum |  Filip Tehlar | 1 | -14/+0 |
2021-06-22 | ethernet: api cleanup |  Filip Tehlar | 2 | -51/+8 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 2 | -11/+12 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used |  Benoît Ganne | 1 | -28/+3 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -1/+1 |
2021-03-05 | interface: move vnet_pcap_t to vnet |  Damjan Marion | 1 | -3/+3 |
2021-02-15 | misc: coverity fixes |  Dave Barach | 1 | -2/+2 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -0/+2 |
2020-11-13 | ethernet: mac must support 64-bits loads |  Benoît Ganne | 3 | -40/+67 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -9/+13 |
2020-10-15 | ethernet: fix Ethernet DMAC checks |  Ivan Shvedunov | 1 | -7/+12 |
2020-10-08 | l2: input performance |  Neale Ranns | 1 | -24/+24 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces |  Neale Ranns | 1 | -5/+5 |
2020-08-06 | misc: harmonize names |  Dave Barach | 1 | -12/+12 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) |  John Lo | 3 | -29/+77 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2020-05-10 | ethernet: fix dmac stride error |  Zhiyong Yang | 1 | -1/+1 |
2020-05-08 | ethernet: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-05-04 | ethernet: add sanity checks to p2p_ethernet_add/del |  Dave Barach | 2 | -0/+41 |
2020-04-22 | ethernet: leverage vlib_buffer_get_current |  Zhiyong Yang | 1 | -4/+4 |
2020-04-22 | ethernet: put vlib_get_buffers together |  Zhiyong Yang | 1 | -11/+6 |
2020-03-27 | docs ethernet: add docs for ethernet Section |  Paul Vinciguerra | 1 | -0/+7 |
2020-03-18 | ethernet: Copy only 6 bytes of mac address into a u64 |  Jon Loeliger | 1 | -3/+3 |
2020-02-26 | ethernet: configure system default ethernet MTU |  Dave Barach | 3 | -2/+33 |
2020-02-24 | ethernet: trivial additions |  Neale Ranns | 2 | -0/+9 |
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 |