1. f840880 ip nat: use ip rx sw_if_index in ip-local arc start by Florin Coras · 3 years, 1 month ago
  2. 01c1fa4 ip: reassembly - add a way to disable for forus by Klement Sekera · 3 years ago
  3. cf1e8c1 ip: fix length calculation in ip6-receive by Klement Sekera · 2 years, 11 months ago
  4. 03092c1 ip: extension header parsing fails for fragment header by Ole Troan · 3 years, 1 month ago
  5. a424dd1 ip: unlock_fib on if delete by Nathan Skrzypczak · 3 years, 4 months ago
  6. 904638f ip: always set ip rx_sw_if_index by Florin Coras · 3 years, 1 month ago
  7. bfa8608 ip: Add ip46-local node for local swif[rx] by Nathan Skrzypczak · 3 years, 3 months ago
  8. 1b6c793 ip: set error number on failed intf addr by Matthew Smith · 3 years, 3 months ago
  9. 7854b46 interface: fix init fib_index_by_sw_if_index by Nathan Skrzypczak · 3 years, 4 months ago
  10. 76b19ce ip: Fix crash in ip address add on sub-int without exact-match by Pim van Pelt · 3 years, 4 months ago
  11. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  12. 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 7 months ago
  13. 36f7a6a vlib: fix the offload flags size by Mohsin Kazmi · 3 years, 8 months ago
  14. a7e830e vlib: move offload flags to 1st cacheline in vlib_buffer_t by Mohsin Kazmi · 3 years, 8 months ago
  15. 6809538 vlib: refactor checksum offload support by Mohsin Kazmi · 3 years, 10 months ago
  16. 2b97f59 ip: Remove unused include file by Neale Ranns · 3 years, 10 months ago
  17. f2984bb ip: use IPv6 flowlabel in flow hash computation by Ahmed Abdelsalam · 4 years, 1 month ago
  18. c15539a ip: set correct error in ip6-local by Benoît Ganne · 4 years ago
  19. f6472e0 ip: Use full reassembly for fragments in ip6-local by Neale Ranns · 4 years ago
  20. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  21. dc617b8 ip-neighbor: Use ip_address_t rather than ip46_address_t by Neale Ranns · 4 years, 4 months ago
  22. 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
  23. 7b4e52f ipsec: Use bihash for tunnel lookup by Neale Ranns · 4 years, 7 months ago
  24. 698eb87 vxlan: Fixed checksum caclculation offset by Vladimir Isaev · 4 years, 7 months ago
  25. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  26. dbd366b ip: fix interface ip address del sw_if_index check by yedg · 4 years, 7 months ago
  27. 4ec36c5 fib: midchain adjacency optimisations by Neale Ranns · 4 years, 9 months ago
  28. ec40a7d ip: Setting the Link-Local address from the API enables IPv6 on the interface by Neale Ranns · 4 years, 8 months ago
  29. 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
  30. 92d0eac urpf: Allow locally generated packets on TX by Neale Ranns · 4 years, 8 months ago
  31. 1bd2c01 misc: refactor calc_checksums by Dave Barach · 4 years, 8 months ago
  32. 88cecfa ip: do not clear the locally-originated flag by Neale Ranns · 4 years, 8 months ago
  33. 97677a2 ip6: fix l4 checksum with hop-by-hop header by Matthew Smith · 4 years, 11 months ago
  34. ba4a5bf classify: Reduce the include dependencies on vnet_classify.h by Neale Ranns · 5 years ago
  35. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  36. a633a43 ip: coverity fix by johny · 5 years ago
  37. 17478e4 ip: fix cancel termination after receive malformed ip6 packet by johny · 5 years ago
  38. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  39. 960eeea fib: constify the adjacency in the rewrite nodes by Neale Ranns · 5 years ago
  40. eb284a1 ip: functional interface to ip fragmentation by Ole Troan · 5 years ago
  41. 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
  42. 02833ff tcp: custom checksum calculations for Ipv4/Ipv6 by Srikanth A · 5 years ago
  43. 1ff3c15 ip: only install IPv6 prefixes in FIB when the interface is up by Neale Ranns · 5 years ago
  44. 896c896 ip: refactor reassembly by Klement Sekera · 5 years ago
  45. c4abafd ip: fix udp/tcp checksum corner cases by Dave Barach · 5 years ago
  46. e7eba48 ip: remove unused function parameter by Simon Zhang · 5 years ago
  47. 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
  48. 3bc6bc2 ip: fix ip6/udp checksum for pkts using buffer chaining by John Lo · 5 years ago
  49. b538dd8 Punt: specify packets by IP protocol Type by Neale Ranns · 6 years ago
  50. 3ce72b2 IP load-balance; perf improvement using the usual reciepe by Neale Ranns · 6 years ago
  51. 1cf0007 Make tcp/udp/icmp compute checksum safer for buffer-chain case by John Lo · 6 years ago
  52. f324dec fixing typos by Jim Thompson · 6 years ago
  53. 25edf14 IPSEC: run encrpyt as a feautre on the tunnel by Neale Ranns · 6 years ago
  54. cb36a1d ip6-rewrite: bug fix buffer->error in dual loop by Kingwel Xie · 6 years ago
  55. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  56. 34e823f ip6-local: fix uninitialized variable error by Damjan Marion · 6 years ago
  57. 7dcb80a Explicit dual-loop in ip6-local by Benoît Ganne · 6 years ago
  58. 26a1019 Optimize ip6-local by Benoît Ganne · 6 years ago
  59. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  60. 3817350 ip6: convert code to new multiarch by Damjan Marion · 6 years ago
  61. ae80983 IP6-MFIB: replace the radix tree with bihash (VPP-1526) by Neale Ranns · 6 years ago
  62. 057b356 Change ipsec feature node names by Pierre Pfister · 6 years ago
  63. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  64. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  65. 5bb1eca IPv6: Make link-local configurable per-interface (VPP-1446) by Juraj Sloboda · 6 years ago
  66. a71844f IP load-balance; trace at the end of the node so the flow hash used is displayed by Neale Ranns · 6 years ago
  67. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  68. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  69. 3048b63 Support reassembly for fragments coming to ip4-local node by Juraj Sloboda · 6 years ago
  70. 282093f IPIP and IPv6 fragmentation by Ole Troan · 6 years ago
  71. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  72. e375067 fix IP directed broadcast node declarations by Matthew Smith · 6 years ago
  73. 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
  74. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  75. 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
  76. 084606b Check get packet template allocation failure (VPP-1321) by John Lo · 6 years ago
  77. 8637634 Use unicast DMAC for IP neighbor pool refresh probes by John Lo · 7 years ago
  78. 313f7e2 MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite by Ole Troan · 7 years ago
  79. 1b25552 ip4: optimize ip4_local by Florin Coras · 7 years ago
  80. 3a0325f ip: save fib index for buffer in ip lookup by Florin Coras · 7 years ago
  81. da6e11b VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. by Ole Troan · 7 years ago
  82. 744902e No overlapping sub-nets on any interface in the same table/VRF (VPP-943) by Neale Ranns · 7 years ago
  83. c7b8f20 IPv6 NS: use the mcast rewrite node to fill in the destination MAC by Neale Ranns · 7 years ago
  84. 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
  85. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  86. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  87. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  88. f3a3bad ip6: fix ip6-local urpf checking by Florin Coras · 7 years ago
  89. 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
  90. 2ae2bc5 Remove unnumbered configuration on interface delete by Neale Ranns · 7 years ago
  91. 53da221 IP6 link-local table by Neale Ranns · 7 years ago
  92. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  93. acbde66 ip: move lookup inline functions to header file by Vijayabhaskar Katamreddy · 7 years ago
  94. 815d7d5 classifier-based ACL: refactor + add output ACL by Andrew Yourtchenko · 7 years ago
  95. 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago
  96. 8269d3d Improved tracing for the IP[46] not-enabled case. by Neale Ranns · 7 years ago
  97. 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
  98. f068c3e DVR: run L3 output features by Neale Ranns · 7 years ago
  99. ce07412 Fix icmp/udp/tcp punt/drop paths by Vijayabhaskar Katamreddy · 7 years ago
  100. 1ec3652 Separate heap for IPv4 mtries by Neale Ranns · 7 years ago