Age | Commit message (Expand) | Author | Files | Lines |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -1/+1 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 1 | -0/+11 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used |  Benoît Ganne | 1 | -28/+3 |
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-11-13 | ethernet: mac must support 64-bits loads |  Benoît Ganne | 1 | -6/+13 |
2020-10-15 | ethernet: fix Ethernet DMAC checks |  Ivan Shvedunov | 1 | -7/+12 |
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 | 1 | -19/+33 |
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-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 |
2019-11-26 | ethernet: all dmac checks include secondary addrs |  Matthew Smith | 1 | -19/+106 |
2019-11-20 | classify: per-interface rx/tx pcap capture filters |  Dave Barach | 1 | -2/+12 |
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 | 1 | -34/+132 |
2019-09-26 | misc: add vnet classify filter set support |  Dave Barach | 1 | -4/+2 |
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-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-07-15 | interface: fix issue that pcap rx/tx trace not available when there are worke... |  Wei CHEN | 1 | -4/+5 |
2019-07-03 | misc: fix coverity warnings |  Dave Barach | 1 | -0/+5 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -8/+2 |
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-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 1 | -17/+42 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 1 | -4/+4 |
2018-12-22 | ethernet-input tagged packets optimizations |  Damjan Marion | 1 | -269/+474 |
2018-11-26 | Remove unused argument from eth_identify_subint(...) |  Damjan Marion | 1 | -3/+2 |
2018-11-21 | ethernet-input: fix assert in l2 mode |  Damjan Marion | 1 | -9/+24 |
2018-11-20 | ethernet-input optimizations |  Damjan Marion | 1 | -22/+517 |
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-02 | Enabled untagged vs default functionality |  Mike Bly | 1 | -2/+1 |
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-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2018-07-07 | Pipes |  Neale Ranns | 1 | -1/+10 |
2018-04-19 | Minor optimzation/cleanup to ethernet-input node |  John Lo | 1 | -5/+5 |
2018-02-19 | Use neutral vector code for ethernet_frame_is_tagged |  Damjan Marion | 1 | -25/+2 |
2018-02-06 | Fix clang implicit conversion errors |  Damjan Marion | 1 | -7/+8 |
2018-01-17 | Fix checksum offload sssue caused by overwriten lX_hdr_offset |  Damjan Marion | 1 | -2/+2 |
2017-12-04 | vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offset |  Steven | 1 | -0/+22 |
2017-08-01 | P2P Ethernet |  Pavel Kotucek | 1 | -1/+16 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata |  Damjan Marion | 1 | -14/+9 |
2017-07-13 | Fix typo for non x86 platforms. |  Christophe Fontaine | 1 | -1/+1 |
2017-07-07 | ETH:optimized double is_tagged check |  Eyal Bari | 1 | -2/+24 |