1. c8352bc Refactor the ARP throttle into a common type so it can be reused by Neale Ranns · 6 years ago
  2. 77eb907 Consolidate table->index conversion in fib-path CLI processing by Neale Ranns · 6 years ago
  3. ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
  4. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  5. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  6. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  7. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  8. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  9. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  10. 7eb9d96 IP fragmentation buffer chains, part 2. by Ole Troan · 6 years ago
  11. 4146c65 IP fragmentation to handle buffer chains. by Ole Troan · 6 years ago
  12. 3074629 VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors by shubing guo · 6 years ago
  13. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  14. 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
  15. 5c482a9 Documentation fix on "set interface ip[6] table" by Yichen Wang · 6 years ago
  16. c5d4317 FIB: return entry prefix by const reference to avoid the copy by Neale Ranns · 6 years ago
  17. 1f895c9 Reverse the logic of flagging malformed packet in fragmentation code to allow padding by Rajesh Saluja · 6 years ago
  18. d7f58cc Fix memory leak in processing of ICMPv6 RA event (VPP-1360) by Juraj Sloboda · 6 years ago
  19. cd30774 fix vector index range checks by Eyal Bari · 6 years ago
  20. e375067 fix IP directed broadcast node declarations by Matthew Smith · 6 years ago
  21. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  22. 7d98a12 Remove unused argument to vlib_feature_next by Damjan Marion · 6 years ago
  23. 8a03e4f ip4-input and ip4-input-no-checksum should be siblings by Neale Ranns · 6 years ago
  24. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  25. 0e6f4d6 Improve IP4 ARP and IP6 ND Events Notification by John Lo · 6 years ago v18.10-rc0
  26. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  27. 947ea62 IGMP improvements by Neale Ranns · 7 years ago
  28. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  29. b361076 Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting by Vijayabhaskar Katamreddy · 6 years ago
  30. e95d1a1 Removing the static keyword do_fragment routines, so that could be accessed outside the ip_frag nodes by Vijayabhaskar Katamreddy · 6 years ago
  31. c667ffd IP4 Router Alert option handling for IGMP by Neale Ranns · 6 years ago
  32. 8dcfed5 reassembly: optimize bihash usage by Klement Sekera · 6 years ago
  33. 08bca80 ip: vectorized ip checksum by Damjan Marion · 6 years ago
  34. 79c38af Fix assert issue in ip_csum_add_even() by Hongjun Ni · 7 years ago
  35. 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
  36. 285434a Fix sw-if-index display error. by Brant Lin · 7 years ago
  37. 084606b Check get packet template allocation failure (VPP-1321) by John Lo · 6 years ago
  38. c6215d9 ip checksum multiarch support, cleanup by Dave Barach · 7 years ago
  39. 8637634 Use unicast DMAC for IP neighbor pool refresh probes by John Lo · 7 years ago
  40. 313f7e2 MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite by Ole Troan · 7 years ago
  41. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  42. f12dad6 Add reaper functions to want events APIs (VPP-1304) by Neale Ranns · 7 years ago
  43. 81119e8 Implement DHCPv6 PD client (VPP-718, VPP-1050) by Juraj Sloboda · 7 years ago
  44. 3c22aff Fix IP scan neighbor API/CLI handling of interval and stale by John Lo · 7 years ago
  45. 9f781d8 bond: send gratuitous arp when the active slave went down in active-backup mode by Steven · 7 years ago
  46. 1b25552 ip4: optimize ip4_local by Florin Coras · 7 years ago
  47. 3a0325f ip: save fib index for buffer in ip lookup by Florin Coras · 7 years ago
  48. 3743999 IPv6 for-us/receive multicast routes fix by Neale Ranns · 7 years ago
  49. 812b32d Add VLIB_NODE_FN() macro to simplify multiversioning of node functions by Damjan Marion · 7 years ago
  50. 4fed5b1 Fix IP neighbor/arp pool full and static entry handling by John Lo · 7 years ago
  51. 7eaaf74 proxy_arp: remove unused is_add by Marek Gradzki · 7 years ago
  52. 3ade6b6 ip4-input node rework by Damjan Marion · 7 years ago
  53. c65770d Fix possible null pointer dereference by Juraj Sloboda · 7 years ago
  54. 0053de6 ARP proxy dumps by Neale Ranns · 7 years ago
  55. da6e11b VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. by Ole Troan · 7 years ago
  56. 8a9c8f1 VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. by Ole Troan · 7 years ago
  57. 2c2feab VPPAPIGEN: Add union and enum support and IP4/IP6 address type. by Ole Troan · 7 years ago
  58. a52e166 vector functions cleanup and improvements by Damjan Marion · 7 years ago
  59. 9e2f915 IP unnumbered dump by Neale Ranns · 7 years ago
  60. 4f2db7d IP address dump - don't send subnets for unnumbered interfaces by Neale Ranns · 7 years ago
  61. 0012fcc Fixes in IPv6 RD control plane by Juraj Sloboda · 7 years ago
  62. 744902e No overlapping sub-nets on any interface in the same table/VRF (VPP-943) by Neale Ranns · 7 years ago
  63. 5257452 Rework CP and DP communication in IPv6 RD (VPP-1256) by Juraj Sloboda · 7 years ago
  64. 7f358b3 Periodic scan and probe of IP neighbors to maintain neighbor pools by John Lo · 7 years ago
  65. a35cc14 vnet: device flow offload infra by Damjan Marion · 7 years ago
  66. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  67. 8e25495 IPv6 NS/RS; do not vec_validate global structs in the DP by Neale Ranns · 7 years ago
  68. c7b8f20 IPv6 NS: use the mcast rewrite node to fill in the destination MAC by Neale Ranns · 7 years ago
  69. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  70. 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
  71. e821ab1 IP mcast: allow unicast address as a next-hop by Neale Ranns · 8 years ago
  72. 2926eca VPP-1243: fix reassembly CLI by Klement Sekera · 7 years ago
  73. c7b4304 Implement ip_probe_neighbor API by John Lo · 7 years ago
  74. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  75. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  76. 25b0494 GBP V2 by Neale Ranns · 7 years ago
  77. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  78. 3ecc221 reassembly: bug fixes by Klement Sekera · 7 years ago
  79. a46b4c9 session: use fib index in ip local test by Florin Coras · 7 years ago
  80. 30684ac Coverity fixes (VPP-1204) by Chris Luke · 7 years ago
  81. f3a3bad ip6: fix ip6-local urpf checking by Florin Coras · 7 years ago
  82. de91006 VCL: add IPv6 to socket_test.sh and make test by Dave Wallace · 7 years ago
  83. 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
  84. 7b867a8 IGMP plugin by Jakub Grajciar · 7 years ago
  85. 2ae2bc5 Remove unnumbered configuration on interface delete by Neale Ranns · 7 years ago
  86. 039cbfe QoS recording and marking by Neale Ranns · 7 years ago
  87. c037423 IPv6 ND Router discovery control plane (VPP-1095) by Juraj Sloboda · 7 years ago
  88. 4b9669d IPv6 ND Router discovery data plane (VPP-1095) by Juraj Sloboda · 7 years ago
  89. 298c695 IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. by Ole Troan · 7 years ago
  90. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  91. 611d918 Remove md5.[ch] from vppinfra by Dave Barach · 7 years ago
  92. 31ed744 MPLS Unifom mode by Neale Ranns · 7 years ago
  93. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  94. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  95. 53da221 IP6 link-local table by Neale Ranns · 7 years ago
  96. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  97. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  98. 477e91a session: zero out ips in local endpoint lookup only if local by Florin Coras · 7 years ago
  99. e0a3544 IPv6 MLD; pointer address used as hash key by Neale Ranns · 7 years ago
  100. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago