1. fb9d1ac vnet: fix format of deleted sw interfaces by Vladislav Grishenko · 2 years, 5 months ago
  2. 535364e vnet: allow format deleted swifidx by Nathan Skrzypczak · 1 year ago
  3. 4b08632 fib: fix fib_path_create() with drop targets by Alexander Skorichenko · 1 year, 1 month ago
  4. 06923b3 fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel. by Huawei LI · 2 years, 3 months ago
  5. a27aa6b fib: fix path copy function to deal with provided DPO in exclusive path by Damjan Marion · 2 years, 3 months ago
  6. 53962fb fib: MPLS EOS chains built for attached prefixes should link to a lookup DPO by Neale Ranns · 3 years ago
  7. 50bd1d3 fib: re-evaluate the import/export state of a prefix. by Neale Ranns · 3 years, 2 months ago
  8. e9d7b09 fib: make sure dpo is valid even when path pool expands by Benoît Ganne · 3 years, 6 months ago
  9. 8a6f5d3 udp: add udp decapsulation by Arthur de Kerhor · 3 years, 7 months ago
  10. 8f5fef2 ip: Path MTU by Neale Ranns · 4 years ago
  11. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  12. a8ebb51 fib: remove unsued path flag by Neale Ranns · 4 years ago
  13. a705f71 fib: Remove unused BIER variables by Neale Ranns · 4 years ago
  14. e2fe097 fib: Source Address Selection by Neale Ranns · 4 years, 1 month ago
  15. fcee30d fib: remove misleading FIB_PATH_TYPE_LAST by Benoît Ganne · 4 years, 1 month ago
  16. a434955 fib: fib path realloc during midchain stack by Neale Ranns · 4 years, 10 months ago
  17. 84382ae fib: fix non-NULL terminated vectors in cli output by Benoît Ganne · 4 years, 11 months ago
  18. 14053c9 ipip: Multi-point interface by Neale Ranns · 5 years ago
  19. d3d7ef5 fib: leverage well-optimized clib_memcpy by Zhiyong Yang · 5 years ago
  20. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  21. 3fd9904 fib: Glean on NBMA interface points to drop by Neale Ranns · 5 years ago
  22. da0e749 fib: P2P interfaces do not need specific multicast adjacencies by Neale Ranns · 5 years ago
  23. 33af8c1 fib: fix some typos in fib/mtrie by Lijian.Zhang · 5 years ago
  24. 1dbcf30 fib: Support the POP of a Psuedo Wire Control Word by Neale Ranns · 5 years ago
  25. 097fa66 fib: fib api updates by Neale Ranns · 7 years ago
  26. d35abc4 FIB: recursion casues path realloc by Neale Ranns · 6 years ago
  27. 3e2e190 ADJ: more thorough link up check by Neale Ranns · 6 years ago
  28. 775f73c FIB: encode the label stack in the FIB path during table dump by Neale Ranns · 6 years ago
  29. 521a8d7 FIB recusrion loop checks traverse midchain adjacencies by Neale Ranns · 6 years ago
  30. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  31. 710071b FIB: use vlib-log for debugging by Neale Ranns · 6 years ago
  32. ac64b71 Sticky Load-balance by Neale Ranns · 6 years ago
  33. cef5db0 Adding Multipath support for exclusive DPO based fib path entries via rpath by Vijayabhaskar Katamreddy · 6 years ago
  34. 6fff24a FIB: recusrive paths must lock the table to prevent its deletion by Neale Ranns · 6 years ago
  35. 9c0a3c4 UDP-Encap: name counters for the stats segment by Neale Ranns · 6 years ago
  36. c5d4317 FIB: return entry prefix by const reference to avoid the copy by Neale Ranns · 6 years ago
  37. de450cb FIB path dump: fix next-hop-table ID for recursive routes by Neale Ranns · 6 years ago
  38. 4a6d023 GBPv6: NAT66 actions for GBP by Neale Ranns · 7 years ago
  39. e821ab1 IP mcast: allow unicast address as a next-hop by Neale Ranns · 8 years ago
  40. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  41. 31ed744 MPLS Unifom mode by Neale Ranns · 7 years ago
  42. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  43. f068c3e DVR: run L3 output features by Neale Ranns · 7 years ago
  44. 79ae2d3 fib: make deag entries urpf extempt by Florin Coras · 7 years ago
  45. 119dd3a fib: fix show fib path-list and path by Florin Coras · 7 years ago
  46. 9128637 BIER in non-MPLS netowrks by Neale Ranns · 7 years ago
  47. 630b974 FIB: store the node type not the function pointer. by Neale Ranns · 7 years ago
  48. a161a6d Ip6 dump not showing fib table names (VPP-1063) by Neale Ranns · 7 years ago
  49. 62fe07c MPLS disposition actions at the tail of unicast LSPs by Neale Ranns · 7 years ago
  50. d792d9c BIER by Neale Ranns · 7 years ago
  51. 810086d UDP Encapsulation. by Neale Ranns · 7 years ago
  52. 5f3fcb9 L3 proxy FIB source for container networking by Andrew Yourtchenko · 7 years ago
  53. 054c03a Source Lookup progammable via API by Neale Ranns · 7 years ago
  54. 6f63115 Distributed Virtual Router Support by Neale Ranns · 7 years ago
  55. 7b7ba57 Dump of deag/lookup routes has is_drop=1 (VPP-995) by Neale Ranns · 7 years ago
  56. 43161a8 PPPoE usses a midchain adjacency stack on an interface-tx DPO by Neale Ranns · 7 years ago
  57. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  58. a0a908f FIB path weight incorrect in dump (VPP-922) by Neale Ranns · 7 years ago
  59. 91d341c Fix fib_path encoding (VPP-921) by Florin Coras · 7 years ago
  60. 57b5860 FIB path preference by Neale Ranns · 7 years ago
  61. 8c4611b Labelled attached paths via an MPLS tunnel by Neale Ranns · 8 years ago
  62. 8142499 ARP/ND entries for the same address on different interfaces (VPP-848) by Neale Ranns · 8 years ago
  63. 08b1648 Fix FIB recursion loops via cover (VPP-842) by Neale Ranns · 8 years ago
  64. f12a83f Improve Load-Balance MAPs by Neale Ranns · 8 years ago
  65. a055830 Remove unsed parameter from fib_table_entry_special_add() (only used in FIB tests). The DPO was incorrectly initialised with FIB_PROTO_MAX by Neale Ranns · 8 years ago
  66. 9f171f5 MPLS Mcast coverity fixes by Neale Ranns · 8 years ago
  67. 107e7d4 Remove usued, redundant and deprecated code from lookup.h by Neale Ranns · 8 years ago
  68. 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
  69. 88fc83e BFD-FIB interactions by Neale Ranns · 8 years ago
  70. a3af337 MTRIE Optimisations 2 by Neale Ranns · 8 years ago
  71. 4b919a5 Attached hosts by Neale Ranns · 8 years ago
  72. ce1b4c7 Basic support for LISP-GPE encapsulated NSH packets by Florin Coras · 8 years ago
  73. 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
  74. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/fib/fib_path.c]
  75. ad422ed MPLS infrastructure improvments by Neale Ranns · 8 years ago
  76. 8b37b87 Convergence Improvements by Neale Ranns · 8 years ago
  77. 0bd36ea Fixup Path weights of 0 by Neale Ranns · 8 years ago
  78. 01b0712 Dump routes (VPP-500) by Steven · 8 years ago
  79. ad95b5d pseudo atomic adjacency updates by Neale Ranns · 8 years ago
  80. 450cd30 Fix Compile errors from clang in FIB2.0 code by Neale Ranns · 8 years ago
  81. 948e00f Support IETF routing Yang models (VPP-503). by Neale Ranns · 8 years ago
  82. 924d03a Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and fib_link_t enums into just vnet_link_t. by Neale Ranns · 8 years ago
  83. b80c536 FIB2.0: Adjacency complete pull model (VPP-487) by Neale Ranns · 8 years ago
  84. 33a7dd5 FIB2.0: memory leaks during load-balance update (VPP-475) by Neale Ranns · 8 years ago
  85. 3ee4404 unicast RPF for FIB2.0 by Neale Ranns · 8 years ago
  86. 6c3ebcc FIB Memory Usage Diagnostics by Neale Ranns · 8 years ago
  87. 5e575b1 L2 over LISP and GRE (VPP-457) by Neale Ranns · 8 years ago
  88. 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago