- 76b8aa0 ethernet: fix coverity 214973 by Andrew Yourtchenko · 2 years, 4 months ago
- 966e6ff ethernet: refactor the redundant code by Andrew Yourtchenko · 2 years, 4 months ago
- b46a4e6 ethernet: fix coverity 218549 by Andrew Yourtchenko · 2 years, 4 months ago
- 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 7 months ago
- 30a8195 classify: honor pcap interface filter also when classify filter is used by Benoît Ganne · 3 years, 10 months ago
- 8fb5add interface: move vnet_pcap_t to vnet by Damjan Marion · 3 years, 10 months ago
- 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
- b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
- 7286943 ethernet: fix Ethernet DMAC checks by Ivan Shvedunov · 4 years, 2 months ago
- 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
- 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
- 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
- cbe36e4 ethernet: fix dmac stride error by Zhiyong Yang · 4 years, 7 months ago
- 9f83358 ethernet: leverage vlib_buffer_get_current by Zhiyong Yang · 4 years, 8 months ago
- 7031288 ethernet: put vlib_get_buffers together by Zhiyong Yang · 4 years, 9 months ago
- 42bde45 ethernet: all dmac checks include secondary addrs by Matthew Smith · 5 years ago
- d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
- 4938938 ethernet: fix dmac filter coverity warning by Matthew Smith · 5 years ago
- d459bf3 ethernet: dmac filter checks secondary mac addrs by Matthew G Smith · 5 years ago
- f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
- 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
- 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
- fa20d4c ethernet: move dmac filtering to inline function by Matthew Smith · 5 years ago
- a6d4e31 ethernet: fix dmac check avx2 loop condition by Matthew Smith · 5 years ago
- f974794 interface: fix issue that pcap rx/tx trace not available when there are worker threads by Wei CHEN · 5 years ago
- 4bda2d9 misc: fix coverity warnings by Dave Barach · 5 years ago
- f8d5068 init / exit function ordering by Dave Barach · 6 years ago
- b3ca33f ethernet_input_inline: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
- 9847792 ethernet: fix packet tracing by Benoît Ganne · 6 years ago
- 5ecd5a5 Move pcap rx/tx trace code out of the dpdk plugin by Dave Barach · 6 years ago
- 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
- 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
- ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
- e9cebdf ethernet-input: fix assert in l2 mode by Damjan Marion · 6 years ago
- 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
- e78bca1 vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass case (VPP-1444) by Andrew Yourtchenko · 6 years ago
- 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
- 8807674 Enabled untagged vs default functionality by Mike Bly · 6 years ago
- e849da2 fix missing extern in vnet/ethernet/node.c by Damjan Marion · 6 years ago
- 5beecec new multiversioning on ethernet input nodes by Damjan Marion · 6 years ago
- 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
- 17ff3c1 Pipes by Neale Ranns · 6 years ago
- b14826e Minor optimzation/cleanup to ethernet-input node by John Lo · 7 years ago
- c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
- 547ecf6 Fix clang implicit conversion errors by Damjan Marion · 7 years ago
- faf9a5a Fix checksum offload sssue caused by overwriten lX_hdr_offset by Damjan Marion · 7 years ago
- 35de3b3 vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offset by Steven · 7 years ago
- 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
- 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
- 38cfe98 Fix typo for non x86 platforms. by Christophe Fontaine · 7 years ago
- 9a1ae1a ETH:optimized double is_tagged check by Eyal Bari · 8 years ago
- 6f7ebf9 ETH:fix l2_len/vlan count mismatch for > 2 tags by Eyal Bari · 8 years ago
- 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
- 9e3e361 Fix mac check issue for vitual tunnel interface with no mac address by Hongjun Ni · 8 years ago
- 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
- 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
- 1904c47 Add MAC address check in ethernet-input node if interface in L3 mode by John Lo · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/ethernet/node.c]
- 7714b30 Always set start_of_ethernet_header in ethernet-input speed path by John Lo · 8 years ago
- cc53285 Expand ethernet-input node speed-path for non-L2 paths by John Lo · 8 years ago
- ff82ed6 Fix crash in debug mode when call ethernet_register_l3_redirect() by jerryian · 8 years ago
- cfba1e2 Tune the ethernet input untagged l2-bridging case by Dave Barach · 8 years ago
- b94bdad Use SSE instructions for matching tagged frames by ethertype by Damjan Marion · 8 years ago
- a8cd309 Add support for transparent ethernet bridging to GRE by David Hotham · 8 years ago
- 607de1a Coding standards cleanup - remove trailing whitespace, fixes VPP-332 by Damjan Marion · 8 years ago
- e70dcc8 VPP251 - Code style vnet/vnet/ethernet by Keith Burns (alagalah) · 8 years ago
- 16ad6ae VPP-189 More coverity bug fixes by Dave Barach · 8 years ago
- 7185c3b VPP-113: BVI shall filter unicast DMAC for L2 to L3 forwading by John Lo · 9 years ago
- 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
- 07aecbb Add ability to set l2_mode_noprot by Christian Dechamplain (cdechamp) · 9 years ago
- 194ebc5 Track number of ethernet vlans in a frame by Chris Luke · 9 years ago
- 8a4a781 -O3 warnings be gone by Dave Barach · 9 years ago
- 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0