1. 3817350 ip6: convert code to new multiarch by Damjan Marion · 6 years ago
  2. b4cfd55 IPSEC: restack SAs on backend change by Neale Ranns · 6 years ago
  3. 72b3bce ipsec: cli bug fix by Kingwel Xie · 6 years ago
  4. 7ba8fe2 IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in the DP by Neale Ranns · 6 years ago
  5. b4c1491 session: add config for evt qs segment size by Florin Coras · 6 years ago
  6. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  7. c69ac31 ipsec: multi-arch, next-node-index cleanup by Kingwel Xie · 6 years ago
  8. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  9. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  10. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  11. 6164e97 tcp: fix fib_index for v6 ll packets by Florin Coras · 6 years ago
  12. 3c282c7 IPSEC: remove unused members of main struct by Neale Ranns · 6 years ago
  13. 8d7c502 IPSEC: no second lookup after tunnel encap by Neale Ranns · 6 years ago
  14. 3d0ef26 Fix parsing overflow in unformat_mac_address_t() by Benoît Ganne · 6 years ago
  15. d4c49be tcp: fix reset sending in syn-sent by Florin Coras · 6 years ago
  16. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  17. b74fe32 virtio: enable msix interrupt mode by Mohsin Kazmi · 6 years ago
  18. 80659b4 virtio: Use new buffer optimization by Mohsin Kazmi · 6 years ago
  19. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  20. 4edc37e session: cleanup part 3 by Florin Coras · 6 years ago
  21. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  22. a09c1ff IPSEC: SPD counters in the stats sgement by Neale Ranns · 6 years ago
  23. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  24. 2baf942 ipsec: cli 'create ipsec tunnel' more options by Kingwel Xie · 6 years ago
  25. 3389dd2 session: improve show session cli by Florin Coras · 6 years ago
  26. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  27. bdf7fd6 tcp: remove internal buffer cache by Florin Coras · 6 years ago
  28. 2068fd4 session: remove local buffer cache by Florin Coras · 6 years ago
  29. 999c8ee IPSEC: minor refactor by Neale Ranns · 6 years ago
  30. 17dcec0 IPSEC: API modernisation by Neale Ranns · 6 years ago
  31. 0e2bc63 virtio: fix the device order (legacy or modern) by Mohsin Kazmi · 6 years ago
  32. 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
  33. 13b2ba2 MPLS tunnel; fix crash when deleting non-existant path by Neale Ranns · 6 years ago
  34. 4fd5a9d ipsec: fix check support functions by Klement Sekera · 6 years ago
  35. 822f5a4 lisp: set reachable flag in map-register by Florin Coras · 6 years ago
  36. 22c0ece virtio: Support legacy and transitional virtio devices by Mohsin Kazmi · 6 years ago
  37. 31dd609 Add Ipsec IKE support to openssl 3.0.0 master branch by Ping Yu · 6 years ago
  38. 87c6570 session: properly initialize accepted/connected msgs by Florin Coras · 6 years ago
  39. 1aaf0e3 deprecate tapcli by Damjan Marion · 6 years ago
  40. 514e59d MPLS-tunnel: show output to display the tunnel name correctly by Neale Ranns · 6 years ago
  41. 311124e IPSEC: tests use opbject registry by Neale Ranns · 6 years ago
  42. 8eb102c pg: bugfix for pg paylod hdr-size by Kingwel Xie · 6 years ago
  43. 5c1f559 IP6 FIB: walk table for dump (VPP-1553) by Neale Ranns · 6 years ago
  44. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  45. 8704097 move misc-drop-errors to vnet by Dave Barach · 6 years ago
  46. 8e4a89b IPSEC Tests: to per-test setup and tearDown by Neale Ranns · 6 years ago
  47. e18b45c add "Mtrie mheap usage" in "show ip fib memory" by Lollita Liu · 6 years ago
  48. ddd2183 virtio: Minor fixes and header cleanup by Mohsin Kazmi · 6 years ago
  49. e43278f bond: packet drops on VPP bond interface [VPP-1544] by Steven · 6 years ago
  50. 4222347 pg: cli improvement by Kingwel Xie · 6 years ago
  51. 33cc5cf virtio: Add support for logging by Mohsin Kazmi · 6 years ago
  52. 71ad6a9 AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exceeded by Neale Ranns · 6 years ago
  53. e51a7a0 lisp: cli for marking local mappings authoritative by Florin Coras · 6 years ago
  54. 7425f92 IP route local and connected by Neale Ranns · 6 years ago
  55. 879d11c GBP: Sclass to src-epg conversions by Neale Ranns · 6 years ago
  56. d6c15af virtio: Native virtio driver by Mohsin Kazmi · 6 years ago
  57. 8b5d0b8 VPP-1549 Add missing counter name. by Paul Vinciguerra · 6 years ago
  58. 6434430 buffers: don't init metadata, as it is already initialized by Damjan Marion · 6 years ago
  59. e67c1d8 fix data_length in IpSec API call (VPP-1548) by Michal Cmarada · 6 years ago
  60. 0702554 tcp: fix debugging without cc stats (VPP-1547) by Florin Coras · 6 years ago
  61. baee8d4 session: add support for vrf in session unformat (VPP-1546) by Florin Coras · 6 years ago
  62. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  63. ab9b7ec buffers: remove freelist argument from vlib_buffer_add_data by Damjan Marion · 6 years ago
  64. 64d557c Add vlib_buffer_copy_indices inline function by Damjan Marion · 6 years ago
  65. 865872e tcp: allow data in passive open ack (VPP-1545) by Florin Coras · 6 years ago
  66. 58a93e8 tls: preallocate app sessions on connect/accept by Florin Coras · 6 years ago
  67. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  68. ad9d528 bonding: support custom interface IDs by Alexander Chernavin · 6 years ago
  69. b5e55a2 session: generate wrong thread errors instead of crashing by Florin Coras · 6 years ago
  70. 0ac827e Fix 'show interface span' field length by Igor Mikhailov (imichail) · 6 years ago
  71. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  72. 45db885 ARP/ND: copy opaque2 persistent fields to new packet by Neale Ranns · 6 years ago
  73. e3034cd VXLAN: Prevent duplicate bypass graph nodes. by Jon Loeliger · 6 years ago
  74. 95eec06 Fix name of ipv6-n-tuple by Hongjun Ni · 6 years ago
  75. e40231b virtio: fix kick race issue by Damjan Marion · 6 years ago
  76. 754f24b tapv2: add "tap_flags" field to the TAPv2 interface API by Andrew Yourtchenko · 6 years ago
  77. 7c03ed4 VOM: mroutes by Neale Ranns · 6 years ago
  78. e26c81f L2 BD API to flush all IP-MAC entries in the specified BD by John Lo · 6 years ago
  79. 3a63fc5 Handle buffer alloc failure in vlib_buffer_add_data by Dave Barach · 6 years ago
  80. 9d7570c Fix TCP checksum. by Andrej Kozemcak · 6 years ago
  81. 3c8e146 pktgen: support mixed multi/single chunk pcap replay by Dave Barach · 6 years ago
  82. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  83. 03afb6d tcp: fix reset in syn-sent by Florin Coras · 6 years ago
  84. b56fcf1 tcp: add more closing state arcs by Florin Coras · 6 years ago
  85. 18e0d4f tcp: better randomize iss by Florin Coras · 6 years ago
  86. 98d6b61 Fix used-before-set in vl_api_bridge_flags_t_handler by Dave Barach · 6 years ago
  87. d8e94ba Fix an issue in tls.c by Ping Yu · 6 years ago
  88. 4a7cbcd Revert "add ipsecmb plugin" by Florin Coras · 6 years ago
  89. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  90. 461caa5 ipsec: fix support check when using AES-GCM by Matthew Smith · 6 years ago
  91. be16020 add ipsecmb plugin by Klement Sekera · 6 years ago
  92. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  93. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  94. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  95. d12ff50 tcp: add more last-ack arcs by Florin Coras · 6 years ago
  96. 85a3ddd tcp: separate active and passive establish timers by Florin Coras · 6 years ago
  97. 76bc130 tcp: add fin-wait-1 dispatch arcs by Florin Coras · 6 years ago
  98. d482336 FIB: adj src assert fix part 2 by Neale Ranns · 6 years ago
  99. 3c514d5 tcp: compute seq_end in tcp_input by Florin Coras · 6 years ago
  100. 7b8f916 FIB: remove assert from adj src by Neale Ranns · 6 years ago