1. 3d62a7f LLDP: properly parse lldp cmds from startup config by Klement Sekera · 7 years ago
  2. 26054ea Fix SIGBUS on aarch64 by Christophe Fontaine · 7 years ago
  3. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  4. 31a71ab L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) by Eyal Bari · 7 years ago
  5. c08b096 VPP-889: MAP Stats API/CLI crashes when no domains. by Ole Troan · 7 years ago
  6. 04ffd0ad VPP crash on creating vxlan gpe interface. VPP-875 by Hongjun Ni · 7 years ago
  7. 9f5a2b6 IP4/IP6 FIB: fix crash during interface delete by Pavel Kotucek · 8 years ago
  8. cdc7427 Update lisp map record default ttl to 24h by Florin Coras · 7 years ago v17.10-rc0
  9. f6359c8 Improve svm fifo and tcp tx path performance (VPP-846) by Florin Coras · 7 years ago
  10. a11832f VNET:explicitly pad l2_classify by Eyal Bari · 7 years ago
  11. 4e53a0d Introduce default rx mode for device drivers by Damjan Marion · 7 years ago
  12. ca19361 ARP: ignore non-connected routes and non-interface sources when determing if source is connected by Neale Ranns · 8 years ago
  13. 8249a58 vlib: make runtime_data handling thread-local by Igor Mikhailov (imichail) · 8 years ago
  14. 026c036 VPP-879 MAP: s/u32 is_add/u8 is_add in map.api by Ole Troan · 8 years ago
  15. 0f360dc L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding by Eyal Bari · 8 years ago
  16. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  17. 029f3d2 NAT64: Hairpinning (VPP-699) by Matus Fabian · 8 years ago
  18. acd4c63 Fix map-notify processing with multiple workers by Florin Coras · 8 years ago
  19. f89d185 LISP-GPE: add test CLI for NSH by Filip Tehlar · 8 years ago
  20. 6f9ac65 Add missing barrier sync to rx placement infra code by Damjan Marion · 8 years ago
  21. f53a8ad Fix vni/dp_table endianness for gpe iface addition (VPP-882) by Florin Coras · 8 years ago
  22. b5c29f9 Fix gpe_native_fwd_rpaths_get (VPP-883) by Florin Coras · 8 years ago
  23. b4243aa Add VAT handlers for LISP-GPE API by Filip Tehlar · 8 years ago
  24. b2d5ff3 Fix session api connect sock handler. by Dave Wallace · 8 years ago
  25. 6f7ebf9 ETH:fix l2_len/vlan count mismatch for > 2 tags by Eyal Bari · 8 years ago
  26. aba8be6 FIB walk process - wake-up rate unnecessarily high by Neale Ranns · 8 years ago
  27. b823df5 L2FIB:fix crash in show with deleted subif entries by Eyal Bari · 8 years ago
  28. 89223f4 NAT64: bug fix by Matus Fabian · 8 years ago
  29. b4bd28a Remove calls to crc_u32 and add clib_crc32c for armv8+crc by Christophe Fontaine · 8 years ago
  30. b8633d2 Fix coverity issue by Filip Tehlar · 8 years ago
  31. 76481d0 MPLS: cannot delete a path from the CLI by Neale Ranns · 8 years ago
  32. 27b390e Fix gpe coverity issue (VPP-874) by Florin Coras · 8 years ago
  33. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  34. 732036d NAT64: ICMP error support by Matus Fabian · 8 years ago
  35. ef2a5bf LISP: add NSH support by Filip Tehlar · 8 years ago
  36. a4e63e5 Add gpe native-forward static route support by Florin Coras · 8 years ago
  37. 6899a30 P2P Ethernet - API by Pavel Kotucek · 8 years ago
  38. 2fcc49d Small update to session API by Florin Coras · 8 years ago
  39. 48113e0 VPP-874: fix coverity warning in vnet_classify.c by Dave Barach · 8 years ago
  40. 7a4e092 VPP-872 and End.T function for SRv6 by Pablo Camarillo · 8 years ago
  41. 6ff0549 Fix coverity error in IP4 Mtrie. by Neale Ranns · 8 years ago
  42. 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
  43. 761787b Fix coverity issue by Filip Tehlar · 8 years ago
  44. 8a0a0ae Rework vxlan-gpe to support FIB 2.0 and bypass mode by Hongjun Ni · 8 years ago
  45. e68de8c Fix lisp map-notify parsing by Florin Coras · 8 years ago
  46. 560274d LISP-GPE: return index of newly created fwd entry, VPP-868 by Filip Tehlar · 8 years ago
  47. 719aef4 LISP: fix GPE entry dump, VPP-871 by Filip Tehlar · 8 years ago
  48. 6e19b37 Fix typo for specifying table_id on ping. by wenxian li · 8 years ago
  49. 8c55b37 Fix for gcc7 by Marco Varlese · 8 years ago
  50. 388e51a vhost: add debug vhost-user on | off CLI by Steven · 8 years ago
  51. 7a27274 Fix 'ip probe' on /32 by Neale Ranns · 8 years ago
  52. d6d6751 MPLS trace the EOS bit correctly by Neale Ranns · 8 years ago
  53. c2aad53 IP Mcast - recalculate on interface up/dowm by Neale Ranns · 8 years ago
  54. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  55. 5c74973 Flowprobe: Stateful flows and IPv6, L4 recording by Ole Troan · 8 years ago
  56. d5a65db LISP: L2 ARP handling by Filip Tehlar · 8 years ago
  57. 6af1c04 MPLS lookup DPO does not pop the label (nor does it handle replicate) by Neale Ranns · 8 years ago
  58. dcd6d62 ARP/ND use path_remove to complement path_add by Neale Ranns · 8 years ago
  59. 612a383 LISP: do not try to delete paths when fwd entry is negative by Filip Tehlar · 8 years ago
  60. 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
  61. 3d0723d MPLS interface output feature not explicitly enabled by Neale Ranns · 8 years ago
  62. e6cc9cc af_packet: fix coverity error by Ray Kinsella · 8 years ago
  63. 922549a Add p2p flag to IPsec tunnel interface hw class by Matthew Smith · 8 years ago
  64. c13548a MPLS tunnels; path-list lock leak and debug CLI imrpovements by Neale Ranns · 8 years ago
  65. 630198f IPv6 Performance bugs by Neale Ranns · 8 years ago
  66. 31426c6 Missing VLIB node for IPv6 disposition from mcast MPLS LSP by Neale Ranns · 8 years ago
  67. 4f4599d MPLS trace fixes by Neale Ranns · 8 years ago
  68. 13eaf3e Leak locks and tables in the Classifier by Neale Ranns · 8 years ago
  69. 50332f6 ipfix: make IPFIX work for all skip_n_vectors values (VPP-204) by Juraj Sloboda · 8 years ago
  70. 8c4611b Labelled attached paths via an MPLS tunnel by Neale Ranns · 8 years ago
  71. 8142499 ARP/ND entries for the same address on different interfaces (VPP-848) by Neale Ranns · 8 years ago
  72. f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
  73. 0eb874e LISP-GPE: add dump call for VNIs in use by Filip Tehlar · 8 years ago
  74. 01384fe API: Cleaning up message naming that does not follow the conventions by Ole Troan · 8 years ago
  75. bb292f4 Improve session debugging by Florin Coras · 8 years ago
  76. 95827e4 vhost: buffers leak and interface disable upon vring descriptor out of mmap by Steven · 8 years ago
  77. cada2a0 VPP-849: improve vnet classifier memory allocator performance by Dave Barach · 8 years ago
  78. 2038ad0 af_packet: set mac address support by Ray Kinsella · 8 years ago
  79. c7409dc mfib CLI bugs (VPP-852) by Neale Ranns · 8 years ago
  80. 9793477 Enforce Bridge Domain ID range to match 24-bit VNI range by John Lo · 8 years ago
  81. f264236 Remove nop code from session_manager_add_first_segment(). by Dave Wallace · 8 years ago
  82. 06d1101 Improve sack bytes accounting and testing by Florin Coras · 8 years ago
  83. cb9ab47 VPP-719: Accept ARP replies from VRRP hw addr by Matthew Smith · 8 years ago
  84. 025d415 vhost: bad packet assembled from descriptor chaining by Steven · 8 years ago
  85. 01034be Use counters on ipsec tunnel interfaces by Matthew Smith · 8 years ago
  86. 0218ff9 Add ethernet type to support NSH over ethernet by Hongjun Ni · 8 years ago
  87. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  88. d5b6aa1 ARP learning fixes (VPP-843) by Neale Ranns · 8 years ago
  89. 259cdae Fixes to tcp active opens and reception by Dave Barach · 8 years ago
  90. 92a838b ping command does not work when there is woker thread (VPP-844) by flyingeagle23 · 8 years ago
  91. e04d09d Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del by Matthew Smith · 8 years ago
  92. ef486b1 Add GTP-U plugin. VPP-694 by Hongjun Ni · 8 years ago
  93. 7bfa119 af_packet: support changing the mtu size by Ray Kinsella · 8 years ago
  94. 0194f1a Fix builtin tcp client by Dave Barach · 8 years ago
  95. 259fca7 L2BD/API:fix bd dump to ignore unknown bd_id by Eyal Bari · 8 years ago
  96. ee55198 Fix vnet_interface_counters API definition by Aloys Augustin · 8 years ago
  97. 08b1648 Fix FIB recursion loops via cover (VPP-842) by Neale Ranns · 8 years ago
  98. b5c13fd Validate ip6 interface fib tables early on by Florin Coras · 8 years ago
  99. 11c0549 Handle RST of TCP connections in SYN-RCVD state, VPP-822 by Florin Coras · 8 years ago
  100. abce509 vnet: introduce error state for sw interfaces by Damjan Marion · 8 years ago