1. 3fd9904 fib: Glean on NBMA interface points to drop by Neale Ranns · 5 years ago
  2. e7ee300 fib: Adjacency walk fix for IPv6 by Neale Ranns · 5 years ago
  3. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  4. 77cfc01 fib: Adjacency creation notifications for dlegates by Neale Ranns · 5 years ago
  5. aa72578 bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-state by Steven Luong · 5 years ago
  6. 407f593 ip: SVR: fix wrong return value by Klement Sekera · 5 years ago
  7. 4c6b1b6 ikev2: fix crash during SA rekey by Filip Tehlar · 5 years ago
  8. ef4f3e7 session svm: support for segments larger than 4GB by Florin Coras · 5 years ago
  9. 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
  10. 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
  11. cfdb109 session: Add mq debug cli by Nathan Skrzypczak · 5 years ago
  12. c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
  13. 5d4c99f devices: vhost API cleanup by Jakub Grajciar · 5 years ago
  14. 5de4fb7 devices: tap API cleanup by Jakub Grajciar · 5 years ago
  15. 8dc75c0 ipsec: Init salt value in SA creation CLI (so it's not random) by Neale Ranns · 5 years ago
  16. 668605f ip: use explicit types in api by Ole Troan · 5 years ago
  17. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  18. 4505f01 ipsec: make sure pad_bytes does not exceed pad data size by Benoît Ganne · 5 years ago
  19. a633a43 ip: coverity fix by johny · 5 years ago
  20. 157a4ab gso: fix the tap/virtio driver for header offset by Mohsin Kazmi · 5 years ago
  21. f191032 session: close for reset replies independent of state by Florin Coras · 5 years ago
  22. 3eba7f1 tcp: fix tail rescue with sacks by Florin Coras · 5 years ago
  23. 87d24db classify: vpp packet tracer support by Dave Barach · 5 years ago
  24. 17478e4 ip: fix cancel termination after receive malformed ip6 packet by johny · 5 years ago
  25. 70d8ef8 srv6-mobile by Tetsuya Murakami · 5 years ago
  26. 95d2f30 classify: Fix 2 coverity errors by Jon Loeliger · 5 years ago
  27. 1ec9fdb vxlan: fix vxlan hw offload issue by Chenmin Sun · 5 years ago
  28. 901467e session: fix session_main_get_worker_if_valid by Nathan Skrzypczak · 5 years ago
  29. 72e7312 gso: add protocol header parser by Mohsin Kazmi · 5 years ago
  30. 3bab8f9 fib: Decouple source from priority and behaviour by Neale Ranns · 5 years ago
  31. 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
  32. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  33. a90b26c ip6: Fix improper MCAST adj test in IPv6 router solicitation by Jon Loeliger · 5 years ago
  34. b3174df ip: populate ip_reassembly_get_reply correctly by Matthew Smith · 5 years ago
  35. 960eeea fib: constify the adjacency in the rewrite nodes by Neale Ranns · 5 years ago
  36. 9534696 ipip: Tunnel flags controlling copying data to/from payload/encap by Neale Ranns · 5 years ago
  37. c8972fe fib feature: Code mechanics to decouple dependency of feature on adj by Neale Ranns · 5 years ago
  38. 692bfc8 classify: API cleanup by Jakub Grajciar · 5 years ago
  39. dbf68c9 ipsec: Changes to make ipsec encoder/decoders reusable by the plugins by Prashant Maheshwari · 5 years ago
  40. e83aa45 bonding: add/del secondary mac address callback by Matthew Smith · 5 years ago
  41. d3955fb session: no cleanup notification for forced deletes by Florin Coras · 5 years ago
  42. 3268a64 classify: debug cli %v not %s by Dave Barach · 5 years ago
  43. 757de98 ip: init l3_hdr_offset when pushing an ip4 header by Florin Coras · 5 years ago
  44. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  45. 9efcee6 fib: Fix crash on cover update to non activated adj source by Neale Ranns · 5 years ago
  46. c298f37 quic: Refactor for crypto contexts by Nathan Skrzypczak · 5 years ago
  47. be2ad0b flow: fix several crash issues by Chenmin Sun · 5 years ago
  48. 7dbf9a1 fib: reduce save_rewrite_length to u8 by Klement Sekera · 5 years ago
  49. 981a690 fib: Another realloc burn by Neale Ranns · 5 years ago
  50. 2b65f9c misc: add gdb helpers for vlib buffers by Benoît Ganne · 5 years ago
  51. 42bde45 ethernet: all dmac checks include secondary addrs by Matthew Smith · 5 years ago
  52. 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
  53. 0d3d482 tap: fix coverity warning 205875 by Andrew Yourtchenko · 5 years ago
  54. 599db9e tcp: honor cc pacing rate when resetting pacer by Florin Coras · 5 years ago
  55. b72a0ff tcp: invalidate expired timer handles before dispatching by Florin Coras · 5 years ago
  56. 5f9f3c8 vlib: autogenerate <node> before <last-in-arc> constraints by Dave Barach · 5 years ago
  57. 418ebb7 papi: support default for type alias decaying to basetype by Ole Troan · 5 years ago
  58. 8cdb1a0 ipsec: fix trailing data overflow by Filip Tehlar · 5 years ago
  59. f4ce6ba tcp: add no csum offload config option by Florin Coras · 5 years ago
  60. 11e9e35 session tcp: support pacer idle timeouts by Florin Coras · 5 years ago
  61. d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
  62. a548d13 ipsec: Honour the renumber argument when selecting show instnace by Neale Ranns · 5 years ago
  63. bf85a98 flow: Add GTP support by Chenmin Sun · 5 years ago
  64. 7c6102b tap: multiqueue support by Damjan Marion · 5 years ago
  65. 8f01183 virtio: fix use-after-free by Benoît Ganne · 5 years ago
  66. d9035a4 session tcp: add opaque data to show cli by Florin Coras · 5 years ago
  67. 3bbbf0d session: fix transport proto unformat by Florin Coras · 5 years ago
  68. 989bc47 session: Fix out of order mq by Nathan Skrzypczak · 5 years ago
  69. 91f90d0 session: more show cli output by Florin Coras · 5 years ago
  70. 1b81e6e srv6-mobile by Tetsuya Murakami · 5 years ago
  71. 93e060a session: Increasing the Header lengthe size by Srikanth Akula · 5 years ago
  72. e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
  73. d14fccd ipsec: Coverity warnings by Neale Ranns · 5 years ago
  74. 845f51f bfd: allow IPv6 link-local address as local address by Alexander Chernavin · 5 years ago
  75. 52be674 tcp: close session on retransmit failure by Florin Coras · 5 years ago
  76. efd7bc2 tests: Remove the unrequired VPP IP address/prefix class wrappers by Neale Ranns · 5 years ago
  77. f41244f virtio: refactor virtio-pci logging by Damjan Marion · 5 years ago
  78. aa27dcb interface: send proper link/admin status in event by Alexander Chernavin · 5 years ago
  79. 320dfcf fib: Copy the prefix before use in case the underlying entry reallocs. by Neale Ranns · 5 years ago
  80. 06c194d virtio: feature arc have higher priority than redirect by Damjan Marion · 5 years ago
  81. 6545df7 crypto: do not crash if no crypto engine loaded by Benoît Ganne · 5 years ago
  82. 44d0691 tap: Move client registration check to top by Paul Vinciguerra · 5 years ago
  83. adb71a7 virtio: remove unused code by Damjan Marion · 5 years ago
  84. 9485d99 interface: Allow VLAN tag-rewrite on non-sub-interfaces too. by Jon Loeliger · 5 years ago
  85. ea93e48 ip: IP address and prefix types (moved from LISP) by Neale Ranns · 5 years ago
  86. 31bd035 session: session enable in multiworker by Nathan Skrzypczak · 5 years ago
  87. a03c7d5 bonding: fix non-null terminated vector by Benoît Ganne · 5 years ago
  88. b15d796 crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS] by Lijian Zhang · 5 years ago
  89. b3dce89 tcp: improve lost rxt heuristic by Florin Coras · 5 years ago
  90. eb284a1 ip: functional interface to ip fragmentation by Ole Troan · 5 years ago
  91. d318a99 dhcp: ipv6 prefix delegation improvements by Dave Barach · 5 years ago
  92. aa43914 session: re-set tx fifo event if out of buffers by Florin Coras · 5 years ago
  93. fd4c3fe tcp: avoid retransmits post reset by Florin Coras · 5 years ago
  94. 12989b5 ipsec: remove dedicated IPSec tunnels by Neale Ranns · 5 years ago
  95. 39807d0 tap: add check for vhost-net backend by Damjan Marion · 5 years ago
  96. 0ba86cb tap: fix cli parser by Damjan Marion · 5 years ago
  97. 07df791 tcp: fix ip check in lookup validation by Florin Coras · 5 years ago
  98. 4f59985 session: add space around ternary operator by Vratko Polak · 5 years ago
  99. bf1f8b7 tcp: fix retransmit with no sacks by Florin Coras · 5 years ago
  100. de6caf4 session: Add crypto context by Nathan Skrzypczak · 5 years ago