- e4238aa ethernet: check destination mac for L3 in ethernet-input node by Steven Luong · 8 months ago
- c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
- 38c6191 dev: new device driver infra by Damjan Marion · 1 year, 2 months ago
- 8a92b68 ethernet: run callbacks for subifs too when mac changes by Alexander Chernavin · 1 year, 7 months ago
- e10c524 ethernet: fix adding p2p ethernet crash by Xiaoming Jiang · 1 year, 7 months ago
- e13baaa interface: fix 4 or more interfaces equality comparison bug with xor operation using (a^a)^(b^b) by lijinhui · 2 years, 4 months ago
- 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
- 186b215 ethernet: fix mac address increment error by Jieqiang Wang · 2 years, 4 months ago
- b46a4e6 ethernet: fix coverity 218549 by Andrew Yourtchenko · 2 years, 4 months ago
- 6e4a56e ip-neighbor: Declarative .api counters. by Neale Ranns · 2 years, 4 months ago
- bf82a66 vnet: set frame overhead at interface registration by Matthew Smith · 2 years, 9 months ago
- 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
- 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
- 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
- d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
- 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
- 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
- ea8adf7 ip-neighbor: Handle local MAC address change for incomplete adjacencies by Neale Ranns · 3 years, 4 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- b7e4d44 misc: remove vnet_all_api_h and vnet_msg_enum by Filip Tehlar · 3 years, 5 months ago
- 41ff1eb ethernet: api cleanup by Filip Tehlar · 3 years, 6 months ago
- 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
- 30a8195 classify: honor pcap interface filter also when classify filter is used by Benoît Ganne · 3 years, 10 months ago
- 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
- 8fb5add interface: move vnet_pcap_t to vnet by Damjan Marion · 3 years, 9 months ago
- 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
- dc01471 api: add missing version info by Paul Vinciguerra · 4 years ago
- b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
- 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
- 7286943 ethernet: fix Ethernet DMAC checks by Ivan Shvedunov · 4 years, 2 months ago
- 47a3d99 l2: input performance by Neale Ranns · 4 years, 3 months ago
- 21fb4f7 fib: Register multicast MAC with interface for accepting interfaces by Neale Ranns · 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
- 13f64ce ethernet: fix coverity warning by Dave Barach · 4 years, 7 months ago
- bdfe595 ethernet: add sanity checks to p2p_ethernet_add/del by Dave Barach · 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
- 491741a docs ethernet: add docs for ethernet Section by Paul Vinciguerra · 4 years, 10 months ago
- 6a32ce3 ethernet: Copy only 6 bytes of mac address into a u64 by Jon Loeliger · 4 years, 9 months ago
- 5fa4525 ethernet: configure system default ethernet MTU by Dave Barach · 4 years, 10 months ago
- e98d71b ethernet: trivial additions by Neale Ranns · 4 years, 10 months ago
- cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
- 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
- 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
- 42bde45 ethernet: all dmac checks include secondary addrs by Matthew Smith · 5 years ago
- 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
- 5f9f3c8 vlib: autogenerate <node> before <last-in-arc> constraints by Dave Barach · 5 years ago
- d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
- 669f4e3 ethernet: VNET API to create sub-interfaces by Neale Ranns · 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
- 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 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
- 33a5817 api: autogenerate api trace print/endian by Ole Troan · 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
- 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
- 3bcf1a9 ethernet: change to mark the CFI bit in the L2 header. by Prashant Maheshwari · 5 years ago
- c62a83d ethernet: fix ARP feature arc definition by Dave Barach · 5 years ago
- 1ff56f0 ethernet: Fix node ordering on ARP feautre ARC by Neale Ranns · 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
- adbaf7b ip: fix show ip neigh vector read overflow by Benoît Ganne · 5 years ago
- fe2fff3 ethernet: ARP disabled node by Neale Ranns · 5 years ago
- 4bda2d9 misc: fix coverity warnings by Dave Barach · 5 years ago
- 8a8b83f ip: check all fib src for a connected dst entry by Benoît Ganne · 5 years ago
- 8edca13 p2p ethernet: update p2p_ethernet.api with explicit types. by Ole Troan · 6 years ago
- 57e53bb ARP: add feature arc by Neale Ranns · 6 years ago
- 50f0ac0 Punt: socket register for exception dispatched/punted packets based on reason by Neale Ranns · 6 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
- f324dec fixing typos by Jim Thompson · 6 years ago
- fe750c2 Add RDMA ibverb driver plugin by Benoît Ganne · 6 years ago
- 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
- 192b13f BVI Interface by Neale Ranns · 6 years ago
- 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
- e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
- c3a0e8d deprecate VLIB_NODE_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
- d2bb614 L2: ARP term - learn but don't send response to GARPs by Neale Ranns · 6 years ago
- 5ecd5a5 Move pcap rx/tx trace code out of the dpdk plugin by Dave Barach · 6 years ago
- 8f215b4 Callback functions must have the correct signature by Neale Ranns · 6 years ago
- 3d0ef26 Fix parsing overflow in unformat_mac_address_t() by Benoît Ganne · 6 years ago
- 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
- 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
- 7425f92 IP route local and connected by Neale Ranns · 6 years ago
- 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
- 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
- a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
- ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
- 18934e6 VPP-1309: fixed crash when listing ip arp after removing interface by Pavel Kotucek · 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
- faf22cb mac_address_t: size to 6 bytes so it represents wire format by Neale Ranns · 6 years ago
- 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago