1. 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
  2. abb2a42 ip: add classifier-based ACLs support on ip punt by Benoît Ganne · 3 years, 3 months ago
  3. 7b3a3df session: Add session_sapi_enable_disable by Nathan Skrzypczak · 3 years, 5 months ago
  4. efd967f tap: free the tap_fds vec on interface deletion by Mohsin Kazmi · 3 years, 3 months ago
  5. 7318c42 interface: free the output_node_thread_runtimes by Mohsin Kazmi · 3 years, 2 months ago
  6. 4823944 interface: remove the redundant vec_free on rx_queue_indices by Mohsin Kazmi · 3 years, 2 months ago
  7. 2c0dc3e virtio: remove control queue support from virtio_show() for tap/tun by Mohsin Kazmi · 3 years, 2 months ago
  8. a0f3f8c fib: fix unitialized padding in fib_api_next_hop_decode by Benoît Ganne · 3 years, 3 months ago
  9. 7c7b505 ip: fix punt for ipv6 by Benoît Ganne · 3 years, 2 months ago
  10. ddb1929 interface: remove the input_node_thread_index_by_queue by Mohsin Kazmi · 3 years, 3 months ago
  11. 9bd92ab mpls: Save the L3 header offset in the meta-data before label imposition by Neale Ranns · 3 years, 4 months ago
  12. f546236 devices: add support for pseudo header checksum by Mohsin Kazmi · 3 years, 10 months ago
  13. da33105 fib: doc nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
  14. c773a7d classify: fix message IDs on API replies by Matthew Smith · 3 years, 3 months ago
  15. e11203e ipsec: Record the number of packets lost from an SA by Neale Ranns · 3 years, 3 months ago
  16. 979545e tap: Fix tap create with ns by Nathan Skrzypczak · 3 years, 3 months ago
  17. 754cffb fib: add barrier lock for fib_urpf_list_pool and fib_entry_pool by Stanislav Zaikin · 3 years, 3 months ago
  18. 36217e3 api: API trace improvements by Filip Tehlar · 3 years, 5 months ago
  19. 3459ece misc: vpe.api messages dynamically allocated by Ole Troan · 3 years, 3 months ago
  20. 7d0e30b devices: Add queues params in create_if by Nathan Skrzypczak · 3 years, 6 months ago
  21. 850024b sr: add API test files by Filip Tehlar · 3 years, 3 months ago
  22. c022b2f fib: fix crash on exporter tracker remove by Vladislav Grishenko · 3 years, 3 months ago
  23. ed40167 virtio: Still init unused txq by Nathan Skrzypczak · 3 years, 7 months ago
  24. 86490da gso: do not gro on small packets by Aloys Augustin · 3 years, 3 months ago
  25. b21fd4b tap: move the api msg_id_base to tap_main_t by Mohsin Kazmi · 3 years, 3 months ago
  26. a1400ce misc: api move continued by Florin Coras · 3 years, 3 months ago
  27. 400f23f ip: fix ip table allocation randomness by Aloys Augustin · 3 years, 3 months ago
  28. 248210c misc: move part of vpe apis to vlibmemory by Florin Coras · 3 years, 3 months ago
  29. 1b6c793 ip: set error number on failed intf addr by Matthew Smith · 3 years, 3 months ago
  30. 26bc9f3 classify: use AVX-512 to find entry by Damjan Marion · 3 years, 3 months ago
  31. 4dc098f classify: use AVX-512 to calculate hash on x86 by Damjan Marion · 3 years, 3 months ago
  32. a7d2aab tap: remove cxq_vring from tap/tun by Mohsin Kazmi · 3 years, 3 months ago
  33. e4efbe7 virtio: fix the type of argument in virtio_show() by Mohsin Kazmi · 3 years, 3 months ago
  34. e619ada interface: allow an interface's index to be given in 'sh int' by Neale Ranns · 3 years, 3 months ago
  35. ef356f5 hash: fix the initialization warning error on gcc-10 by Mohsin Kazmi · 3 years, 3 months ago
  36. 6e4cfb5 ip: add ip_table_allocate to api by Aloys Augustin · 3 years, 3 months ago
  37. c3b62d1 classify: improve vnet_classify_hash by Damjan Marion · 3 years, 3 months ago
  38. c31a234 classify: simplify vnet_classify_find_entry_inline by Damjan Marion · 3 years, 3 months ago
  39. 266929f interface: fix poll vector realloc by Mohammed Hawari · 3 years, 3 months ago
  40. b3ea73e session: implement app_ns deletion by Nathan Skrzypczak · 3 years, 4 months ago
  41. a9f5f85 classify: improve find entry performance by Damjan Marion · 3 years, 3 months ago
  42. 3bb2da9 classify: avoid dependent read of classify mask by Damjan Marion · 3 years, 3 months ago
  43. 3d5e741 session: use table_format in sh app ns by Nathan Skrzypczak · 3 years, 3 months ago
  44. 41b23bc hash: add support for hashing infra by Mohsin Kazmi · 3 years, 6 months ago
  45. 1a9e2f9 session: Add sock_name option to add_ns by Nathan Skrzypczak · 3 years, 5 months ago
  46. 4fd9f10 vxlan: improve to use the hardware offload by Mohsin Kazmi · 3 years, 6 months ago
  47. cebb477 ip6-nd: add ip6-nd proxy by Mohsin Kazmi · 3 years, 8 months ago
  48. 764a878 tap: set device name on creation via TUNSETIFF by Duncan Eastoe · 3 years, 3 months ago
  49. 7854b46 interface: fix init fib_index_by_sw_if_index by Nathan Skrzypczak · 3 years, 4 months ago
  50. 596c45b tcp session: initialize sw_if_index at connect time by Florin Coras · 3 years, 3 months ago
  51. 14b472e ip: show ip table CLI by Nathan Skrzypczak · 3 years, 4 months ago
  52. ea8adf7 ip-neighbor: Handle local MAC address change for incomplete adjacencies by Neale Ranns · 3 years, 4 months ago
  53. 10bb21f vlib: fix vlib_buffer_enqueue_to_next() overflow by Benoît Ganne · 3 years, 3 months ago
  54. 0bb670e session: fix non-NULL terminated string by Benoît Ganne · 3 years, 3 months ago
  55. f49734d interface: add custom interface name support by Steven Luong · 3 years, 5 months ago
  56. 2f8174f interface: fix coverity issue by Mohammed Hawari · 3 years, 3 months ago
  57. eed6fc9 devices: restore regular af-packet tx path by Mohammed Hawari · 3 years, 3 months ago
  58. 5b22339 interface: full poll vector on adaptive mode by Maxime Peim · 3 years, 7 months ago
  59. 0242fd8 udp: fill rmt info if session is connection less by liuyacan · 3 years, 4 months ago
  60. eb2e1f9 classify: improve "show classify table" output by Dave Barach · 3 years, 4 months ago
  61. da6520b flow: add esp spi rss type by Piotr Bronowski · 3 years, 6 months ago
  62. 40ba692 session: fix prefetch out of struct bound on Arm by Tianyu Li · 3 years, 4 months ago
  63. 98078ab session: close app wrk socket on delete by Florin Coras · 3 years, 4 months ago
  64. 1b6b09b tcp: Allow accepting session to send custom packet by liuyacan · 3 years, 4 months ago
  65. ce50758 vhost: migrate to new TX infra by Steven Luong · 3 years, 4 months ago
  66. ad8b82d sr: extend the srv6 sid list structure by Ahmed Abdelsalam · 3 years, 4 months ago
  67. ee04de5 fib: fix source address get error for p2p if by jxm · 3 years, 6 months ago
  68. b31fbc4 ip: check if interface has link-local address by Stanislav Zaikin · 3 years, 4 months ago
  69. 03f2a01 vlib: add format_vnet_buffer_no_chain by Benoît Ganne · 3 years, 5 months ago
  70. 38071b1 vhost: interrupt mode support with mq by Steven Luong · 3 years, 8 months ago
  71. 42cec0e ip: reassembly cleanup by Klement Sekera · 3 years, 5 months ago
  72. 6da3769 build: install ethernet/ethernet_types_api.h by Mohammed Hawari · 3 years, 4 months ago
  73. 76b19ce ip: Fix crash in ip address add on sub-int without exact-match by Pim van Pelt · 3 years, 4 months ago
  74. 2a1783f ip: punt redirect add nh in api by Nathan Skrzypczak · 3 years, 4 months ago
  75. 8034a36 ip: source address selection by Ole Troan · 3 years, 4 months ago
  76. e191d76 session vcl: cert key add/del with socket api by Florin Coras · 3 years, 4 months ago
  77. afbb33a svm: make more fifo segment header fields private by Florin Coras · 3 years, 4 months ago
  78. a70b015 fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather by Neale Ranns · 3 years, 4 months ago
  79. d695333 fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t by Neale Ranns · 3 years, 4 months ago
  80. 7244a70 ip: [re]introduce the 8-8-8-8 stride MTRIE by Neale Ranns · 3 years, 4 months ago
  81. 6bb2db0 ip: Rename the ip4 mtrie function to be 16_8_8 specific by Neale Ranns · 3 years, 4 months ago
  82. 1433185 misc: do not capture tx packets twice by Benoît Ganne · 3 years, 5 months ago
  83. 31a4aa7 ip: Use the IP4 lookup functions by Neale Ranns · 3 years, 4 months ago
  84. 625a1f1 ip: Remove the 'test lookup' CLI command by Neale Ranns · 3 years, 4 months ago
  85. 5d280d5 ip6-nd: only respond to RS if sending RA is enabled by Ole Troan · 3 years, 4 months ago
  86. 4b9246a classify: fix parsing for l4 match by Benoît Ganne · 3 years, 4 months ago
  87. 41a54f6 ip: fix ip punt redirect cli by Benoît Ganne · 3 years, 4 months ago
  88. abfe365 ip: add api test file by Filip Tehlar · 3 years, 5 months ago
  89. b2d3678 ipsec: move startup config to common file by Zachary Leaf · 3 years, 5 months ago
  90. 328b5da gre: set proper fib index for unnumbered interfaces, unset fib index before forwarding gre payload by Stanislav Zaikin · 3 years, 5 months ago
  91. 7743d6b udp: add option to disable icmp unreachables by Florin Coras · 3 years, 5 months ago
  92. 9609e26 session: avoid vpp deadlock due to app crash by liuyacan · 3 years, 5 months ago
  93. 7cb471a session vcl: support abstract sockets for app ns by Florin Coras · 3 years, 5 months ago
  94. f6e284b session vcl: explit mq indices in ctrl messages by Florin Coras · 3 years, 5 months ago
  95. 4cef6de vppinfra: add abstract socket & netns fns by Nathan Skrzypczak · 3 years, 5 months ago
  96. 8561e73 interface: Byte swap the duplex value in interface details by Neale Ranns · 3 years, 5 months ago
  97. c941fcb session: fix unlisten rpc barrier release by Florin Coras · 3 years, 5 months ago
  98. bbc8fae session: option to use memfd segs for builtin apps by Florin Coras · 3 years, 5 months ago
  99. 537e955 vlib: add tunnel offload flags for vlib_buffer_t by Mohsin Kazmi · 3 years, 6 months ago
  100. b31ddb5 ip6-nd: refactor neighbour advertisement code by Mohsin Kazmi · 3 years, 8 months ago