1. 17ff3c1 Pipes by Neale Ranns · 6 years ago
  2. b361076 Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting by Vijayabhaskar Katamreddy · 6 years ago
  3. e95d1a1 Removing the static keyword do_fragment routines, so that could be accessed outside the ip_frag nodes by Vijayabhaskar Katamreddy · 6 years ago
  4. c667ffd IP4 Router Alert option handling for IGMP by Neale Ranns · 6 years ago
  5. 8dcfed5 reassembly: optimize bihash usage by Klement Sekera · 6 years ago
  6. 08bca80 ip: vectorized ip checksum by Damjan Marion · 6 years ago
  7. 79c38af Fix assert issue in ip_csum_add_even() by Hongjun Ni · 7 years ago
  8. 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
  9. 285434a Fix sw-if-index display error. by Brant Lin · 7 years ago
  10. 084606b Check get packet template allocation failure (VPP-1321) by John Lo · 6 years ago
  11. c6215d9 ip checksum multiarch support, cleanup by Dave Barach · 7 years ago
  12. 8637634 Use unicast DMAC for IP neighbor pool refresh probes by John Lo · 7 years ago
  13. 313f7e2 MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite by Ole Troan · 7 years ago
  14. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  15. f12dad6 Add reaper functions to want events APIs (VPP-1304) by Neale Ranns · 7 years ago
  16. 81119e8 Implement DHCPv6 PD client (VPP-718, VPP-1050) by Juraj Sloboda · 7 years ago
  17. 3c22aff Fix IP scan neighbor API/CLI handling of interval and stale by John Lo · 7 years ago
  18. 9f781d8 bond: send gratuitous arp when the active slave went down in active-backup mode by Steven · 7 years ago
  19. 1b25552 ip4: optimize ip4_local by Florin Coras · 7 years ago
  20. 3a0325f ip: save fib index for buffer in ip lookup by Florin Coras · 7 years ago
  21. 3743999 IPv6 for-us/receive multicast routes fix by Neale Ranns · 7 years ago
  22. 812b32d Add VLIB_NODE_FN() macro to simplify multiversioning of node functions by Damjan Marion · 7 years ago
  23. 4fed5b1 Fix IP neighbor/arp pool full and static entry handling by John Lo · 7 years ago
  24. 7eaaf74 proxy_arp: remove unused is_add by Marek Gradzki · 7 years ago
  25. 3ade6b6 ip4-input node rework by Damjan Marion · 7 years ago
  26. c65770d Fix possible null pointer dereference by Juraj Sloboda · 7 years ago
  27. 0053de6 ARP proxy dumps by Neale Ranns · 7 years ago
  28. da6e11b VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. by Ole Troan · 7 years ago
  29. 8a9c8f1 VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. by Ole Troan · 7 years ago
  30. 2c2feab VPPAPIGEN: Add union and enum support and IP4/IP6 address type. by Ole Troan · 7 years ago
  31. a52e166 vector functions cleanup and improvements by Damjan Marion · 7 years ago
  32. 9e2f915 IP unnumbered dump by Neale Ranns · 7 years ago
  33. 4f2db7d IP address dump - don't send subnets for unnumbered interfaces by Neale Ranns · 7 years ago
  34. 0012fcc Fixes in IPv6 RD control plane by Juraj Sloboda · 7 years ago
  35. 744902e No overlapping sub-nets on any interface in the same table/VRF (VPP-943) by Neale Ranns · 7 years ago
  36. 5257452 Rework CP and DP communication in IPv6 RD (VPP-1256) by Juraj Sloboda · 7 years ago
  37. 7f358b3 Periodic scan and probe of IP neighbors to maintain neighbor pools by John Lo · 7 years ago
  38. a35cc14 vnet: device flow offload infra by Damjan Marion · 7 years ago
  39. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  40. 8e25495 IPv6 NS/RS; do not vec_validate global structs in the DP by Neale Ranns · 7 years ago
  41. c7b8f20 IPv6 NS: use the mcast rewrite node to fill in the destination MAC by Neale Ranns · 7 years ago
  42. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  43. 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
  44. e821ab1 IP mcast: allow unicast address as a next-hop by Neale Ranns · 8 years ago
  45. 2926eca VPP-1243: fix reassembly CLI by Klement Sekera · 7 years ago
  46. c7b4304 Implement ip_probe_neighbor API by John Lo · 7 years ago
  47. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  48. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  49. 25b0494 GBP V2 by Neale Ranns · 7 years ago
  50. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  51. 3ecc221 reassembly: bug fixes by Klement Sekera · 7 years ago
  52. a46b4c9 session: use fib index in ip local test by Florin Coras · 7 years ago
  53. 30684ac Coverity fixes (VPP-1204) by Chris Luke · 7 years ago
  54. f3a3bad ip6: fix ip6-local urpf checking by Florin Coras · 7 years ago
  55. de91006 VCL: add IPv6 to socket_test.sh and make test by Dave Wallace · 7 years ago
  56. 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
  57. 7b867a8 IGMP plugin by Jakub Grajciar · 7 years ago
  58. 2ae2bc5 Remove unnumbered configuration on interface delete by Neale Ranns · 7 years ago
  59. 039cbfe QoS recording and marking by Neale Ranns · 7 years ago
  60. c037423 IPv6 ND Router discovery control plane (VPP-1095) by Juraj Sloboda · 7 years ago
  61. 4b9669d IPv6 ND Router discovery data plane (VPP-1095) by Juraj Sloboda · 7 years ago
  62. 298c695 IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. by Ole Troan · 7 years ago
  63. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  64. 611d918 Remove md5.[ch] from vppinfra by Dave Barach · 7 years ago
  65. 31ed744 MPLS Unifom mode by Neale Ranns · 7 years ago
  66. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  67. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  68. 53da221 IP6 link-local table by Neale Ranns · 7 years ago
  69. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  70. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  71. 477e91a session: zero out ips in local endpoint lookup only if local by Florin Coras · 7 years ago
  72. e0a3544 IPv6 MLD; pointer address used as hash key by Neale Ranns · 7 years ago
  73. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
  74. 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
  75. 8b30e47 Allow interface types to override glean adjacency behaivour by Neale Ranns · 7 years ago
  76. ffd78d1 Improve MTU handling by Neale Ranns · 7 years ago
  77. ef56fae ip4_forward: set pkt error in case potential memory corrupt by Chun Li · 7 years ago
  78. acbde66 ip: move lookup inline functions to header file by Vijayabhaskar Katamreddy · 7 years ago
  79. 815d7d5 classifier-based ACL: refactor + add output ACL by Andrew Yourtchenko · 7 years ago
  80. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  81. 1403fcd Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set by Dave Barach · 7 years ago
  82. 56e6f09 IP reassembly: workaround coverity warnings by Klement Sekera · 7 years ago
  83. 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago
  84. 8269d3d Improved tracing for the IP[46] not-enabled case. by Neale Ranns · 7 years ago
  85. db14f5a Allow the provider of a midchain adjacency to pass context data that is returned in the fixup function by Neale Ranns · 7 years ago
  86. c592ca5 DRAFT ip4/6_frag to support DPO Style based Next Node by Vijayabhaskar Katamreddy · 7 years ago
  87. b93078d Remove last vestigies of auto-ip-table create by Neale Ranns · 7 years ago
  88. 191a594 SCTP stack (RFC4960) by Marco Varlese · 7 years ago
  89. ce111d2 Improve the error reporting for a IP multicast RPF miss. by Neale Ranns · 7 years ago
  90. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  91. 8954199 FIB Inherited Srouce by Neale Ranns · 8 years ago
  92. af0ff5a api: fix handlers that explicitly depend on svm queue by Florin Coras · 7 years ago
  93. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  94. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  95. f068c3e DVR: run L3 output features by Neale Ranns · 7 years ago
  96. 07a45bd Fix missing dereference by Juraj Sloboda · 7 years ago
  97. 79ae2d3 fib: make deag entries urpf extempt by Florin Coras · 7 years ago
  98. ecf844c VPP-1083 "ip punt redirect add" crashed if not mentioned any other parameter by Swarup Nayak · 7 years ago
  99. ce07412 Fix icmp/udp/tcp punt/drop paths by Vijayabhaskar Katamreddy · 7 years ago
  100. 1b70884 VPP-1100 Fix loop in "set punt tcp/udp command" by Swarup Nayak · 7 years ago