1. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  2. e78bca1 vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass case (VPP-1444) by Andrew Yourtchenko · 6 years ago
  3. 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
  4. d63abff On interface deletion - make sure any vlan qinq table is cleared by John Lo · 6 years ago
  5. 8807674 Enabled untagged vs default functionality by Mike Bly · 6 years ago
  6. b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
  7. c45e190 dpdk: show pluggable info in 'show hardware' by Damjan Marion · 6 years ago
  8. cf7efe0 ARP: don't use RPC for requests initiated from the main thread by Neale Ranns · 6 years ago
  9. 1fc44b6 Revert "L2-input: use vlib_buffer_enqueue_to_next" by John Lo · 6 years ago
  10. b123255 L2-input: use vlib_buffer_enqueue_to_next by Neale Ranns · 6 years ago
  11. e849da2 fix missing extern in vnet/ethernet/node.c by Damjan Marion · 6 years ago
  12. 5beecec new multiversioning on ethernet input nodes by Damjan Marion · 6 years ago
  13. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  14. ecdfb2c eth_mac_equal takes const pointers by Neale Ranns · 6 years ago
  15. 3f812aa Add missing API MAC address encode implementation by Neale Ranns · 6 years ago
  16. 5fd95fb Fix typo by Dave Barach · 6 years ago
  17. de5b08f Introduce a mac_address_t on the API and in VPP by Neale Ranns · 6 years ago
  18. 571ab20 Consolidate the [un]format_mac_address implementations by Neale Ranns · 6 years ago
  19. c5d4317 FIB: return entry prefix by const reference to avoid the copy by Neale Ranns · 6 years ago
  20. 78451a6 Loopback tx: support multiple tx intfcs per frame by Dave Barach · 6 years ago
  21. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  22. 0809f6c QoS: marking and recording for MPLS and VLAN by Neale Ranns · 6 years ago
  23. 7d98a12 Remove unused argument to vlib_feature_next by Damjan Marion · 6 years ago
  24. b52c034 loopback:fix delete to check interface class by Eyal Bari · 6 years ago
  25. 635ec3b VPP-1341: fix loopback interface graph arcs by Dave Barach · 6 years ago
  26. 0e6f4d6 Improve IP4 ARP and IP6 ND Events Notification by John Lo · 6 years ago v18.10-rc0
  27. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  28. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  29. 0131b6c Add checks for bad ARP request packets in arp-termination node by John Lo · 6 years ago
  30. 084606b Check get packet template allocation failure (VPP-1321) by John Lo · 6 years ago
  31. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  32. 59ae61e Gratuitous ARP packet handling by Neale Ranns · 7 years ago
  33. 535939c Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets" by John Lo · 7 years ago
  34. d018870 Allow arp-input node to learn IPv4 neighbors from GARP packets by John Lo · 7 years ago
  35. 9f781d8 bond: send gratuitous arp when the active slave went down in active-backup mode by Steven · 7 years ago
  36. 4fed5b1 Fix IP neighbor/arp pool full and static entry handling by John Lo · 7 years ago
  37. 0053de6 ARP proxy dumps by Neale Ranns · 7 years ago
  38. 1f6e928 ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive. by Jon Loeliger · 7 years ago
  39. 7f358b3 Periodic scan and probe of IP neighbors to maintain neighbor pools by John Lo · 7 years ago
  40. cbe8d65 TAP memory leaks: by Neale Ranns · 7 years ago
  41. b14826e Minor optimzation/cleanup to ethernet-input node by John Lo · 7 years ago
  42. 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
  43. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  44. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  45. 25b0494 GBP V2 by Neale Ranns · 7 years ago
  46. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  47. 87dad11 L2: no-flood interface type in the Bridge-Domain by Neale Ranns · 7 years ago
  48. 871dc42 Detailed stats collection feature by Neale Ranns · 7 years ago
  49. 2303cb1 FIB Interpose Source by Neale Ranns · 7 years ago
  50. 039cbfe QoS recording and marking by Neale Ranns · 7 years ago
  51. a36f08c Fix Avoid crash in vnet_delete_sub_interface routine by Steve Shin · 7 years ago
  52. 8a3e575 Fix reset the vlan flags when main interface is deleted. by Steve Shin · 7 years ago
  53. 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
  54. c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
  55. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
  56. 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
  57. 8b30e47 Allow interface types to override glean adjacency behaivour by Neale Ranns · 7 years ago
  58. 547ecf6 Fix clang implicit conversion errors by Damjan Marion · 7 years ago
  59. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  60. 5957a14 Sub-Interface deletion not cleanup hash's properly (VPP-1136) by John Lo · 7 years ago
  61. faf9a5a Fix checksum offload sssue caused by overwriten lX_hdr_offset by Damjan Marion · 7 years ago
  62. b4c42cd VPP-1110 BVI reply ARP that doesn't request BVI loacl IP. by zhaoqingling · 7 years ago
  63. 2df3909 tapv2: multiple improvements by Damjan Marion · 7 years ago
  64. 2222986 Remove unused, uninteresting code by Dave Barach · 7 years ago
  65. 35de3b3 vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offset by Steven · 7 years ago
  66. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  67. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  68. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  69. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  70. 7e9743a Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down by John Lo · 7 years ago
  71. c125ecc IP-MAC,ND:wildcard events,fix sending multiple events by Eyal Bari · 7 years ago
  72. 2019748 L2BD,ARP-TERM:fix arp query report mechanism+test by Eyal Bari · 7 years ago
  73. 6b3a8ef replace uint32_t with u32 by Neale Ranns · 7 years ago
  74. 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
  75. 4f80b81 Add missing counters for P2P ethernet interfaces by Pavel Kotucek · 7 years ago
  76. 24b170a Support proxy ARP on mirrored TAP interfaces by Neale Ranns · 7 years ago
  77. 66c0adf VPP-933 VPP crashes when deleting an ARP entry by Matthew Smith · 7 years ago
  78. a3a3a9d ARP reply: use interface to build rewrite string by Neale Ranns · 7 years ago
  79. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  80. 5c994c1 don't truncate the interface name in 'sh ip arp' by Neale Ranns · 7 years ago
  81. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  82. beb0b2e Improve L2 Input/Output Feature Infrastructure and Usage by John Lo · 7 years ago
  83. 213b5aa vnet_buffer_t flags cleanup by Damjan Marion · 7 years ago
  84. 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
  85. 38cfe98 Fix typo for non x86 platforms. by Christophe Fontaine · 7 years ago
  86. 9a1ae1a ETH:optimized double is_tagged check by Eyal Bari · 8 years ago
  87. 8b81cb4 Send GARP/NA on bonded intf slave up/down if in active-backup mode by John Lo · 7 years ago
  88. ca19361 ARP: ignore non-connected routes and non-interface sources when determing if source is connected by Neale Ranns · 8 years ago
  89. 6f7ebf9 ETH:fix l2_len/vlan count mismatch for > 2 tags by Eyal Bari · 8 years ago
  90. 6899a30 P2P Ethernet - API by Pavel Kotucek · 8 years ago
  91. 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
  92. dcd6d62 ARP/ND use path_remove to complement path_add by Neale Ranns · 8 years ago
  93. 8142499 ARP/ND entries for the same address on different interfaces (VPP-848) by Neale Ranns · 8 years ago
  94. cb9ab47 VPP-719: Accept ARP replies from VRRP hw addr by Matthew Smith · 8 years ago
  95. 0218ff9 Add ethernet type to support NSH over ethernet by Hongjun Ni · 8 years ago
  96. d5b6aa1 ARP learning fixes (VPP-843) by Neale Ranns · 8 years ago
  97. 9e3e361 Fix mac check issue for vitual tunnel interface with no mac address by Hongjun Ni · 8 years ago
  98. 2a3ea49 Learn IP6 link-local ND entries from NSs sourced from link-local address by Neale Ranns · 8 years ago
  99. 107e7d4 Remove usued, redundant and deprecated code from lookup.h by Neale Ranns · 8 years ago
  100. 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago