1. 26ea14e ip: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  2. da7f7b6 ICMP46 error: Clone first buffer instead of "truncating" original buffer by Ole Troan · 6 years ago
  3. 48ae19e API: Add python2.7 support for enum flags via aenum by Ole Troan · 6 years ago
  4. 99ae31d ip: coverity woes by Steven Luong · 6 years ago
  5. 35ac601 punt.c -- coverity woes by Steven Luong · 6 years ago
  6. 470a370 Hash and handoff reassembly fragments by Vijayabhaskar Katamreddy · 6 years ago
  7. 1bb981d VPP-1574: minimize RPC barrier sync calls by Dave Barach · 6 years ago
  8. f883f6a buffer chain linearization by Klement Sekera · 6 years ago
  9. f1b4e52 reassembly: handle ip6 atomic fragments by Klement Sekera · 6 years ago
  10. cae98b7 reassembly: fix buffer usage counter by Klement Sekera · 6 years ago
  11. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  12. be30fea VPP-1573 fix crash in ip6 reassembly by Klement Sekera · 6 years ago
  13. 34e823f ip6-local: fix uninitialized variable error by Damjan Marion · 6 years ago
  14. 7dcb80a Explicit dual-loop in ip6-local by Benoît Ganne · 6 years ago
  15. 26a1019 Optimize ip6-local by Benoît Ganne · 6 years ago
  16. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  17. 3817350 ip6: convert code to new multiarch by Damjan Marion · 6 years ago
  18. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  19. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  20. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  21. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  22. 5c1f559 IP6 FIB: walk table for dump (VPP-1553) by Neale Ranns · 6 years ago
  23. 7425f92 IP route local and connected by Neale Ranns · 6 years ago
  24. 6434430 buffers: don't init metadata, as it is already initialized by Damjan Marion · 6 years ago
  25. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  26. ab9b7ec buffers: remove freelist argument from vlib_buffer_add_data by Damjan Marion · 6 years ago
  27. 45db885 ARP/ND: copy opaque2 persistent fields to new packet by Neale Ranns · 6 years ago
  28. 7c03ed4 VOM: mroutes by Neale Ranns · 6 years ago
  29. 3a63fc5 Handle buffer alloc failure in vlib_buffer_add_data by Dave Barach · 6 years ago
  30. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  31. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  32. 775f73c FIB: encode the label stack in the FIB path during table dump by Neale Ranns · 6 years ago
  33. d0f70a3 reassembly: replace asserts with error counters by Klement Sekera · 6 years ago
  34. 9e829a8 MFIB: recurse resolution through an MFIB entry by Neale Ranns · 6 years ago
  35. 4ee633e VPP-1523: harden reassembly by Klement Sekera · 6 years ago
  36. ae80983 IP6-MFIB: replace the radix tree with bihash (VPP-1526) by Neale Ranns · 6 years ago
  37. 41b923a VPP-1510: add support for punt delete by Pavel Kotucek · 6 years ago
  38. 400f6d8 reassembly: fix internal buffer count accounting by Klement Sekera · 6 years ago
  39. 14d7e90 VPP-1522: harden reassembly code by Klement Sekera · 6 years ago
  40. 21bb9af make build failure. by Paul Vinciguerra · 6 years ago
  41. b2ecc5d ip4_rewrite_inline: fix variable error by Zhiyong Yang · 6 years ago
  42. 057b356 Change ipsec feature node names by Pierre Pfister · 6 years ago
  43. be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
  44. e88865d VPP-1506: dump local punts and registered punt sockets by Pavel Kotucek · 6 years ago
  45. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  46. ad69c1f MFIB; CLI improvements by Neale Ranns · 6 years ago
  47. 64fb995 Copying QoS Bits when fragmented, so that marking can happen properly also cleaning up some unused code by Vijayabhaskar Katamreddy · 6 years ago
  48. e7f61d1 ip_reassembly_enable_disable reply handler name is changed. by Chore · 6 years ago
  49. 7fff3d2 Metadata / opaque formatting belongs in vpp by Dave Barach · 6 years ago
  50. 3460b01 api: ip_source_check_interface_add_del api is added. by Chore · 6 years ago
  51. 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
  52. 5a5a869 Remove useless prefetch in ip4-rewrite node by Simon Zhang · 6 years ago
  53. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  54. 2af0e3a flow-hash: Add symmetric flag for flow hashing by Mohsin Kazmi · 6 years ago
  55. ffba3c3 MAP: Use explicit address/prefix types in API by Ole Troan · 6 years ago
  56. d30bf01 add vlib_prefetch_buffer_data(...) macro by Damjan Marion · 6 years ago
  57. 47527b2 IP-punt: add documentation to the API and fix IP address init by Neale Ranns · 6 years ago
  58. e01f6ef ip4-input: fix prefetch data issue for tunnel decap cases by Zhiyong Yang · 6 years ago
  59. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  60. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  61. 5bb1eca IPv6: Make link-local configurable per-interface (VPP-1446) by Juraj Sloboda · 6 years ago
  62. a71844f IP load-balance; trace at the end of the node so the flow hash used is displayed by Neale Ranns · 6 years ago
  63. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  64. 86327be Genric API types format/unformat support for VAT and custom dump by Neale Ranns · 6 years ago
  65. cc8fa16 vnet: ping: rewrite for maintainability and multicore support by Andrew Yourtchenko · 6 years ago
  66. bf9f02c arp:add error counters for all failure cases by Eyal Bari · 6 years ago
  67. cd35e53 Use throttle_t for ND throttling by Neale Ranns · 6 years ago
  68. a91866f pg: icmp4 & tcp4 ip length issue by Kingwel Xie · 6 years ago
  69. 3935fc8 ACL: Fix next_table_index classifiers consistancy by Gregory Thiemonge · 7 years ago
  70. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  71. 68b7cb8 Fix buffer overflow when fragmenting packets (VPP-1383) by Juraj Sloboda · 6 years ago
  72. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  73. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  74. b4d2c96 Ping; remove unused arrays by Neale Ranns · 6 years ago
  75. 6a231a1 IP Route add/del API is MP safe by Neale Ranns · 6 years ago
  76. 9744e6d VPP-1459:Ip4 lookup fail when exist prefix cover. by mu.duojiao · 6 years ago
  77. e9239c9 Ping; report failures to the terminal by Neale Ranns · 6 years ago
  78. 59a8295 VPP-1448: Fix error when recurse on down the trie. by mu.duojiao · 6 years ago
  79. 75b9f45 ip: add container proxy dump API (VPP-1364) by Matus Fabian · 6 years ago
  80. cd80692 reassembly: get number of workers instead of threads (VPP-1435) by Juraj Sloboda · 6 years ago
  81. 412ecd3 Improve ip_mroute_add_del documentation by Ian Wells · 6 years ago
  82. 3048b63 Support reassembly for fragments coming to ip4-local node by Juraj Sloboda · 6 years ago
  83. 3e42ebe MFIB-API: when programming an (S,G) fix the grp-len by Neale Ranns · 6 years ago
  84. c67cfd2 ip4-local: classify protos that skip csum and src check by Florin Coras · 6 years ago
  85. 8f39d55 Update code to compute checksum for buffer chains by Juraj Sloboda · 6 years ago
  86. 1426039 Add adjacency counters to the stats segment by Neale Ranns · 6 years ago
  87. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  88. 28c142e mroute routers in the stats segment by Neale Ranns · 6 years ago
  89. 2e23721 Support dynamic dual/quad loop selection on aarch64 by Lijian Zhang · 6 years ago
  90. bf4d126 IP ttl check in ip4-input missing for single packet path. by Ole Troan · 6 years ago
  91. f94c63e stats: Split stat_segment and stats code in preparation for deprecation. by Ole Troan · 6 years ago
  92. 282093f IPIP and IPv6 fragmentation by Ole Troan · 6 years ago
  93. a006065 mismatch bi0 and b0 when finalizing ip reassembly. by Kingwel Xie · 6 years ago
  94. 008dbe1 Route counters in the stats segment by Neale Ranns · 6 years ago
  95. 633b6fd vlib: introduce user flags in vlib_frame_t by Damjan Marion · 6 years ago
  96. 0bdd319 IP-neighbor: add and delete internal API by Neale Ranns · 6 years ago
  97. 9b2f51a indent off in ip_lookup_set_buffer_fib_index by Neale Ranns · 6 years ago
  98. c0a9314 GBP Endpoint Updates by Neale Ranns · 6 years ago
  99. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  100. 3b93be5 IP route update fix when multipath and drop set by Neale Ranns · 6 years ago