1. 6a999d6 interface: RX/TX direction type in API by Neale Ranns · 4 years ago
  2. 34c6c30 vlib: "revert startup multi-arch variant configuration fix for interfaces" by Damjan Marion · 3 years, 11 months ago
  3. b85b0df interface: remove vnet_device_input_runtime_t by Mohammed Hawari · 4 years ago
  4. 5a48b3b vlib: startup multi-arch variant configuration fix for interfaces by Radu Nicolau · 4 years ago
  5. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  6. 7d2094c interface: add multiarch support for per-interface tx node by Benoît Ganne · 4 years, 1 month ago
  7. 6178bda feature: reset interface feature arc on interface deletion by Benoît Ganne · 4 years, 1 month ago
  8. eabd424 interface: shorten vnet_hw_if_rx_mode by Damjan Marion · 4 years, 2 months ago
  9. c466509 interface: support configuring RSS steering queues by Chenmin Sun · 4 years, 5 months ago
  10. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  11. 586462f interface: add pcap trace data preallocation by Dave Barach · 4 years, 4 months ago
  12. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  13. 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
  14. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  15. e0792fd interface: callback to manage extra MAC addresses by Matthew Smith · 5 years ago
  16. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  17. 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
  18. 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
  19. b97641c misc: clean up "pcap [rx|tx] trace" debug CLI by Dave Barach · 5 years ago
  20. 5ad541e interface: Remove residual dpdk bonding code by Steven Luong · 5 years ago
  21. 5cdde5c vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t by jaszha03 · 5 years ago
  22. 3ffe6ca sctp: move to plugins, disabled by default by Florin Coras · 5 years ago
  23. e3bbf5b interface: fixes for buliding for 32bit targets by Vijayabhaskar Katamreddy · 5 years ago
  24. c87b66c ipsec: ipsec-tun protect by Neale Ranns · 6 years ago
  25. 57e53bb ARP: add feature arc by Neale Ranns · 6 years ago
  26. 6865d3c bonding: add support for numa awareness by Zhiyong Yang · 6 years ago
  27. 712dde9 Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/ by Ole Troan · 6 years ago
  28. aee7364 deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  29. 8f215b4 Callback functions must have the correct signature by Neale Ranns · 6 years ago
  30. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  31. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  32. 8b5d0b8 VPP-1549 Add missing counter name. by Paul Vinciguerra · 6 years ago
  33. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  34. 97670eb vnet: remove unused field by Damjan Marion · 6 years ago
  35. 5100aa9 vnet: store hw interface speed in kbps instead of using flags by Damjan Marion · 6 years ago
  36. b3a9381 interface-flags; fix coverity error found in conversion by Neale Ranns · 6 years ago
  37. 6e43e06 Enumify interface flags by Neale Ranns · 6 years ago
  38. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  39. bdc0e6b Trivial: Clean up some typos. by Paul Vinciguerra · 6 years ago
  40. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  41. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  42. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  43. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  44. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  45. 1ec0ea8 STATS: Add more hierarchy to counters. by Ole Troan · 7 years ago
  46. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  47. a8ab568 Fix issue with xconnect not working on the main interface by Damjan Marion · 7 years ago
  48. a35cc14 vnet: device flow offload infra by Damjan Marion · 7 years ago
  49. 580bba7 Adjacency walk more scalable by Neale Ranns · 7 years ago
  50. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  51. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  52. 4f8863b bond: ping fails between l2 BD [VPP-1238] by Steven · 7 years ago
  53. 87dad11 L2: no-flood interface type in the Bridge-Domain by Neale Ranns · 7 years ago
  54. 72d2c4f plugins: unload plugin if early init fails by Damjan Marion · 7 years ago
  55. 871dc42 Detailed stats collection feature by Neale Ranns · 7 years ago
  56. f704f38 Use x(void) not x() in new interface stats code by Neale Ranns · 7 years ago
  57. 6f4a6be Interface Unicast, Multicast and Broadcast stats on the API by Neale Ranns · 7 years ago
  58. 03f47f1 Coordinate known Ethernet speeds with Linux kernel and DPDK by Lee Roberts · 7 years ago
  59. 7c748bb vnet: add 25G interface speed flag by Damjan Marion · 7 years ago
  60. f9cda7d vnet:remove duplicate interface function macro by Eyal Bari · 7 years ago
  61. e5453d0 Improve tunnel interface creation performance by John Lo · 7 years ago
  62. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  63. 2c0a4f4 TCP/UDP checksum offload API by Dave Barach · 7 years ago
  64. b2fd6cb Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) by John Lo · 7 years ago
  65. 10ae766 Deprecate support for flattened output nodes by Damjan Marion · 7 years ago
  66. 4e53a0d Introduce default rx mode for device drivers by Damjan Marion · 7 years ago
  67. abce509 vnet: introduce error state for sw interfaces by Damjan Marion · 8 years ago
  68. e3a395c device: Add callback for set interface rx-mode by Steven · 8 years ago
  69. 4403690 Add interface rx mode commands, unify rx mode and placement CLI by Damjan Marion · 8 years ago
  70. 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
  71. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  72. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  73. 3212c57 CLI: hide deleted interfaces by Eyal Bari · 8 years ago
  74. ce1b4c7 Basic support for LISP-GPE encapsulated NSH packets by Florin Coras · 8 years ago
  75. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/interface.h]
  76. 3be6b28 Decouple dependencies/assumptions in MAC change by Neale Ranns · 8 years ago
  77. 8b2247d interfaces: make no_flatten variant of inteface_ouptut fn default by Damjan Marion · 8 years ago
  78. 152e21d feature: add interface-output arc by Damjan Marion · 8 years ago
  79. c5b1360 VXLAN multicast dst (remote) address support by Eyal Bari · 8 years ago
  80. 8b37b87 Convergence Improvements by Neale Ranns · 8 years ago
  81. 9c6ae5f feature: remove old interface output feature code by Damjan Marion · 8 years ago
  82. 924d03a Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and fib_link_t enums into just vnet_link_t. by Neale Ranns · 8 years ago
  83. b80c536 FIB2.0: Adjacency complete pull model (VPP-487) by Neale Ranns · 8 years ago
  84. 5e575b1 L2 over LISP and GRE (VPP-457) by Neale Ranns · 8 years ago
  85. c631f2d VPP-363: add ability to change mac address of the interface by Pavel Kotucek · 8 years ago
  86. 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
  87. ba868bb VPP-311 Coding standards cleanup for vnet/vnet/*.[ch] by Dave Barach · 8 years ago
  88. 3d9c86e Add support for capturing packets on packet generator interfaces by Damjan Marion · 8 years ago
  89. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  90. f2ba9aa MTU: set interface mtu tap by Mohsin Kazmi · 9 years ago
  91. bcebbb9 Enhance CLI/API Support for Bonded Interface by John Lo · 9 years ago
  92. db2c6c6 Don't send more than one mapping req in l2output node by Damjan Marion · 9 years ago
  93. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0