1. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
  2. c018204 vnet: fix log_debug message format by Georgy Borodin · 11 months ago
  3. 535364e vnet: allow format deleted swifidx by Nathan Skrzypczak · 1 year ago
  4. 8797956 vnet: add vnet_register_device_class function by Damjan Marion · 1 year, 5 months ago
  5. 8181727 interface: more cleaning after set flags is failed in vnet_create_sw_interface by varasteh · 3 years ago
  6. 8271dfd interface: unregister node counters on interface delete by Damjan Marion · 2 years, 8 months ago
  7. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  8. f87acfa vppinfra: change vlib_register_node so it takes format string for node name by Damjan Marion · 2 years, 9 months ago
  9. 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
  10. 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
  11. 81bb6fc vnet: introduce vnet_error() by Damjan Marion · 2 years, 11 months ago
  12. 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
  13. 6fdcc3d fib: Don't use [midchain] adjacencies to change an interface's feature arc by Neale Ranns · 3 years, 2 months ago
  14. ac4e612 interface: handle error during admin-up correctly by Matthew Smith · 3 years, 2 months ago
  15. 7318c42 interface: free the output_node_thread_runtimes by Mohsin Kazmi · 3 years, 2 months ago
  16. 4823944 interface: remove the redundant vec_free on rx_queue_indices by Mohsin Kazmi · 3 years, 2 months ago
  17. ddb1929 interface: remove the input_node_thread_index_by_queue by Mohsin Kazmi · 3 years, 2 months ago
  18. 7854b46 interface: fix init fib_index_by_sw_if_index by Nathan Skrzypczak · 3 years, 4 months ago
  19. 76b19ce ip: Fix crash in ip address add on sub-int without exact-match by Pim van Pelt · 3 years, 4 months ago
  20. 328b5da gre: set proper fib index for unnumbered interfaces, unset fib index before forwarding gre payload by Stanislav Zaikin · 3 years, 5 months ago
  21. 64d20e7 interface: fix vnet_sw_interface_update_unnumbered by Dave Barach · 3 years, 7 months ago
  22. 79e087f gso: fix the error handling by Mohsin Kazmi · 3 years, 7 months ago
  23. 1bd6cbb interface: tx queue infra by Damjan Marion · 3 years, 8 months ago
  24. f09d655 memif: add severity to counters by Ole Troan · 3 years, 9 months ago
  25. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 9 months ago
  26. 8932e45 interface: interface-output end node rework by Damjan Marion · 3 years, 8 months ago
  27. 92ccf9b vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly by Damjan Marion · 3 years, 9 months ago
  28. a31698b vlib: refactor node function variants by Damjan Marion · 3 years, 9 months ago
  29. f91098e interface: fix interface-output and interface-tx multiarch selection by Damjan Marion · 3 years, 9 months ago
  30. 34c6c30 vlib: "revert startup multi-arch variant configuration fix for interfaces" by Damjan Marion · 3 years, 11 months ago
  31. b85b0df interface: remove vnet_device_input_runtime_t by Mohammed Hawari · 4 years ago
  32. 5a48b3b vlib: startup multi-arch variant configuration fix for interfaces by Radu Nicolau · 4 years ago
  33. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  34. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  35. d1bd5d2 interface: improve logging by Damjan Marion · 4 years, 1 month ago
  36. 7d2094c interface: add multiarch support for per-interface tx node by Benoît Ganne · 4 years, 1 month ago
  37. 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
  38. 148c7b7 stats: counters data model by Ole Troan · 4 years, 2 months ago
  39. eabd424 interface: shorten vnet_hw_if_rx_mode by Damjan Marion · 4 years, 2 months ago
  40. 47a3d99 l2: input performance by Neale Ranns · 4 years, 2 months ago
  41. c466509 interface: support configuring RSS steering queues by Chenmin Sun · 4 years, 5 months ago
  42. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  43. a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  44. b22e1f0 interface: Prevent bad inner-dot1q any exact-match configuration by Jon Loeliger · 5 years ago
  45. 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
  46. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  47. e0792fd interface: callback to manage extra MAC addresses by Matthew Smith · 5 years ago
  48. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  49. 5ad541e interface: Remove residual dpdk bonding code by Steven Luong · 5 years ago
  50. 5cdde5c vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t by jaszha03 · 5 years ago
  51. c87b66c ipsec: ipsec-tun protect by Neale Ranns · 6 years ago
  52. 5bfb504 vnet: remove macro definitions by Zhiyong Yang · 6 years ago
  53. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  54. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  55. 5100aa9 vnet: store hw interface speed in kbps instead of using flags by Damjan Marion · 6 years ago
  56. 8f8994a change mac address functions take const mac by Neale Ranns · 6 years ago
  57. b3a9381 interface-flags; fix coverity error found in conversion by Neale Ranns · 6 years ago
  58. 6e43e06 Enumify interface flags by Neale Ranns · 6 years ago
  59. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  60. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  61. b474380 L2 BD: introduce a BD interface on which to send UU packets by Neale Ranns · 6 years ago
  62. bdc0e6b Trivial: Clean up some typos. by Paul Vinciguerra · 6 years ago
  63. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  64. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  65. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  66. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  67. 1ec0ea8 STATS: Add more hierarchy to counters. by Ole Troan · 7 years ago
  68. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  69. 048a4e5 export counters in a memfd segment by Dave Barach · 7 years ago
  70. e8d7ff5 Interface Tag: memset field in VOM, clear the tag in VPP on interface delete by Neale Ranns · 7 years ago
  71. a50a14c itf: Fix admin up down for AF_PACKET and vhost-user by Mohsin Kazmi · 7 years ago
  72. 0053de6 ARP proxy dumps by Neale Ranns · 7 years ago
  73. cbe8d65 TAP memory leaks: by Neale Ranns · 7 years ago
  74. 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
  75. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  76. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  77. f704f38 Use x(void) not x() in new interface stats code by Neale Ranns · 7 years ago
  78. 6f4a6be Interface Unicast, Multicast and Broadcast stats on the API by Neale Ranns · 7 years ago
  79. 2ae2bc5 Remove unnumbered configuration on interface delete by Neale Ranns · 7 years ago
  80. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
  81. 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
  82. 8b30e47 Allow interface types to override glean adjacency behaivour by Neale Ranns · 7 years ago
  83. ffd78d1 Improve MTU handling by Neale Ranns · 7 years ago
  84. e5453d0 Improve tunnel interface creation performance by John Lo · 7 years ago
  85. 5957a14 Sub-Interface deletion not cleanup hash's properly (VPP-1136) by John Lo · 7 years ago
  86. 62fcc0a Fix set interface mac address API to be endian neutral by John Lo · 7 years ago
  87. 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
  88. 0117d24 default update adjacency function deos not return multicast adjacency by Neale Ranns · 7 years ago
  89. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  90. c418e4a Fix interface reuse when running multithreaded by Damjan Marion · 7 years ago
  91. 10ae766 Deprecate support for flattened output nodes by Damjan Marion · 7 years ago
  92. 4e53a0d Introduce default rx mode for device drivers by Damjan Marion · 7 years ago
  93. 8249a58 vlib: make runtime_data handling thread-local by Igor Mikhailov (imichail) · 7 years ago
  94. abce509 vnet: introduce error state for sw interfaces by Damjan Marion · 8 years ago
  95. 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
  96. 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
  97. ce1b4c7 Basic support for LISP-GPE encapsulated NSH packets by Florin Coras · 8 years ago
  98. d63370c Fix crash on vhost-user deletion - VPP-571 by Wojciech Dec · 8 years ago
  99. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/interface.c]
  100. 3be6b28 Decouple dependencies/assumptions in MAC change by Neale Ranns · 8 years ago