1. 3b7ef51 misc: fix the uninitialization error by Mohsin Kazmi · 3 years ago
  2. 6ac74e4 session: increase postponed mq message min size by Florin Coras · 3 years ago
  3. 36eaaf3 session: fix segment manager format coverity warning by Florin Coras · 3 years ago
  4. c48ec5d interface: refactor interface capabilities code, part 2 by Damjan Marion · 3 years ago
  5. 2b4f74f session: allow pacer to send when bucket hits 0 by Florin Coras · 3 years ago
  6. 9bd71be session: deschedule sessions with no data to send by Florin Coras · 3 years ago
  7. 93dd58c session: fix pacer bucket update cast by Florin Coras · 3 years ago
  8. 221be7c fib: multiple memory leaks upon deleting a VRF table by Steven Luong · 3 years ago
  9. ded32ed tcp: fix cubic cwnd accumulate use of bytes acked by Florin Coras · 3 years ago
  10. ed999e3 bonding: memory leak on parsing bad CLI command by Steven Luong · 3 years ago
  11. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  12. ec3a636 tcp: optimize newreno cong ack handler by Florin Coras · 3 years ago
  13. c814435 tcp: update snd_congestion only during congestion by Florin Coras · 3 years ago
  14. ed5be47 tcp: mark lost first sack hole on timeout by Florin Coras · 3 years ago
  15. 8e1ada3 tcp: handle start tx event in cubic by Florin Coras · 3 years ago
  16. 8e76dfa tcp: always exit recovery if not in fastrecovery by Florin Coras · 3 years ago
  17. b56f24b tcp: exit retransmit before processing feedback by Florin Coras · 3 years ago
  18. 0f8b91f tcp: use bytes delivered to compute cwnd by Florin Coras · 3 years ago
  19. 273968c tcp: cast timer ticks to u32 by Florin Coras · 3 years ago
  20. 40edaf6 tap: add num_tx_queues API by Nathan Skrzypczak · 3 years ago
  21. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  22. 83b2bb8 crypto: encrypt/decrypt queues sw_scheduler by Jakub Wysocki · 3 years, 1 month ago
  23. e3aeb38 fib: Refetech the adj after the walk in case the pool realloc'd by Neale Ranns · 3 years ago
  24. 657b9e3 misc: Remove the unused GBP fields from the buffer meta-data by Neale Ranns · 3 years ago
  25. 89618da tcp: set sw_if_index in tcp src-address cli by Mercury · 3 years ago
  26. 9ff617c ip: remove archaic vector code from mtrie by Damjan Marion · 3 years ago
  27. 65409fb tcp: fix endpoint lookup failed caused by key uninitialized by Mercury · 3 years ago
  28. cdfe8ab session svm: track fs and seg manager index in fs by Florin Coras · 3 years ago
  29. c824977 session: fix segment alloc/free worker race by Florin Coras · 3 years ago
  30. 61e26be tls: don't add listen to lookup table by Filip Tehlar · 3 years ago
  31. 53962fb fib: MPLS EOS chains built for attached prefixes should link to a lookup DPO by Neale Ranns · 3 years ago
  32. f977ce7 session: ignore rpc in fifo event lookups by Florin Coras · 3 years ago
  33. a0024a6 session: improve sh segment-manager cli by Florin Coras · 3 years ago
  34. 4ab6ad1 ip: SVR fix race condition by Klement Sekera · 3 years ago
  35. e3241f0 fib: Incorrect logic for IPv6 link-local attached export. by Neale Ranns · 3 years ago
  36. c72feb8 bfd: fix NULL dereference in bfd_api_verify_common by Frédéric Perrin · 3 years ago
  37. 20c2423 session: app mq congestion detection by Florin Coras · 3 years, 1 month ago
  38. b7e4e6d virtio: integrate with new tx infra by Mohsin Kazmi · 3 years ago
  39. 162ff5e interface: Add interface monitor cli by Nathan Skrzypczak · 3 years, 1 month ago
  40. b8de7d4 vxlan: crash on configuring vxlan tunnel on l3 mode by Steven Luong · 3 years ago
  41. 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years, 1 month ago
  42. 755042d ip: reassembly: drop zero length fragments by Klement Sekera · 3 years ago
  43. d089206 arp: fix arp_vft callback by Mercury · 3 years ago
  44. 8ade4a5 tcp: fix the tcp src-address cli by Mercury · 3 years ago
  45. 7c3275e ip: reassembly: handle atomic fragments correctly by Klement Sekera · 3 years ago
  46. 0eb83f4 api: improve REPLY_MACRO safety by Klement Sekera · 3 years ago
  47. 074f397 session: stricter tx checks for ct sessions by Florin Coras · 3 years ago
  48. 13987da session: fix duplicate segment del message by Florin Coras · 3 years ago
  49. e46ea1d fib: fix coverity warning/don't dereference NULL by Klement Sekera · 3 years, 2 months ago
  50. c14b8cf ipsec: fix async buffer leak by Matthew Smith · 3 years ago
  51. 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
  52. 03092c1 ip: extension header parsing fails for fragment header by Ole Troan · 3 years, 1 month ago
  53. 2008912 fib: Fix the display (or lack of) for fib node types in dependent children lists by Neale Ranns · 3 years ago
  54. 376c210 interface: add support for outer header checksums by Mohsin Kazmi · 3 years, 1 month ago
  55. 02cc719 session: remove segment if empty after writer lock by Florin Coras · 3 years, 1 month ago
  56. 1a4aaf1 session: mark first listener segment as protected by Florin Coras · 3 years, 1 month ago
  57. 5babf98 session: no deq notifications after close by Florin Coras · 3 years, 1 month ago
  58. dfd27bc session: postpone close notification if still accepting by Florin Coras · 3 years, 1 month ago
  59. b779ca9 ipfix-export: don't check the result of pool_get by Paul Atkins · 3 years, 1 month ago
  60. 19f6e26 session: fix clib_rwlock_writer_unlock lost by wanghanlin · 3 years, 1 month ago
  61. 9adcc97 devices: fix af_packet GSO check by Nathan Skrzypczak · 3 years, 1 month ago
  62. c6eb7da session: accept reply improvements by Florin Coras · 3 years, 1 month ago
  63. 9439a36 session: postpone ct peer disconnect and more checks by Florin Coras · 3 years, 1 month ago
  64. a7bd826 session: only notify server on ct connect failure by Florin Coras · 3 years, 1 month ago
  65. 5e0ea09 l2: change prefetch to prefetchw by Ray Kinsella · 3 years, 1 month ago
  66. 2711ca7 session: improve fifo segment allocation by Filip Tehlar · 3 years, 1 month ago
  67. 32c7335 session: detach server from client on connect failure by Florin Coras · 3 years, 1 month ago
  68. 3be9164 misc: deprecate gbp and its dependents by Neale Ranns · 4 years, 3 months ago
  69. 0a7551b vxlan: multiarch optimization of vxlan by Ray Kinsella · 3 years, 1 month ago
  70. 2dc942e devices: support build on older kernels by Florin Coras · 3 years, 1 month ago
  71. a424dd1 ip: unlock_fib on if delete by Nathan Skrzypczak · 3 years, 4 months ago
  72. d431d74 gso: implement gso segementation copy with checksum by Mohsin Kazmi · 3 years, 2 months ago
  73. e494ad1 ipfix-export: support sending of ipv6 pkts by Paul Atkins · 3 years, 2 months ago
  74. 5140484 ipfix-export: Change exp to use ip_address by Paul Atkins · 3 years, 2 months ago
  75. 0ea1485 ipfix-export: rename variables when building bufs by Paul Atkins · 3 years, 2 months ago
  76. c2d476b ipfix-export: refactor params to the callback fns by Paul Atkins · 3 years, 2 months ago
  77. 19a5f23 ipfix-export: Add APIs to get/send buffers by Paul Atkins · 3 years, 3 months ago
  78. acb0d2d ipfix-export: add a new API to dump all exporters by Paul Atkins · 3 years, 3 months ago
  79. d747dd9 ipfix-export: support creating multiple exporters by Paul Atkins · 3 years, 3 months ago
  80. a6e131e ipfix-export: refactor ipfix_exporter_t_handler fn by Paul Atkins · 3 years, 3 months ago
  81. 40f9a7a ipfix-export: pass an exp to flow_report_add_del by Paul Atkins · 3 years, 3 months ago
  82. 9e82781 ipfix-export: make stream fns exporter aware by Paul Atkins · 3 years, 3 months ago
  83. 9ec6449 ipfix-export: refactor fields in flow_report_main by Paul Atkins · 3 years, 3 months ago
  84. a3767bd tls: add option to config additional segment size by Florin Coras · 3 years, 1 month ago
  85. 6fdcc3d fib: Don't use [midchain] adjacencies to change an interface's feature arc by Neale Ranns · 3 years, 2 months ago
  86. ef04803 session: deprecate mq segments baseva by Florin Coras · 3 years, 1 month ago
  87. 8afe1b8 session: improve wrk mq segment allocation by Florin Coras · 3 years, 1 month ago
  88. b28652e ip: comparing IP prefixes should not modify them by Neale Ranns · 3 years, 2 months ago
  89. fc8d0c5 session: fix state check in switch pool by Florin Coras · 3 years, 1 month ago
  90. 0200044 session: support close during migration by Florin Coras · 3 years, 1 month ago
  91. c215e5a session: try to coalesce ct accept rpcs by Florin Coras · 3 years, 1 month ago
  92. c24198b ip6: ip6_not_enabled_node is a sibling of ip6-drop by Paul Atkins · 3 years, 1 month ago
  93. 6563c5b ipfix-export: remove unused code in flow_report.h by Paul Atkins · 3 years, 3 months ago
  94. 292992e ipfix-export: tidy code style in flow_report.c by Paul Atkins · 3 years, 3 months ago
  95. 5df0b34 ipfix-export: set msg id correctly for dump msg by Paul Atkins · 3 years, 3 months ago
  96. 7fe0069 session: add per worker ct context by Florin Coras · 3 years, 1 month ago
  97. 9895238 session: postpone ct segment delete by Florin Coras · 3 years, 1 month ago
  98. 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 1 month ago
  99. 50bd1d3 fib: re-evaluate the import/export state of a prefix. by Neale Ranns · 3 years, 2 months ago
  100. 3ef8bf3 session: add support for DSCP by Filip Tehlar · 3 years, 2 months ago