1. f6adf1f vppinfra: add u32x4 min / max sse4.2 inlines by Damjan Marion · 6 years ago
  2. f65074e tcp: improve rcv process ack processing by Florin Coras · 6 years ago
  3. c6c4394 lisp: use crypto lib instead of openssl directly by Filip Tehlar · 6 years ago
  4. f05e732 IPSEC-GRE; tests by Neale Ranns · 6 years ago
  5. 2b5ba95 IPSEC: tunnel scaling - don't stack the inbould SA by Neale Ranns · 6 years ago
  6. ea5bb77 IPSEC: remove pointless feature ordering by Neale Ranns · 6 years ago
  7. 72491e2 dpdk: fix build error when mlx support enabled by Matthew Smith · 6 years ago
  8. d1a12ef vppinfra: fix sparse_vec_index() returning non-zero index for some nonexistent elements by Andrew Yourtchenko · 6 years ago
  9. a4b10e5 dpdk 19.02: fixed speed capability error issue by Chenmin Sun · 6 years ago
  10. f545caa Enhance vlib_buffer_clone to change headroom space for packet by John Lo · 6 years ago
  11. ac3b113 VPP-1576: fix a class of spurious warnings by Dave Barach · 6 years ago
  12. 65ec33b vppinfra: add few more cpuid flags by Damjan Marion · 6 years ago
  13. 2d6fc6b SPAN: Add pending frame on current thread, not on main by Igor Mikhailov (imichail) · 6 years ago
  14. 19e540f Convince Coverity that s = format (0, ...) is OK by Dave Barach · 6 years ago
  15. 26dc58b Minor bug fixes by Dave Barach · 6 years ago
  16. d93638e revert quicly related build/external changes by Damjan Marion · 6 years ago
  17. e524d45 IPSEC-GRE: fixes and API update to common types. by Neale Ranns · 6 years ago
  18. 95c0ca4 tests: test/vpp_l2.py fix missing name. by Paul Vinciguerra · 6 years ago
  19. 63d3ac6 vls: add pthread check on vls_attr by Florin Coras · 6 years ago
  20. 3593a91 tests: refactor vpp_object.py by Paul Vinciguerra · 6 years ago
  21. 60f3e65 Integrate first QUIC protocol implementation by Nathan Skrzypczak · 6 years ago
  22. db4cae5 VOM: recurive route update fix by Neale Ranns · 6 years ago
  23. d2a4194 BVI: coverity error fix by Neale Ranns · 6 years ago
  24. efd0d29 Update MAINTAINERS by Dave Barach · 6 years ago
  25. b4fff3a ipsec: esp-decrypt rework by Damjan Marion · 6 years ago
  26. d7603d9 IPSEC: tunnel fragmentation by Neale Ranns · 6 years ago
  27. 74b7437 tcp: remove sent rcv wnd 0 flag by Florin Coras · 6 years ago
  28. d4bdd93 dhcp: only register UDP ports that are needed by Matthew Smith · 6 years ago
  29. f20fd1a tcp: improve updating of rcv wnd by Florin Coras · 6 years ago
  30. 96d4e53 rdma: add option to specify inteface name by Damjan Marion · 6 years ago
  31. a03d182 crypto: add vnet_crypto_op_init (...) by Damjan Marion · 6 years ago
  32. 1e3aa5e ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN by Damjan Marion · 6 years ago
  33. 9fd2479 cmake: add vpp_plugin_find_library macro by Damjan Marion · 6 years ago
  34. 76b5649 Punt Infra by Neale Ranns · 6 years ago
  35. 1f4e1cb ipsec: anti-replay code cleanup by Damjan Marion · 6 years ago
  36. b38ee66 session: remove unused tx context field by Florin Coras · 6 years ago
  37. fe750c2 Add RDMA ibverb driver plugin by Benoît Ganne · 6 years ago
  38. 6bc6fd0 session: cap max burst to a constant by Florin Coras · 6 years ago
  39. 4d3aa07 Avoid overwrite in clib_memcpy_le{32,64} by Damjan Marion · 6 years ago
  40. 0e967e0 VXLAN-GBP: format flags in encap trace by Neale Ranns · 6 years ago
  41. 51793f5 tcp: remove unused buffer flags by Florin Coras · 6 years ago
  42. 987aea8 IPSEC: 4o6 and 6o4 for tunnel interfaces by Neale Ranns · 6 years ago
  43. 45d8f85 IPSEC: fix build breakage from ships in the night merges by Neale Ranns · 6 years ago
  44. 7d3161a vat:ignore SIGWINCH signal by ezkexma · 6 years ago
  45. 0729f64 AppImage packaging by Dave Barach · 6 years ago
  46. 25edf14 IPSEC: run encrpyt as a feautre on the tunnel by Neale Ranns · 6 years ago
  47. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  48. 64f7530 make-test: fix ValueError raised by hook in python3 by Naveen Joy · 6 years ago
  49. 3b12aa9 VOM: routes support multipath so set is_multipath in route update by Neale Ranns · 6 years ago
  50. 4dd4cf4 GBP: fixes for l3-out routing by Neale Ranns · 6 years ago
  51. d709cbc ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline by Damjan Marion · 6 years ago
  52. fbf278a tcp: add cc algo lookup table by Florin Coras · 6 years ago
  53. 9c1f824 vom: Add support for BVI interface by Mohsin Kazmi · 6 years ago
  54. 8164a03 FIB: do debug before remvoing last source by Neale Ranns · 6 years ago
  55. 40ddc31 GBP: missing L3-out type coversion by Neale Ranns · 6 years ago
  56. ec6e8d2 Add missing OpenSUSE Leap 15.0 build deps by Benoît Ganne · 6 years ago
  57. 4c3ba81 ADJ: midchain delegate to performing stacking by Neale Ranns · 6 years ago
  58. af3f078 IPSEC: more expressive API errors by Neale Ranns · 6 years ago
  59. 7ced772 node: vector must be checked with vec_header by Kingwel Xie · 6 years ago
  60. 32ee2f1 VPP-1508: Tests: Update version of syslog_rfc5424_parser. by Paul Vinciguerra · 6 years ago
  61. 1469d54 crypto: add set crypto handler CLI by Filip Tehlar · 6 years ago
  62. 7297f47 perfmon: fix pmc hw indices out-dated when multiple pmc by Su Wang · 6 years ago
  63. cb36a1d ip6-rewrite: bug fix buffer->error in dual loop by Kingwel Xie · 6 years ago
  64. c59b9a2 ipsec: esp-encrypt rework by Damjan Marion · 6 years ago
  65. 8e22054 Convert GRE nodes to new buffer APIs and multiarch by Benoît Ganne · 6 years ago
  66. 4af1a7f Simplify adjacency rewrite code by Benoît Ganne · 6 years ago
  67. 50d5069 IPSEC: improved policy delete by Neale Ranns · 6 years ago
  68. 03dd90a VCL: add TLS opt to socket_test.sh by Dave Wallace · 6 years ago
  69. ddd98f3 tls: make first segment and fifo size configurable by Florin Coras · 6 years ago
  70. 3833ffd IPSEC tests fnd fix or Extended Sequence Numbers by Neale Ranns · 6 years ago
  71. 20ab31e UDP: Fix session registration in lookup table by Aloys Augustin · 6 years ago
  72. 75f9fb6 add api trace print by ezkexma · 6 years ago
  73. ef71ef0 Fix unformat proto UDPC / UDP conflict by Nathan Skrzypczak · 6 years ago
  74. 592c0b5 vxlan-gbp: Add api custom-dump by Mohsin Kazmi · 6 years ago
  75. 537e85d tcp: make default mtu configurable by Florin Coras · 6 years ago
  76. 6c1f56f DOC-ONLY: improve multi-arch documentation by Dave Barach · 6 years ago
  77. 8e843bb acl-plugin: get rid of doubly-linked list fields in hash applied ACEs by Andrew Yourtchenko · 6 years ago
  78. 9f3d3ce acl-plugin: tuplemerge: fix a crash during soak test with split partition by Andrew Yourtchenko · 6 years ago
  79. b539572 acl-plugin: get rid of a separate "count" field in the linear acl struct by Andrew Yourtchenko · 6 years ago
  80. 063dfa1 crypto: implement rfc4231 test cases by Filip Tehlar · 6 years ago
  81. 831d238 ipv6: vectorized ext header check by Damjan Marion · 6 years ago
  82. 3e2e190 ADJ: more thorough link up check by Neale Ranns · 6 years ago
  83. 4759683 tcp: improve handling of snd_nxt by Florin Coras · 6 years ago
  84. 881d13e svm/atomics: add clib_atomic_swap_rel_n by Florin Coras · 6 years ago
  85. b757d1a add a "make test-gcov" target by Dave Barach · 6 years ago
  86. af73eda ipsec: fix esn handling by Damjan Marion · 6 years ago
  87. 00a4420 IPSEC: test for packet drop on sequence number wrap by Neale Ranns · 6 years ago
  88. c39a93a dpdk: do not enable VLAN stripping on Cisco VIC adapters by default by Hyong Youb Kim · 6 years ago
  89. a1c175a dpdk: add ENIC PMD patch to untag default vlan by Hyong Youb Kim · 6 years ago
  90. 5c4b9f1 vppapigen: allow for enum size other than u32 by Andrew Yourtchenko · 6 years ago
  91. f7f1334 tests: update test_lb.py to use api call lb_conf. by Paul Vinciguerra · 6 years ago
  92. bdd6e6a MAP: Crush Coverity Complaint by Jon Loeliger · 6 years ago
  93. d1e17d0 Ignore SIGTERM during the vpp boot sequence by Dave Barach · 6 years ago
  94. 9e041b1 vec: use memset in vec_resize_allocate_memory by Florin Coras · 6 years ago
  95. 4b76112 session/fifo: make event unset atomic by Florin Coras · 6 years ago
  96. 192b13f BVI Interface by Neale Ranns · 6 years ago
  97. 1ea74b5 docs: break up long lines in vmxnet3.rst to avoid line wrap by Steven Luong · 6 years ago
  98. 7227c39 error-drop; print interface by name by Neale Ranns · 6 years ago
  99. 2ac885c IPSEC: Mutli-tunnel tests by Neale Ranns · 6 years ago
  100. bcee60d api trace: cli bug fix by ezkexma · 6 years ago