1. ec40a7d ip: Setting the Link-Local address from the API enables IPv6 on the interface by Neale Ranns · 4 years, 8 months ago
  2. 82b62bb virtio: vhost checksum problem for ipv6 by Steven Luong · 4 years, 8 months ago
  3. 0546483 ipsec: add input node bypass/discard functionality by ShivaShankarK · 4 years, 8 months ago
  4. 30a28c1 session: fix session_table_get_or_alloc by Andreas Schultz · 4 years, 8 months ago
  5. 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
  6. c87fbb4 ip-neighbor: Replace feature for the ip-neighbor data-base by Neale Ranns · 4 years, 9 months ago
  7. c17ff6e tcp: avoid bt sample access after possible pool realloc by Florin Coras · 4 years, 8 months ago
  8. f932f97 ip: fix format functions for u8 address_family by Neale Ranns · 4 years, 8 months ago
  9. 67ec589 lisp: switch to new timer wheel code by Florin Coras · 4 years, 8 months ago
  10. a04adbf tcp: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
  11. 6e0ee95 session: multiple dgrams per dispatch by Florin Coras · 4 years, 8 months ago
  12. 07bbaef gre: Optimise encap node for tunnel types by Neale Ranns · 4 years, 8 months ago
  13. 0b04209 gso: add vxlan tunnel support by Mohsin Kazmi · 4 years, 8 months ago
  14. 9f83358 ethernet: leverage vlib_buffer_get_current by Zhiyong Yang · 4 years, 8 months ago
  15. 7031288 ethernet: put vlib_get_buffers together by Zhiyong Yang · 4 years, 9 months ago
  16. 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
  17. b975354 sr: fix non-NULL terminated string overflow by Benoît Ganne · 4 years, 8 months ago
  18. 7ce23f2 session: fix use-after-free in input node by Benoît Ganne · 4 years, 8 months ago
  19. da302e4 session: avoid rx notifications on accepting sessions by Florin Coras · 4 years, 8 months ago
  20. 701c099 session: fix half-open cleanup by Florin Coras · 4 years, 8 months ago
  21. 101fc27 lisp: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
  22. e57df7c tcp: cubic as default cc algorithm by Florin Coras · 4 years, 8 months ago
  23. ce21599 virtio: fix to use chained descriptors when missing indirect descriptor by Mohsin Kazmi · 4 years, 8 months ago
  24. d50ff7f session tcp: track half open in app wrk by Florin Coras · 4 years, 8 months ago
  25. 206acf8 tap: add initial support for tun by Mohsin Kazmi · 4 years, 8 months ago
  26. 95eb01f fib: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
  27. ea9bc28 ipsec: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
  28. 77100ef bier: fix vector size confusing ASan by Benoît Ganne · 4 years, 8 months ago
  29. 063f2b8 udp: fix buffer trace by Andreas Schultz · 4 years, 8 months ago
  30. 08eb2bb pg: set vnet buffer flags in pg streams by Dave Barach · 4 years, 8 months ago
  31. 77ea42b session: detach session from app on cleanup by Florin Coras · 4 years, 8 months ago
  32. 92d0eac urpf: Allow locally generated packets on TX by Neale Ranns · 4 years, 8 months ago
  33. 1e8d949 tcp: allow local port sharing if 5-tuple available by Florin Coras · 4 years, 8 months ago
  34. 1bd2c01 misc: refactor calc_checksums by Dave Barach · 4 years, 8 months ago
  35. 1bd4616 session: avoid all session cleanup on unlisten by Florin Coras · 4 years, 8 months ago
  36. d724e4f urpf: Unicast reverse Path Forwarding (plugin) by Neale Ranns · 4 years, 9 months ago
  37. dc3e966 ipsec: validate number of input sas by Matthew Smith · 4 years, 8 months ago
  38. 4fde4ae session: remove ho with fifos support by Florin Coras · 4 years, 8 months ago
  39. 1116667 session: cleanup debug code by Florin Coras · 4 years, 8 months ago
  40. 7357043 session: adding debug events by Srikanth Akula · 4 years, 8 months ago
  41. 35acaac fib: fix accessing empty dpo pool elements by ShivaShankarK · 4 years, 8 months ago
  42. 256779c udp: remove connected udp transport proto by Florin Coras · 4 years, 8 months ago
  43. bc1a1a7 udp: fix local node no port error counter by Florin Coras · 4 years, 8 months ago
  44. f50ef40 virtio: fix gso and csum offload errors handling by Mohsin Kazmi · 4 years, 8 months ago
  45. 91fd910 geneve: Fix the byte swapping for the VNI by Neale Ranns · 4 years, 9 months ago
  46. ae9c459 fib: fix adjacency cli command issue by ShivaShankarK · 4 years, 8 months ago
  47. 12813d5 session: fix leak on accept fifo alloc failure by Florin Coras · 4 years, 8 months ago
  48. 573f44c tcp: avoid regrabing error node in input and output by Florin Coras · 4 years, 8 months ago
  49. 6d7552c session: update fifo slice on session migration by Florin Coras · 4 years, 8 months ago
  50. 92bbfc2 udp: fix coverity warning by Florin Coras · 4 years, 8 months ago
  51. ca57852 bfd: always start timers with non-zero tick counts by Dave Barach · 4 years, 8 months ago
  52. 9cbfb4c mpls: fix typo in error path by Dave Barach · 4 years, 8 months ago
  53. 1adc7e7 misc: fix error handling in punt_replicate by Dave Barach · 4 years, 8 months ago
  54. e759bb5 udp: cleanup input node by Florin Coras · 4 years, 8 months ago
  55. 954c707 misc: check return values from vlib_buffer_copy(...) by Dave Barach · 4 years, 8 months ago
  56. 7d69718 virtio: fix the tcp/udp checksum offloads by Mohsin Kazmi · 4 years, 8 months ago
  57. 88cecfa ip: do not clear the locally-originated flag by Neale Ranns · 4 years, 8 months ago
  58. 6e8e10f sr: Fix the coverity issue by Tetsuya Murakami · 4 years, 8 months ago
  59. ae16a98 session: alloc exact number of bufs for multi-seg deqs by Simon Zhang · 4 years, 9 months ago
  60. a8c3b86 session: add more session errors by Florin Coras · 4 years, 8 months ago
  61. 95e1925 l2: handle complete clone fail in l2_flood by Dave Barach · 4 years, 8 months ago
  62. c98ef75 udp: move cli to separate file by Florin Coras · 4 years, 8 months ago
  63. e10d167 tcp: fix conf mtu parsing by Florin Coras · 4 years, 8 months ago
  64. ab57edb udp session: allow dgram ip fragmentation by Florin Coras · 4 years, 8 months ago
  65. ba78e23 udp session: jumbo frames and configurable mtu by Florin Coras · 4 years, 8 months ago
  66. 483a3d8 sr: fix byte-order in steering API by Ignas Bacius · 4 years, 8 months ago
  67. ec9cb96 sr: Support uSID function. by Tetsuya Murakami · 4 years, 9 months ago
  68. 7a2abce vcl session: enforce full dgram reads/writes by Florin Coras · 4 years, 8 months ago
  69. 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 8 months ago
  70. 2e1fa54 bonding: Add GSO support by Steven Luong · 5 years ago
  71. 1766ddc ip: reassembly: don't set error if no error by Klement Sekera · 4 years, 9 months ago
  72. 9f86d22 session tls: support tls descheduling by Florin Coras · 4 years, 9 months ago
  73. ed8db52 session tls: improve app transports tx scheduling by Florin Coras · 4 years, 10 months ago
  74. 3e07a4a misc: sprintf be gone by Dave Barach · 4 years, 8 months ago
  75. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  76. e33c002 session: init port_proto_type asap by Florin Coras · 4 years, 9 months ago
  77. d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 9 months ago
  78. 888d9f0 session: remove obsolete apis by Florin Coras · 4 years, 9 months ago
  79. 0765d97 tcp: explicit use of timer wheel in timer apis by Florin Coras · 4 years, 9 months ago
  80. 48d32b4 ipsec: provide stat index in sa details by Matthew Smith · 4 years, 9 months ago
  81. 999840c tcp: move features to separate files by Florin Coras · 4 years, 9 months ago
  82. 57a5a2d udp session vcl: add udp iperf test by Florin Coras · 4 years, 9 months ago
  83. dfd980f tcp: count zero wnd enqueue attempts by Florin Coras · 4 years, 9 months ago
  84. 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
  85. 805d58c session: allow rx events independnt of state by Florin Coras · 4 years, 9 months ago
  86. 9c4ec6f udp: improvements to cli by Florin Coras · 4 years, 9 months ago
  87. a039620 udp: track connection port sharing by Florin Coras · 4 years, 9 months ago
  88. 6eef40b session: fix fifos display by Aloys Augustin · 4 years, 9 months ago
  89. 164c44f ip: Fix the AH/ESP protocol numbers on the API by Neale Ranns · 4 years, 9 months ago
  90. 9361974 udp: validate input data length by Florin Coras · 4 years, 9 months ago
  91. 5cee0bc ipsec: use id in ipsec_tunnel_protect_details by Matthew Smith · 4 years, 9 months ago
  92. e4e8c6b ipsec: fix chained ESP by Filip Tehlar · 4 years, 10 months ago
  93. 53f06a0 vlib: move pci api types from vnet/pci to vlib/pci by Jakub Grajciar · 4 years, 9 months ago
  94. b0d2eda ipsec: fix udp-encap in transport mode by Alexander Chernavin · 4 years, 9 months ago
  95. 5484daa tcp: reuse session infra for syns and resets by Florin Coras · 4 years, 9 months ago
  96. 87b7e3d session udp: flag for connected udp by Florin Coras · 4 years, 9 months ago
  97. 102dd1c vxlan: leverage vlib_get_buffers in vxlan_encap_inline by Zhiyong Yang · 4 years, 9 months ago
  98. 0937fdf gso: fix the header parser to read only by Mohsin Kazmi · 4 years, 9 months ago
  99. 7654a71 interface: remove mtu clib_warning message from api handler by Paul Vinciguerra · 4 years, 9 months ago
  100. 491741a docs ethernet: add docs for ethernet Section by Paul Vinciguerra · 4 years, 10 months ago