1. ea8adf7 ip-neighbor: Handle local MAC address change for incomplete adjacencies by Neale Ranns · 3 years, 4 months ago
  2. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  3. b7e4d44 misc: remove vnet_all_api_h and vnet_msg_enum by Filip Tehlar · 3 years, 5 months ago
  4. 41ff1eb ethernet: api cleanup by Filip Tehlar · 3 years, 6 months ago
  5. 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
  6. 30a8195 classify: honor pcap interface filter also when classify filter is used by Benoît Ganne · 3 years, 10 months ago
  7. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  8. 8fb5add interface: move vnet_pcap_t to vnet by Damjan Marion · 3 years, 9 months ago
  9. 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
  10. dc01471 api: add missing version info by Paul Vinciguerra · 4 years ago
  11. b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
  12. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  13. 7286943 ethernet: fix Ethernet DMAC checks by Ivan Shvedunov · 4 years, 2 months ago
  14. 47a3d99 l2: input performance by Neale Ranns · 4 years, 2 months ago
  15. 21fb4f7 fib: Register multicast MAC with interface for accepting interfaces by Neale Ranns · 4 years, 2 months ago
  16. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  17. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  18. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  19. cbe36e4 ethernet: fix dmac stride error by Zhiyong Yang · 4 years, 7 months ago
  20. 13f64ce ethernet: fix coverity warning by Dave Barach · 4 years, 7 months ago
  21. bdfe595 ethernet: add sanity checks to p2p_ethernet_add/del by Dave Barach · 4 years, 7 months ago
  22. 9f83358 ethernet: leverage vlib_buffer_get_current by Zhiyong Yang · 4 years, 8 months ago
  23. 7031288 ethernet: put vlib_get_buffers together by Zhiyong Yang · 4 years, 9 months ago
  24. 491741a docs ethernet: add docs for ethernet Section by Paul Vinciguerra · 4 years, 10 months ago
  25. 6a32ce3 ethernet: Copy only 6 bytes of mac address into a u64 by Jon Loeliger · 4 years, 9 months ago
  26. 5fa4525 ethernet: configure system default ethernet MTU by Dave Barach · 4 years, 10 months ago
  27. e98d71b ethernet: trivial additions by Neale Ranns · 4 years, 10 months ago
  28. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  29. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  30. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  31. 42bde45 ethernet: all dmac checks include secondary addrs by Matthew Smith · 5 years ago
  32. 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
  33. 5f9f3c8 vlib: autogenerate <node> before <last-in-arc> constraints by Dave Barach · 5 years ago
  34. d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
  35. 669f4e3 ethernet: VNET API to create sub-interfaces by Neale Ranns · 5 years ago
  36. 4938938 ethernet: fix dmac filter coverity warning by Matthew Smith · 5 years ago
  37. d459bf3 ethernet: dmac filter checks secondary mac addrs by Matthew G Smith · 5 years ago
  38. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  39. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  40. 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
  41. 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
  42. 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
  43. fa20d4c ethernet: move dmac filtering to inline function by Matthew Smith · 5 years ago
  44. a6d4e31 ethernet: fix dmac check avx2 loop condition by Matthew Smith · 5 years ago
  45. 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  46. 3bcf1a9 ethernet: change to mark the CFI bit in the L2 header. by Prashant Maheshwari · 5 years ago
  47. c62a83d ethernet: fix ARP feature arc definition by Dave Barach · 5 years ago
  48. 1ff56f0 ethernet: Fix node ordering on ARP feautre ARC by Neale Ranns · 5 years ago
  49. f974794 interface: fix issue that pcap rx/tx trace not available when there are worker threads by Wei CHEN · 5 years ago
  50. adbaf7b ip: fix show ip neigh vector read overflow by Benoît Ganne · 5 years ago
  51. fe2fff3 ethernet: ARP disabled node by Neale Ranns · 5 years ago
  52. 4bda2d9 misc: fix coverity warnings by Dave Barach · 5 years ago
  53. 8a8b83f ip: check all fib src for a connected dst entry by Benoît Ganne · 5 years ago
  54. 8edca13 p2p ethernet: update p2p_ethernet.api with explicit types. by Ole Troan · 6 years ago
  55. 57e53bb ARP: add feature arc by Neale Ranns · 6 years ago
  56. 50f0ac0 Punt: socket register for exception dispatched/punted packets based on reason by Neale Ranns · 6 years ago
  57. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  58. b3ca33f ethernet_input_inline: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  59. 9847792 ethernet: fix packet tracing by Benoît Ganne · 6 years ago
  60. f324dec fixing typos by Jim Thompson · 6 years ago
  61. fe750c2 Add RDMA ibverb driver plugin by Benoît Ganne · 6 years ago
  62. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  63. 192b13f BVI Interface by Neale Ranns · 6 years ago
  64. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  65. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  66. c3a0e8d deprecate VLIB_NODE_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  67. d2bb614 L2: ARP term - learn but don't send response to GARPs by Neale Ranns · 6 years ago
  68. 5ecd5a5 Move pcap rx/tx trace code out of the dpdk plugin by Dave Barach · 6 years ago
  69. 8f215b4 Callback functions must have the correct signature by Neale Ranns · 6 years ago
  70. 3d0ef26 Fix parsing overflow in unformat_mac_address_t() by Benoît Ganne · 6 years ago
  71. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  72. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  73. 7425f92 IP route local and connected by Neale Ranns · 6 years ago
  74. 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
  75. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  76. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  77. ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
  78. 18934e6 VPP-1309: fixed crash when listing ip arp after removing interface by Pavel Kotucek · 6 years ago
  79. e9cebdf ethernet-input: fix assert in l2 mode by Damjan Marion · 6 years ago
  80. 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
  81. faf22cb mac_address_t: size to 6 bytes so it represents wire format by Neale Ranns · 6 years ago
  82. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  83. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  84. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  85. 4d5b917 BD ARP entry use common API types by Neale Ranns · 6 years ago
  86. 86327be Genric API types format/unformat support for VAT and custom dump by Neale Ranns · 6 years ago
  87. bf9f02c arp:add error counters for all failure cases by Eyal Bari · 6 years ago
  88. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  89. e78bca1 vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass case (VPP-1444) by Andrew Yourtchenko · 6 years ago
  90. 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
  91. d63abff On interface deletion - make sure any vlan qinq table is cleared by John Lo · 6 years ago
  92. 8807674 Enabled untagged vs default functionality by Mike Bly · 6 years ago
  93. b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
  94. c45e190 dpdk: show pluggable info in 'show hardware' by Damjan Marion · 6 years ago
  95. cf7efe0 ARP: don't use RPC for requests initiated from the main thread by Neale Ranns · 6 years ago
  96. 1fc44b6 Revert "L2-input: use vlib_buffer_enqueue_to_next" by John Lo · 6 years ago
  97. b123255 L2-input: use vlib_buffer_enqueue_to_next by Neale Ranns · 6 years ago
  98. e849da2 fix missing extern in vnet/ethernet/node.c by Damjan Marion · 6 years ago
  99. 5beecec new multiversioning on ethernet input nodes by Damjan Marion · 6 years ago
  100. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago