1. 8a92b68 ethernet: run callbacks for subifs too when mac changes by Alexander Chernavin · 1 year, 7 months ago
  2. 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
  3. bf82a66 vnet: set frame overhead at interface registration by Matthew Smith · 2 years, 9 months ago
  4. 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
  5. 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
  6. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  7. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  8. 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
  9. ea8adf7 ip-neighbor: Handle local MAC address change for incomplete adjacencies by Neale Ranns · 3 years, 4 months ago
  10. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  11. b44c77d ethernet: mac must support 64-bits loads by Benoît Ganne · 4 years, 2 months ago
  12. 47a3d99 l2: input performance by Neale Ranns · 4 years, 3 months ago
  13. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  14. 491741a docs ethernet: add docs for ethernet Section by Paul Vinciguerra · 4 years, 10 months ago
  15. 5fa4525 ethernet: configure system default ethernet MTU by Dave Barach · 4 years, 10 months ago
  16. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  17. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  18. 669f4e3 ethernet: VNET API to create sub-interfaces by Neale Ranns · 5 years ago
  19. d459bf3 ethernet: dmac filter checks secondary mac addrs by Matthew G Smith · 5 years ago
  20. 192b13f BVI Interface by Neale Ranns · 6 years ago
  21. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  22. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  23. 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
  24. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  25. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  26. d63abff On interface deletion - make sure any vlan qinq table is cleared by John Lo · 6 years ago
  27. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  28. 78451a6 Loopback tx: support multiple tx intfcs per frame by Dave Barach · 6 years ago
  29. b52c034 loopback:fix delete to check interface class by Eyal Bari · 6 years ago
  30. 635ec3b VPP-1341: fix loopback interface graph arcs by Dave Barach · 6 years ago
  31. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  32. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  33. cbe8d65 TAP memory leaks: by Neale Ranns · 7 years ago
  34. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  35. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  36. 87dad11 L2: no-flood interface type in the Bridge-Domain by Neale Ranns · 7 years ago
  37. a36f08c Fix Avoid crash in vnet_delete_sub_interface routine by Steve Shin · 7 years ago
  38. 8a3e575 Fix reset the vlan flags when main interface is deleted. by Steve Shin · 7 years ago
  39. 5957a14 Sub-Interface deletion not cleanup hash's properly (VPP-1136) by John Lo · 7 years ago
  40. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  41. 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
  42. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  43. c83c3b7 Implement a loopback instance allocation scheme. by Jon Loeliger · 8 years ago
  44. 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
  45. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/ethernet/interface.c]
  46. 3be6b28 Decouple dependencies/assumptions in MAC change by Neale Ranns · 8 years ago
  47. 8b2247d interfaces: make no_flatten variant of inteface_ouptut fn default by Damjan Marion · 8 years ago
  48. 2231150 feature: add new feature handling code and device-input features by Damjan Marion · 8 years ago
  49. b80c536 FIB2.0: Adjacency complete pull model (VPP-487) by Neale Ranns · 8 years ago
  50. 5e575b1 L2 over LISP and GRE (VPP-457) by Neale Ranns · 8 years ago
  51. 83486fb Fix double-free crash by David Hotham · 8 years ago
  52. 20e5551 Fix detection of packet output via BVI into a BD and SHG adjustment by John Lo · 8 years ago
  53. 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
  54. 2d085d9 VPP-282: Document changes for vnet/vnet/ethernet by Billy McFall · 8 years ago
  55. d85590a VPP-240: delete subinterface by Pavel Kotucek · 8 years ago
  56. 607de1a Coding standards cleanup - remove trailing whitespace, fixes VPP-332 by Damjan Marion · 8 years ago
  57. e70dcc8 VPP251 - Code style vnet/vnet/ethernet by Keith Burns (alagalah) · 8 years ago
  58. 17f17cb VPP97: Flooding of pkts with multiple buffers in BD with BVI crashes VPP by John Lo · 9 years ago
  59. 78ea9c2 VPP-81: Print interface name after creating an interface with CLI by Pierre Pfister · 9 years ago
  60. f2ba9aa MTU: set interface mtu tap by Mohsin Kazmi · 9 years ago
  61. 405e41b Improve mechanism for using loopback interface as BVI for BDs by John Lo · 9 years ago
  62. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  63. 633951c delete loopback interface cli by Alpesh S. Patel · 9 years ago
  64. 370a24e Creating a new CLI to create loopback interfaces to make the interface by Alpesh Patel · 9 years ago
  65. f00f91a Set hardware iface state for loopback interfaces by Pierre Pfister · 9 years ago
  66. 73f7ef8 Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. by John Lo · 9 years ago
  67. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0