1. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  2. 2baf942 ipsec: cli 'create ipsec tunnel' more options by Kingwel Xie · 6 years ago
  3. 3389dd2 session: improve show session cli by Florin Coras · 6 years ago
  4. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  5. bdf7fd6 tcp: remove internal buffer cache by Florin Coras · 6 years ago
  6. 2068fd4 session: remove local buffer cache by Florin Coras · 6 years ago
  7. 999c8ee IPSEC: minor refactor by Neale Ranns · 6 years ago
  8. 17dcec0 IPSEC: API modernisation by Neale Ranns · 6 years ago
  9. 0e2bc63 virtio: fix the device order (legacy or modern) by Mohsin Kazmi · 6 years ago
  10. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  11. 13b2ba2 MPLS tunnel; fix crash when deleting non-existant path by Neale Ranns · 6 years ago
  12. 4fd5a9d ipsec: fix check support functions by Klement Sekera · 6 years ago
  13. 822f5a4 lisp: set reachable flag in map-register by Florin Coras · 6 years ago
  14. 22c0ece virtio: Support legacy and transitional virtio devices by Mohsin Kazmi · 6 years ago
  15. 31dd609 Add Ipsec IKE support to openssl 3.0.0 master branch by Ping Yu · 6 years ago
  16. 87c6570 session: properly initialize accepted/connected msgs by Florin Coras · 6 years ago
  17. 1aaf0e3 deprecate tapcli by Damjan Marion · 6 years ago
  18. 514e59d MPLS-tunnel: show output to display the tunnel name correctly by Neale Ranns · 6 years ago
  19. 311124e IPSEC: tests use opbject registry by Neale Ranns · 6 years ago
  20. 8eb102c pg: bugfix for pg paylod hdr-size by Kingwel Xie · 6 years ago
  21. 5c1f559 IP6 FIB: walk table for dump (VPP-1553) by Neale Ranns · 6 years ago
  22. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  23. 8704097 move misc-drop-errors to vnet by Dave Barach · 6 years ago
  24. 8e4a89b IPSEC Tests: to per-test setup and tearDown by Neale Ranns · 6 years ago
  25. e18b45c add "Mtrie mheap usage" in "show ip fib memory" by Lollita Liu · 6 years ago
  26. ddd2183 virtio: Minor fixes and header cleanup by Mohsin Kazmi · 6 years ago
  27. e43278f bond: packet drops on VPP bond interface [VPP-1544] by Steven · 6 years ago
  28. 4222347 pg: cli improvement by Kingwel Xie · 6 years ago
  29. 33cc5cf virtio: Add support for logging by Mohsin Kazmi · 6 years ago
  30. 71ad6a9 AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exceeded by Neale Ranns · 6 years ago
  31. e51a7a0 lisp: cli for marking local mappings authoritative by Florin Coras · 6 years ago
  32. 7425f92 IP route local and connected by Neale Ranns · 6 years ago
  33. 879d11c GBP: Sclass to src-epg conversions by Neale Ranns · 6 years ago
  34. d6c15af virtio: Native virtio driver by Mohsin Kazmi · 6 years ago
  35. 8b5d0b8 VPP-1549 Add missing counter name. by Paul Vinciguerra · 6 years ago
  36. 6434430 buffers: don't init metadata, as it is already initialized by Damjan Marion · 6 years ago
  37. e67c1d8 fix data_length in IpSec API call (VPP-1548) by Michal Cmarada · 6 years ago
  38. 0702554 tcp: fix debugging without cc stats (VPP-1547) by Florin Coras · 6 years ago
  39. baee8d4 session: add support for vrf in session unformat (VPP-1546) by Florin Coras · 6 years ago
  40. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  41. ab9b7ec buffers: remove freelist argument from vlib_buffer_add_data by Damjan Marion · 6 years ago
  42. 64d557c Add vlib_buffer_copy_indices inline function by Damjan Marion · 6 years ago
  43. 865872e tcp: allow data in passive open ack (VPP-1545) by Florin Coras · 6 years ago
  44. 58a93e8 tls: preallocate app sessions on connect/accept by Florin Coras · 6 years ago
  45. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  46. ad9d528 bonding: support custom interface IDs by Alexander Chernavin · 6 years ago
  47. b5e55a2 session: generate wrong thread errors instead of crashing by Florin Coras · 6 years ago
  48. 0ac827e Fix 'show interface span' field length by Igor Mikhailov (imichail) · 6 years ago
  49. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  50. 45db885 ARP/ND: copy opaque2 persistent fields to new packet by Neale Ranns · 6 years ago
  51. e3034cd VXLAN: Prevent duplicate bypass graph nodes. by Jon Loeliger · 6 years ago
  52. 95eec06 Fix name of ipv6-n-tuple by Hongjun Ni · 6 years ago
  53. e40231b virtio: fix kick race issue by Damjan Marion · 6 years ago
  54. 754f24b tapv2: add "tap_flags" field to the TAPv2 interface API by Andrew Yourtchenko · 6 years ago
  55. 7c03ed4 VOM: mroutes by Neale Ranns · 6 years ago
  56. e26c81f L2 BD API to flush all IP-MAC entries in the specified BD by John Lo · 6 years ago
  57. 3a63fc5 Handle buffer alloc failure in vlib_buffer_add_data by Dave Barach · 6 years ago
  58. 9d7570c Fix TCP checksum. by Andrej Kozemcak · 6 years ago
  59. 3c8e146 pktgen: support mixed multi/single chunk pcap replay by Dave Barach · 6 years ago
  60. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  61. 03afb6d tcp: fix reset in syn-sent by Florin Coras · 6 years ago
  62. b56fcf1 tcp: add more closing state arcs by Florin Coras · 6 years ago
  63. 18e0d4f tcp: better randomize iss by Florin Coras · 6 years ago
  64. 98d6b61 Fix used-before-set in vl_api_bridge_flags_t_handler by Dave Barach · 6 years ago
  65. d8e94ba Fix an issue in tls.c by Ping Yu · 6 years ago
  66. 4a7cbcd Revert "add ipsecmb plugin" by Florin Coras · 6 years ago
  67. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  68. 461caa5 ipsec: fix support check when using AES-GCM by Matthew Smith · 6 years ago
  69. be16020 add ipsecmb plugin by Klement Sekera · 6 years ago
  70. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  71. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  72. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  73. d12ff50 tcp: add more last-ack arcs by Florin Coras · 6 years ago
  74. 85a3ddd tcp: separate active and passive establish timers by Florin Coras · 6 years ago
  75. 76bc130 tcp: add fin-wait-1 dispatch arcs by Florin Coras · 6 years ago
  76. d482336 FIB: adj src assert fix part 2 by Neale Ranns · 6 years ago
  77. 3c514d5 tcp: compute seq_end in tcp_input by Florin Coras · 6 years ago
  78. 7b8f916 FIB: remove assert from adj src by Neale Ranns · 6 years ago
  79. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  80. 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
  81. 27ca298 tapv2: coverity woe by Steven · 6 years ago
  82. 844a36d http server: improvements by Florin Coras · 6 years ago
  83. b7778b6 MFIB: coverity fixes by Neale Ranns · 6 years ago
  84. 78cc4b0 tcp: fix fin_wait_1 condition to send fin by Florin Coras · 6 years ago
  85. 1af9ab5 tcp: fix syn-sent reset by Florin Coras · 6 years ago
  86. 775f73c FIB: encode the label stack in the FIB path during table dump by Neale Ranns · 6 years ago
  87. 359db1e delete policer classify repeat count drop packets when action is DROP by cohu · 6 years ago
  88. d0f70a3 reassembly: replace asserts with error counters by Klement Sekera · 6 years ago
  89. aefbede session: add cli option to dump session elog by Florin Coras · 6 years ago
  90. 5c0f166 tcp: fix fin in syn-rcvd by Florin Coras · 6 years ago
  91. 678a657 tcp: add more state machine arcs by Florin Coras · 6 years ago
  92. e96bf63 tcp/session: notify transport of close when tx fifo is not empty by Florin Coras · 6 years ago
  93. e2ea193 session: handle close before app accept reply by Florin Coras · 6 years ago
  94. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  95. 9e829a8 MFIB: recurse resolution through an MFIB entry by Neale Ranns · 6 years ago
  96. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  97. e78ac9d tcp: cleanup connections if handshake fails by Florin Coras · 6 years ago
  98. 8124cb7 tcp: fix handling of broken syn options by Florin Coras · 6 years ago
  99. 91236ce tcp: accept rst that fail paws by Florin Coras · 6 years ago
  100. f49ba0e stats: Deprecate old stats framework by Ole Troan · 6 years ago