1. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  2. 5c74973 Flowprobe: Stateful flows and IPv6, L4 recording by Ole Troan · 8 years ago
  3. d5a65db LISP: L2 ARP handling by Filip Tehlar · 8 years ago
  4. 6af1c04 MPLS lookup DPO does not pop the label (nor does it handle replicate) by Neale Ranns · 8 years ago
  5. dcd6d62 ARP/ND use path_remove to complement path_add by Neale Ranns · 8 years ago
  6. 612a383 LISP: do not try to delete paths when fwd entry is negative by Filip Tehlar · 8 years ago
  7. 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
  8. 3d0723d MPLS interface output feature not explicitly enabled by Neale Ranns · 8 years ago
  9. e6cc9cc af_packet: fix coverity error by Ray Kinsella · 8 years ago
  10. 922549a Add p2p flag to IPsec tunnel interface hw class by Matthew Smith · 8 years ago
  11. c13548a MPLS tunnels; path-list lock leak and debug CLI imrpovements by Neale Ranns · 8 years ago
  12. 630198f IPv6 Performance bugs by Neale Ranns · 8 years ago
  13. 31426c6 Missing VLIB node for IPv6 disposition from mcast MPLS LSP by Neale Ranns · 8 years ago
  14. 4f4599d MPLS trace fixes by Neale Ranns · 8 years ago
  15. 13eaf3e Leak locks and tables in the Classifier by Neale Ranns · 8 years ago
  16. 50332f6 ipfix: make IPFIX work for all skip_n_vectors values (VPP-204) by Juraj Sloboda · 8 years ago
  17. 8c4611b Labelled attached paths via an MPLS tunnel by Neale Ranns · 8 years ago
  18. 8142499 ARP/ND entries for the same address on different interfaces (VPP-848) by Neale Ranns · 8 years ago
  19. f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
  20. 0eb874e LISP-GPE: add dump call for VNIs in use by Filip Tehlar · 8 years ago
  21. 01384fe API: Cleaning up message naming that does not follow the conventions by Ole Troan · 8 years ago
  22. bb292f4 Improve session debugging by Florin Coras · 8 years ago
  23. 95827e4 vhost: buffers leak and interface disable upon vring descriptor out of mmap by Steven · 8 years ago
  24. cada2a0 VPP-849: improve vnet classifier memory allocator performance by Dave Barach · 8 years ago
  25. 2038ad0 af_packet: set mac address support by Ray Kinsella · 8 years ago
  26. c7409dc mfib CLI bugs (VPP-852) by Neale Ranns · 8 years ago
  27. 9793477 Enforce Bridge Domain ID range to match 24-bit VNI range by John Lo · 8 years ago
  28. f264236 Remove nop code from session_manager_add_first_segment(). by Dave Wallace · 8 years ago
  29. 06d1101 Improve sack bytes accounting and testing by Florin Coras · 8 years ago
  30. cb9ab47 VPP-719: Accept ARP replies from VRRP hw addr by Matthew Smith · 8 years ago
  31. 025d415 vhost: bad packet assembled from descriptor chaining by Steven · 8 years ago
  32. 01034be Use counters on ipsec tunnel interfaces by Matthew Smith · 8 years ago
  33. 0218ff9 Add ethernet type to support NSH over ethernet by Hongjun Ni · 8 years ago
  34. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  35. d5b6aa1 ARP learning fixes (VPP-843) by Neale Ranns · 8 years ago
  36. 259cdae Fixes to tcp active opens and reception by Dave Barach · 8 years ago
  37. 92a838b ping command does not work when there is woker thread (VPP-844) by flyingeagle23 · 8 years ago
  38. e04d09d Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del by Matthew Smith · 8 years ago
  39. ef486b1 Add GTP-U plugin. VPP-694 by Hongjun Ni · 8 years ago
  40. 7bfa119 af_packet: support changing the mtu size by Ray Kinsella · 8 years ago
  41. 0194f1a Fix builtin tcp client by Dave Barach · 8 years ago
  42. 259fca7 L2BD/API:fix bd dump to ignore unknown bd_id by Eyal Bari · 8 years ago
  43. ee55198 Fix vnet_interface_counters API definition by Aloys Augustin · 8 years ago
  44. 08b1648 Fix FIB recursion loops via cover (VPP-842) by Neale Ranns · 8 years ago
  45. b5c13fd Validate ip6 interface fib tables early on by Florin Coras · 8 years ago
  46. 11c0549 Handle RST of TCP connections in SYN-RCVD state, VPP-822 by Florin Coras · 8 years ago
  47. abce509 vnet: introduce error state for sw interfaces by Damjan Marion · 8 years ago
  48. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  49. e5f1d27 Multi-thread enablement for the debug cli http server by Dave Barach · 8 years ago
  50. 0f68c79 Add crc32c inline function, allows compilation on 32-bit systems by Damjan Marion · 8 years ago
  51. e3a395c device: Add callback for set interface rx-mode by Steven · 8 years ago
  52. db84e57 Improve TCP option handling, VPP-757 by Florin Coras · 8 years ago
  53. 1015a1e Builtin debug cli http server by Dave Barach · 8 years ago
  54. dc629cd Ignore data in RST segments, VPP-723 by Florin Coras · 8 years ago
  55. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  56. b0972cb API support for IPsec tunnel interface creation by Matthew Smith · 8 years ago
  57. f6d68ed Add support for tcp/session buffer chains by Florin Coras · 8 years ago
  58. 7537e71 L2FIB:CLI/API to flush all non-static entries by Eyal Bari · 8 years ago
  59. 9e79be2 Remove L2 GPE interface from bridge when deleting, VPP-833 by Florin Coras · 8 years ago
  60. c834341 Include TCP options in segment size computation by Florin Coras · 8 years ago
  61. 3af90fc Fix TCP loss recovery, VPP-745 by Florin Coras · 8 years ago
  62. 9e3e361 Fix mac check issue for vitual tunnel interface with no mac address by Hongjun Ni · 8 years ago
  63. d48c8eb Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash table by John Lo · 8 years ago
  64. b1291e2 ip6_to_ip4.h coverity fix by Matus Fabian · 8 years ago
  65. 5d73eec First commit SR MPLS by Pablo Camarillo · 8 years ago
  66. a774b53 NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (VPP-708) by Matus Fabian · 8 years ago
  67. da7567c Fixes and improvements in session hashtable keys by Clement Durand · 8 years ago
  68. 68c74fc Fix coverity issue by Filip Tehlar · 8 years ago
  69. cf121c8 LISP: group mapping records in map-register message by Filip Tehlar · 8 years ago
  70. 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
  71. afc47aa L2FIB:flush interface learned macs on down by Eyal Bari · 8 years ago
  72. 9e35552 change ip4_drop_node node register coding format by flyingeagle23 · 8 years ago
  73. 1c7d485 Prevent Bridge Domain operations on BD 0. by Jon Loeliger · 8 years ago
  74. 41da54f Use per-protocol default flow-hash config when the FIB table index is not known by Neale Ranns · 8 years ago
  75. 4269098 Fix TCP tx when snd_wnd < smss by Florin Coras · 8 years ago
  76. f3bcdbf BFD: don't crash if interface is deleted by Klement Sekera · 8 years ago
  77. 5d85f2d Allow local/for-us replications for IP multicast routes on the CLI by Neale Ranns · 8 years ago
  78. 4403690 Add interface rx mode commands, unify rx mode and placement CLI by Damjan Marion · 8 years ago
  79. c28764f TCP ooo reception fixes by Florin Coras · 8 years ago
  80. 69186d9 Fix hostname fencepost error in dhcp_compl_event_callback. by Jon Loeliger · 8 years ago
  81. c855b73 af_packet: reflect admin device state on host by Ray Kinsella · 8 years ago
  82. d77630a Fix memory leak on deletion of BD (bridge domain) by John Lo · 8 years ago
  83. 5445f5f vhost: Disallow duplicate path name for vhost interface by Steven · 8 years ago
  84. facee28 LISP: fix deleting of locators, VPP-713 by Filip Tehlar · 8 years ago
  85. 1e19ee4 VPP-716: IKEv2 responder fails to authenticate initiator by Matthew Smith · 8 years ago
  86. 3ef1671 vnet: update help message for intfc state by Ray Kinsella · 8 years ago
  87. e8146b0 [VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur segment fault by flyingeagle23 · 8 years ago
  88. bed5489 vhost: Fix mmap size calculation by Pierre Pfister · 8 years ago
  89. 4174886 vhost: core dump on quit with worker threads by Steven · 8 years ago
  90. 227038a IP Flow Hash Config fixes by Neale Ranns · 8 years ago
  91. 82b13a8 Session/tcp coverity fixes by Florin Coras · 8 years ago
  92. 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
  93. 45d3496 Add sack tx unit test by Florin Coras · 8 years ago
  94. 68d2e24 LISP: clean DP when deleting locators in use by Filip Tehlar · 8 years ago
  95. b1352ed BD:unify bridge domain creation code by Eyal Bari · 8 years ago
  96. 86326da BFD: disable gcc6 warnings in helper macros by Klement Sekera · 8 years ago
  97. 5312942 vhost: remove socket linked file when deleting vhost interface by Steven · 8 years ago
  98. 6368151 Debug CLI to magically create / delete a TCP session by Dave Barach · 8 years ago
  99. f12a83f Improve Load-Balance MAPs by Neale Ranns · 8 years ago
  100. a546481 Session layer improvements by Florin Coras · 8 years ago