1. 3bbbf0d session: fix transport proto unformat by Florin Coras · 5 years ago
  2. 331c428 quic: handle duplicate packet from quicly by Dave Wallace · 5 years ago
  3. 989bc47 session: Fix out of order mq by Nathan Skrzypczak · 5 years ago
  4. 9df54b7 srv6-mobile: fix yamllint failure in FEATURE.yaml by Dave Wallace · 5 years ago
  5. ab9b9a5 dpdk: fix non-NULL terminated string by Benoît Ganne · 5 years ago
  6. 91f90d0 session: more show cli output by Florin Coras · 5 years ago
  7. 1b81e6e srv6-mobile by Tetsuya Murakami · 5 years ago
  8. 360b523 map: fix coverity issue 205684 by Andrew Yourtchenko · 5 years ago
  9. 9a6dc8a nat: respect arc features (multi worker) by Filip Varga · 5 years ago
  10. b15ad95 map: Fix TCP MSS clamping for MAP-E traffic. by Jon Loeliger · 5 years ago
  11. 93e060a session: Increasing the Header lengthe size by Srikanth Akula · 5 years ago
  12. e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
  13. c17fc44 vlib: improve code coverage in src/vlib by Dave Barach · 5 years ago
  14. 920180e api: configurable binary api client rx pthread fcn by Dave Barach · 5 years ago
  15. d14fccd ipsec: Coverity warnings by Neale Ranns · 5 years ago
  16. 210c745 nsim: add FEATURE.yaml by Dave Barach · 5 years ago
  17. 845f51f bfd: allow IPv6 link-local address as local address by Alexander Chernavin · 5 years ago
  18. 52be674 tcp: close session on retransmit failure by Florin Coras · 5 years ago
  19. efd7bc2 tests: Remove the unrequired VPP IP address/prefix class wrappers by Neale Ranns · 5 years ago
  20. 5ae7f0d ikev2: add definitions for libssl by Aleksander Djuric · 5 years ago
  21. 50c99b4 ikev2: correct byte order in api handlers by Aleksander Djuric · 5 years ago
  22. c3731ac dpdk: Enable bnxt PMD by Andy Gospodarek · 5 years ago
  23. f41244f virtio: refactor virtio-pci logging by Damjan Marion · 5 years ago
  24. aa27dcb interface: send proper link/admin status in event by Alexander Chernavin · 5 years ago
  25. 320dfcf fib: Copy the prefix before use in case the underlying entry reallocs. by Neale Ranns · 5 years ago
  26. e16707b vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 by Carl Smith · 5 years ago
  27. 211b9f6 dhcp: option 61 add missing type field by Dave Barach · 5 years ago
  28. 318fbfe gtpu: check packet has enough data for gtpu header by Benoît Ganne · 5 years ago
  29. 06c194d virtio: feature arc have higher priority than redirect by Damjan Marion · 5 years ago
  30. 6545df7 crypto: do not crash if no crypto engine loaded by Benoît Ganne · 5 years ago
  31. 6af6256 papi: enhance MACAddress() equality by Paul Vinciguerra · 5 years ago
  32. 44d0691 tap: Move client registration check to top by Paul Vinciguerra · 5 years ago
  33. adb71a7 virtio: remove unused code by Damjan Marion · 5 years ago
  34. 9485d99 interface: Allow VLAN tag-rewrite on non-sub-interfaces too. by Jon Loeliger · 5 years ago
  35. 592a909 vcl: fix nonblocking accept with >1 event in the queue by Carl Smith · 5 years ago
  36. ea93e48 ip: IP address and prefix types (moved from LISP) by Neale Ranns · 5 years ago
  37. c046d70 papi: add wrapper to validate crc manifest by Ole Troan · 5 years ago
  38. 31bd035 session: session enable in multiworker by Nathan Skrzypczak · 5 years ago
  39. 55a9dac tls: fix picotls coverity warnings by Florin Coras · 5 years ago
  40. a03c7d5 bonding: fix non-null terminated vector by Benoît Ganne · 5 years ago
  41. b15d796 crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS] by Lijian Zhang · 5 years ago
  42. f8461bf svm: improve fifo segment verbose cli by Florin Coras · 5 years ago
  43. 320998a vlib: fix handoff queue sequencing bug by Dave Barach · 5 years ago
  44. b3dce89 tcp: improve lost rxt heuristic by Florin Coras · 5 years ago
  45. eb284a1 ip: functional interface to ip fragmentation by Ole Troan · 5 years ago
  46. d318a99 dhcp: ipv6 prefix delegation improvements by Dave Barach · 5 years ago
  47. f83194c tls: picotls engine basic enabling for TLS by Simon Zhang · 5 years ago
  48. aa43914 session: re-set tx fifo event if out of buffers by Florin Coras · 5 years ago
  49. fd4c3fe tcp: avoid retransmits post reset by Florin Coras · 5 years ago
  50. 20b962d dhcp: fix dhcpv6 client and dhcpv6 prefix delegation by Dave Barach · 5 years ago
  51. 3c80c10 build: Fix typo introduced in src/plugins/mdata/FEATURE.yaml by Paul Vinciguerra · 5 years ago
  52. 2baa115 build: use cmake build types by Damjan Marion · 5 years ago
  53. 972d71d rdma: fix next node rx redirect by Benoît Ganne · 5 years ago
  54. a50892e rdma: fix name auto-generation on create by Benoît Ganne · 5 years ago
  55. 12989b5 ipsec: remove dedicated IPSec tunnels by Neale Ranns · 5 years ago
  56. f1653e6 vcl: fix epoll connected events sid by Florin Coras · 5 years ago
  57. 39807d0 tap: add check for vhost-net backend by Damjan Marion · 5 years ago
  58. 0ba86cb tap: fix cli parser by Damjan Marion · 5 years ago
  59. 07df791 tcp: fix ip check in lookup validation by Florin Coras · 5 years ago
  60. 4f59985 session: add space around ternary operator by Vratko Polak · 5 years ago
  61. 770a0de tests: python3 use byte strings in raw() by Ole Troan · 5 years ago
  62. 76a36e8 crypto-ipsecmb: improve gcm performance using dedicated API. by Fan Zhang · 5 years ago
  63. 801c701 pmalloc: always lock pages by Damjan Marion · 5 years ago
  64. d58419f dpdk: ipsec gcm fixes by Christian Hopps · 5 years ago
  65. bc2e640 crypto: fix crypto perf unittest crash by Fan Zhang · 5 years ago
  66. bf1f8b7 tcp: fix retransmit with no sacks by Florin Coras · 5 years ago
  67. 5ed3fe3 api: fix dead client scan heap issue by Nathan Skrzypczak · 5 years ago
  68. de6caf4 session: Add crypto context by Nathan Skrzypczak · 5 years ago
  69. 7c40a38 hsa: Add ckpair & crypto engine in vpp_echo by Nathan Skrzypczak · 5 years ago
  70. dcbbf28 quic: Add support for ckpair & crypto engine by Nathan Skrzypczak · 5 years ago
  71. 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago
  72. 9d3e1b4 session: fix app attach on error by Nathan Skrzypczak · 5 years ago
  73. c9dff18 svm: fix byte accounting when allocating fifo header by Florin Coras · 5 years ago
  74. c12eae7 interface: shmemioerror while getting name_filter arg by Aleksander Djuric · 5 years ago
  75. cf4c210 tcp: validate the IP address while checking TCP connection by Srikanth Akula · 5 years ago
  76. 340c15c docs: add spellcheck to 'make docs' sphinx docs by Paul Vinciguerra · 5 years ago
  77. 4d11b6c dpdk: conditionally revert rte_vfio_dma_map patch by Damjan Marion · 5 years ago
  78. 6b0dd55 build: add yaml file linting to make checkstyle by Paul Vinciguerra · 5 years ago
  79. 7f39e91 quic: free qctx after udp cleanup by Nathan Skrzypczak · 5 years ago
  80. 2089c69 tcp: IPv6 flow label support by Tarun Gupta · 5 years ago
  81. ead1e53 misc: Fix python scripts shebang line by Renato Botelho do Couto · 5 years ago
  82. ea1a651 docs: fix issues with src/scripts/fts.py by Paul Vinciguerra · 5 years ago
  83. 5854b43 nat: NAT udp counter & unit test fixes by Filip Varga · 5 years ago
  84. a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
  85. 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
  86. 3ea17d5 tcp: correct validity check return value by Ryujiro Shibuya · 5 years ago
  87. 1657235 nat: respect udp checksum by Filip Varga · 5 years ago
  88. f7f4964 ipsec: ipsec-input: check for too-short packets by Benoît Ganne · 5 years ago
  89. 3a23f9e quic: enhance error reporting by Dave Wallace · 5 years ago
  90. 34d92eb quic: remove redundant function calls by Dave Wallace · 5 years ago
  91. 8f6d7a7 nat: revert respect udp checksum by Ole Troan · 5 years ago
  92. cb3cfe8 ikev2: fix traffic selector match by Filip Tehlar · 5 years ago
  93. a519f21 nat: revert fix dual-loop tcp checksum botch by Ole Troan · 5 years ago
  94. 2e8b061 vlib: fix for vlib_node_add_next_with_slot by Christian Hopps · 5 years ago
  95. bf103d9 mpls: number of mpls tunnel paths returns zero by IJsbrand Wijnands · 5 years ago
  96. 9654a37 nat: fix dual-loop tcp checksum botch by Dave Barach · 5 years ago
  97. 983ebaa build: install generated api enum and type headers by Dave Barach · 5 years ago
  98. 2d0b2bb session: fix show cli with closed session by Florin Coras · 5 years ago
  99. dd97a48 session: reschedule asap when snd space constrained by Florin Coras · 5 years ago
  100. a1f5a95 vlib: enhance the "show cli" debug CLI command by Dave Barach · 5 years ago