1. e4238aa ethernet: check destination mac for L3 in ethernet-input node by Steven Luong · 8 months ago
  2. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
  3. 38c6191 dev: new device driver infra by Damjan Marion · 1 year, 2 months ago
  4. 8a92b68 ethernet: run callbacks for subifs too when mac changes by Alexander Chernavin · 1 year, 7 months ago
  5. e10c524 ethernet: fix adding p2p ethernet crash by Xiaoming Jiang · 1 year, 7 months ago
  6. 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
  7. 76b8aa0 ethernet: fix coverity 214973 by Andrew Yourtchenko · 2 years, 4 months ago
  8. 966e6ff ethernet: refactor the redundant code by Andrew Yourtchenko · 2 years, 4 months ago
  9. 186b215 ethernet: fix mac address increment error by Jieqiang Wang · 2 years, 4 months ago
  10. b46a4e6 ethernet: fix coverity 218549 by Andrew Yourtchenko · 2 years, 4 months ago
  11. 6e4a56e ip-neighbor: Declarative .api counters. by Neale Ranns · 2 years, 4 months ago
  12. bf82a66 vnet: set frame overhead at interface registration by Matthew Smith · 2 years, 9 months ago
  13. 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
  14. 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
  15. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  16. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  17. 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
  18. 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
  19. ea8adf7 ip-neighbor: Handle local MAC address change for incomplete adjacencies by Neale Ranns · 3 years, 4 months ago
  20. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  21. b7e4d44 misc: remove vnet_all_api_h and vnet_msg_enum by Filip Tehlar · 3 years, 5 months ago
  22. 41ff1eb ethernet: api cleanup by Filip Tehlar · 3 years, 6 months ago
  23. 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
  24. 30a8195 classify: honor pcap interface filter also when classify filter is used by Benoît Ganne · 3 years, 10 months ago
  25. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  26. 8fb5add interface: move vnet_pcap_t to vnet by Damjan Marion · 3 years, 9 months ago
  27. 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
  28. dc01471 api: add missing version info by Paul Vinciguerra · 4 years ago
  29. b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
  30. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  31. 7286943 ethernet: fix Ethernet DMAC checks by Ivan Shvedunov · 4 years, 2 months ago
  32. 47a3d99 l2: input performance by Neale Ranns · 4 years, 3 months ago
  33. 21fb4f7 fib: Register multicast MAC with interface for accepting interfaces by Neale Ranns · 4 years, 2 months ago
  34. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  35. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  36. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  37. cbe36e4 ethernet: fix dmac stride error by Zhiyong Yang · 4 years, 7 months ago
  38. 13f64ce ethernet: fix coverity warning by Dave Barach · 4 years, 7 months ago
  39. bdfe595 ethernet: add sanity checks to p2p_ethernet_add/del by Dave Barach · 4 years, 7 months ago
  40. 9f83358 ethernet: leverage vlib_buffer_get_current by Zhiyong Yang · 4 years, 8 months ago
  41. 7031288 ethernet: put vlib_get_buffers together by Zhiyong Yang · 4 years, 9 months ago
  42. 491741a docs ethernet: add docs for ethernet Section by Paul Vinciguerra · 4 years, 10 months ago
  43. 6a32ce3 ethernet: Copy only 6 bytes of mac address into a u64 by Jon Loeliger · 4 years, 9 months ago
  44. 5fa4525 ethernet: configure system default ethernet MTU by Dave Barach · 4 years, 10 months ago
  45. e98d71b ethernet: trivial additions by Neale Ranns · 4 years, 10 months ago
  46. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  47. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  48. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  49. 42bde45 ethernet: all dmac checks include secondary addrs by Matthew Smith · 5 years ago
  50. 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
  51. 5f9f3c8 vlib: autogenerate <node> before <last-in-arc> constraints by Dave Barach · 5 years ago
  52. d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
  53. 669f4e3 ethernet: VNET API to create sub-interfaces by Neale Ranns · 5 years ago
  54. 4938938 ethernet: fix dmac filter coverity warning by Matthew Smith · 5 years ago
  55. d459bf3 ethernet: dmac filter checks secondary mac addrs by Matthew G Smith · 5 years ago
  56. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  57. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  58. 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
  59. 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
  60. 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
  61. fa20d4c ethernet: move dmac filtering to inline function by Matthew Smith · 5 years ago
  62. a6d4e31 ethernet: fix dmac check avx2 loop condition by Matthew Smith · 5 years ago
  63. 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  64. 3bcf1a9 ethernet: change to mark the CFI bit in the L2 header. by Prashant Maheshwari · 5 years ago
  65. c62a83d ethernet: fix ARP feature arc definition by Dave Barach · 5 years ago
  66. 1ff56f0 ethernet: Fix node ordering on ARP feautre ARC by Neale Ranns · 5 years ago
  67. f974794 interface: fix issue that pcap rx/tx trace not available when there are worker threads by Wei CHEN · 5 years ago
  68. adbaf7b ip: fix show ip neigh vector read overflow by Benoît Ganne · 5 years ago
  69. fe2fff3 ethernet: ARP disabled node by Neale Ranns · 5 years ago
  70. 4bda2d9 misc: fix coverity warnings by Dave Barach · 5 years ago
  71. 8a8b83f ip: check all fib src for a connected dst entry by Benoît Ganne · 5 years ago
  72. 8edca13 p2p ethernet: update p2p_ethernet.api with explicit types. by Ole Troan · 6 years ago
  73. 57e53bb ARP: add feature arc by Neale Ranns · 6 years ago
  74. 50f0ac0 Punt: socket register for exception dispatched/punted packets based on reason by Neale Ranns · 6 years ago
  75. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  76. b3ca33f ethernet_input_inline: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  77. 9847792 ethernet: fix packet tracing by Benoît Ganne · 6 years ago
  78. f324dec fixing typos by Jim Thompson · 6 years ago
  79. fe750c2 Add RDMA ibverb driver plugin by Benoît Ganne · 6 years ago
  80. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  81. 192b13f BVI Interface by Neale Ranns · 6 years ago
  82. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  83. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  84. c3a0e8d deprecate VLIB_NODE_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  85. d2bb614 L2: ARP term - learn but don't send response to GARPs by Neale Ranns · 6 years ago
  86. 5ecd5a5 Move pcap rx/tx trace code out of the dpdk plugin by Dave Barach · 6 years ago
  87. 8f215b4 Callback functions must have the correct signature by Neale Ranns · 6 years ago
  88. 3d0ef26 Fix parsing overflow in unformat_mac_address_t() by Benoît Ganne · 6 years ago
  89. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  90. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  91. 7425f92 IP route local and connected by Neale Ranns · 6 years ago
  92. 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
  93. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  94. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  95. ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
  96. 18934e6 VPP-1309: fixed crash when listing ip arp after removing interface by Pavel Kotucek · 6 years ago
  97. e9cebdf ethernet-input: fix assert in l2 mode by Damjan Marion · 6 years ago
  98. 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
  99. faf22cb mac_address_t: size to 6 bytes so it represents wire format by Neale Ranns · 6 years ago
  100. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago