1. b040f98 misc: minimize dependencies on udp.h by Florin Coras · 4 years, 2 months ago
  2. 8aa1856 tls: enable cert key pair setting for connect by jiangxiaoming · 4 years, 2 months ago
  3. 18ddf62 dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driver by Dimitrios Markou · 4 years, 2 months ago
  4. 009fd6a vppinfra: export elog_read_file_not_inline() by Dave Barach · 4 years, 2 months ago
  5. 2f535e6 stats: crash when adding/deleting interfaces by Ole Troan · 4 years, 2 months ago
  6. 0ff7eec vcl: confirm reset on transport cleanup by Florin Coras · 4 years, 4 months ago
  7. ac422d6 vcl: more session struct cleanup by Florin Coras · 4 years, 2 months ago
  8. 2531d50 wireguard: reset secret data before freeing it by Benoît Ganne · 4 years, 2 months ago
  9. 6c3b218 vcl: convert vep variables into flags by Florin Coras · 4 years, 2 months ago
  10. 637c51f ipsec: Stack the adj from the destination in the SA's TX table by Neale Ranns · 4 years, 2 months ago
  11. 1bc919e vcl: cleanup read and write ready by Florin Coras · 4 years, 2 months ago
  12. 402606c vppinfra: minor refactor in lock.h by Dave Barach · 4 years, 2 months ago
  13. 5a59b2b ip: Move the IP6 fib into ip6_[m]fib.c by Neale Ranns · 4 years, 2 months ago
  14. 710d780 hsa: refactor socket client app by Florin Coras · 4 years, 2 months ago
  15. 585c86a hsa: cleanup sock server test by Florin Coras · 4 years, 2 months ago
  16. 123b5eb ipsec: Layout and prefetching of SA struct by Neale Ranns · 4 years, 2 months ago
  17. 4769ed9 virtio: fix compilation time by Damjan Marion · 4 years, 2 months ago
  18. f8d421f gso: add checksum validation in gro by Mohsin Kazmi · 4 years, 2 months ago
  19. 931c6f5 misc: don't export symbols from plugins by Damjan Marion · 4 years, 2 months ago
  20. 0761924 vppinfra: add export symbols by Dave Barach · 4 years, 2 months ago
  21. 6acb7a0 vppinfra: export elog_get_events() by Dave Barach · 4 years, 2 months ago
  22. dae1c7e vppinfra: explicitly export symbols by Damjan Marion · 4 years, 2 months ago
  23. 03b76a2 tap: replaces strlen to vec_len by Mohsin Kazmi · 4 years, 2 months ago
  24. dfffdd7 vcl: remove accept state and rename connect to ready by Florin Coras · 4 years, 2 months ago
  25. fbe4e36 acl: do vlib_buffer_enqueue_to_next in outer function by Damjan Marion · 4 years, 2 months ago
  26. 609d579 ipsec: fix instance, and cli del for new ipsec interface by Eric Kinzie · 4 years, 2 months ago
  27. c1b94c8 misc: bump debian compatibility level to 10 by Damjan Marion · 4 years, 2 months ago
  28. 8c29233 nat: error in input parameter of init_nat_k by Dengfeng Liu · 4 years, 2 months ago
  29. 6414674 build: Add missing debian dependencies by Chuan Han · 4 years, 2 months ago
  30. 500ba9f vlib: add cgo-friendly plugin registration support by Dave Barach · 4 years, 2 months ago
  31. 2a65804 build: forward dependencies to arch-specific libs by Aloys Augustin · 4 years, 2 months ago
  32. 7286943 ethernet: fix Ethernet DMAC checks by Ivan Shvedunov · 4 years, 2 months ago
  33. c127d5a vcl: refactor session state enum by Florin Coras · 4 years, 2 months ago
  34. 9235d43 crypto: fixed ipsec_mb lib dependencies by PiotrX Kleski · 4 years, 2 months ago
  35. 444e800 mpls: no per-MPLS-tunnel tx node by Neale Ranns · 4 years, 2 months ago
  36. 238d384 nat: Fix ICMP bypass session creation by Vladimir Isaev · 4 years, 2 months ago
  37. 41b5ed6 cnat: Fix backend LB by Nathan Skrzypczak · 4 years, 2 months ago
  38. 8cf1f93 vlib: avoid clipping in show error by Florin Coras · 4 years, 2 months ago
  39. a49d59d vcl: set STATE_UPDATED state when connect with non-blocking socket! by fanyf · 4 years, 2 months ago
  40. b438c76 vcl: app_name format type error by jiangxiaoming · 4 years, 2 months ago
  41. 3e2ec42 tcp: fix bt acked_sacked on recovery by Florin Coras · 4 years, 2 months ago
  42. 91413ac session: listeners verbose format alignment by Florin Coras · 4 years, 2 months ago
  43. 927eee4 svm: fix coverity warning by Florin Coras · 4 years, 2 months ago
  44. d1b423c tcp: fix listener trace coverity warning by Florin Coras · 4 years, 2 months ago
  45. aae177e session: allow custom config of segment baseva by Florin Coras · 4 years, 2 months ago
  46. 148c7b7 stats: counters data model by Ole Troan · 4 years, 2 months ago
  47. e7c8396 ikev2: fix initial contact cleanup by Filip Tehlar · 4 years, 3 months ago
  48. dc6378f ikev2: fix coverity warning by Filip Tehlar · 4 years, 2 months ago
  49. 623d87f ikev2: fix memory leak in auth routine by Filip Tehlar · 4 years, 2 months ago
  50. 3a97a45 l2: mark l2 fib uninitialized after clearing by Matthew Smith · 4 years, 2 months ago
  51. 8c69887 misc: clang-11 and gcc-10 support by Damjan Marion · 4 years, 2 months ago
  52. c96ac76 ip: IP6 incorrectly disabled on removing first ip6 prefix by Neale Ranns · 4 years, 2 months ago
  53. 70edc1c tcp: use 100us timer resolution by Florin Coras · 4 years, 2 months ago
  54. d1cc38d vcl svm: segments improvements by Florin Coras · 4 years, 2 months ago
  55. 355791c tcp: fix connection reuse with no listener by Florin Coras · 4 years, 2 months ago
  56. d3252ad nat: set fib index for bypass session by Vladimir Isaev · 4 years, 2 months ago
  57. 41bda04 lldp: fix typo in mac address constant by Dmitry Vakhrushev · 4 years, 2 months ago
  58. decf51a lldp: fix memory leakage by Dmitry Vakhrushev · 4 years, 2 months ago
  59. 6b410e6 session: app_name should format with %v by jiangxiaoming · 4 years, 2 months ago
  60. c9e9b97 misc: clib_unix_warning usage error by jiangxiaoming · 4 years, 2 months ago
  61. 1ab533c avf: add add_del_mac_address handler by Damjan Marion · 4 years, 2 months ago
  62. 952056c acl: move nonip nodes to separate file by Damjan Marion · 4 years, 2 months ago
  63. 6754a16 wireguard: park the timer process by Dave Barach · 4 years, 2 months ago
  64. 695eb93 vlib: save signal handler data to global vbls by Dave Barach · 4 years, 2 months ago
  65. dd9eae5 nat: ipfix logging separation & refactor by Filip Varga · 4 years, 3 months ago
  66. aa04395 tcp: treat pending timers as active by Florin Coras · 4 years, 2 months ago
  67. 49036a5 tcp: custom geometry for timer wheel by Florin Coras · 4 years, 2 months ago
  68. 1046b1a vppinfra: memory leak be gone by Dave Barach · 4 years, 2 months ago
  69. 0e12131 pg: Choose the input interface from the stream's rx by Neale Ranns · 4 years, 2 months ago
  70. 533bf08 gre: MPLS over GRE does not select correct fixup function by Neale Ranns · 4 years, 2 months ago
  71. 0c25492 l2: Fix compile error on unused next_index by Neale Ranns · 4 years, 2 months ago
  72. eabd424 interface: shorten vnet_hw_if_rx_mode by Damjan Marion · 4 years, 2 months ago
  73. 9c9490c pci: add vlib_pci_get_msix_file_index by Damjan Marion · 4 years, 2 months ago
  74. 22eefd7 ip-neighbor: Grat ARPs from different subnet are dropped by Neale Ranns · 4 years, 3 months ago
  75. 47a3d99 l2: input performance by Neale Ranns · 4 years, 3 months ago
  76. 8314371 virtio: fix the trace by Mohsin Kazmi · 4 years, 2 months ago
  77. adb10ad nat: use proper type for counters by Klement Sekera · 4 years, 2 months ago
  78. 970187b ipsec: Allow SAs with NULL auth &crypto on IPSec interface by Neale Ranns · 4 years, 2 months ago
  79. 21fb4f7 fib: Register multicast MAC with interface for accepting interfaces by Neale Ranns · 4 years, 2 months ago
  80. 27c35e3 vppinfra: fix coverity warnings by Dave Barach · 4 years, 2 months ago
  81. 6e366be misc: Purge unused pg includes by Neale Ranns · 4 years, 2 months ago
  82. 65fa036 api: add heap alloc to vpp stats by Ole Troan · 4 years, 3 months ago
  83. 1f36023 nat: move nat64 to a subfeature by Filip Varga · 4 years, 3 months ago
  84. d1762e6 nat: det44 plugin fix style and api cleanup by Filip Varga · 4 years, 3 months ago
  85. bfa75d6 vppinfra: add heap header in front of dlmalloc space by Damjan Marion · 4 years, 2 months ago
  86. ab1a50c misc: add xxx_not_inline by Dave Barach · 4 years, 2 months ago
  87. c0b1954 feature: Add packet trace API by Jon Loeliger · 4 years, 7 months ago
  88. d20bc1d vppinfra: address sanitizer: do not instrument dlmalloc internals by Benoît Ganne · 4 years, 2 months ago
  89. 84962d1 ikev2: support ipv6 traffic selectors & overlay by Filip Tehlar · 4 years, 3 months ago
  90. 7b4e52f ipsec: Use bihash for tunnel lookup by Neale Ranns · 4 years, 7 months ago
  91. 149fd3f lldp: set interface MAC address when enabled by Klement Sekera · 4 years, 2 months ago
  92. 1c556d1 vlib: always replace bootstrap vlib_mains by Dave Barach · 4 years, 2 months ago
  93. 2bc1af5 vppinfra: use clib_mem_create_heap() to create numa heap(s) by Damjan Marion · 4 years, 2 months ago
  94. eb530a2 memif: map shared memory with clib_mem_vm_map_shared(...) by Damjan Marion · 4 years, 3 months ago
  95. e2042e6 nat: add dummy nat_ha_resync() to avoid missing symbol errors by Damjan Marion · 4 years, 2 months ago
  96. c71b56d ip: Fix unformat_ip_prefix by Nathan Skrzypczak · 4 years, 3 months ago
  97. 6614df5 ikev2: fix leaking pending INIT requests by Filip Tehlar · 4 years, 3 months ago
  98. eb69648 vppinfra: Function to check if a bihash has been initialised by Neale Ranns · 4 years, 3 months ago
  99. 9a59785 dpdk: split PCI blacklist rte_eal args from startup.conf by Vladimir Ratnikov · 4 years, 3 months ago
  100. 1f6a6b8 ikev2: fix cli memory leak by Benoît Ganne · 4 years, 3 months ago