1. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  2. be72ae6 tcp: minimize use of tls by Florin Coras · 6 years ago
  3. bf9f02c arp:add error counters for all failure cases by Eyal Bari · 6 years ago
  4. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  5. 0d883a4 session: fix sh session cli by Florin Coras · 6 years ago
  6. 11d47af l2fib:remove unused bucket arg in lookup functions by Eyal Bari · 6 years ago
  7. 5f56d73 session: prioritize postponed sessions by Florin Coras · 6 years ago
  8. 5a7ca7b session: add wrk context by Florin Coras · 6 years ago
  9. 1bce5a9 ADJ: init MTU to interface default by Neale Ranns · 6 years ago
  10. 8f8994a change mac address functions take const mac by Neale Ranns · 6 years ago
  11. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  12. cd35e53 Use throttle_t for ND throttling by Neale Ranns · 6 years ago
  13. b3a9381 interface-flags; fix coverity error found in conversion by Neale Ranns · 6 years ago
  14. 0c2319f Fixing Exclusive dpo path issues added when via rpath by Vijayabhaskar Katamreddy · 6 years ago
  15. 9f3b14e session: move test to unittest plugin by Florin Coras · 6 years ago
  16. f238901 bond: problem switching from l2 to l3 by Steven · 6 years ago
  17. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  18. 75b39f8 FIB: Sources must be keep in priority order, so re-sort after a vec_del by Neale Ranns · 6 years ago
  19. a91866f pg: icmp4 & tcp4 ip length issue by Kingwel Xie · 6 years ago
  20. 49cd3ba pg: incrementing len should be truncated by stream->max_packet_bytes by Kingwel Xie · 6 years ago
  21. 4af4709 pg: allow creating pg for udp based protocols by Kingwel Xie · 6 years ago
  22. 6e43e06 Enumify interface flags by Neale Ranns · 6 years ago
  23. 5723f4a virtio: remove the extra return call by Mohsin Kazmi · 6 years ago
  24. f208b02 vxlan-gbp: On demand udp ports registration by Mohsin Kazmi · 6 years ago
  25. 82b2776 vnet/tcp/tcp.c: address a corner case. by Paul Vinciguerra · 6 years ago
  26. 0c0383d Trivial: Cleanup missing va_ends. by Paul Vinciguerra · 6 years ago
  27. de9a849 session/tcp: improve cli by Florin Coras · 6 years ago
  28. 3935fc8 ACL: Fix next_table_index classifiers consistancy by Gregory Thiemonge · 7 years ago
  29. 1bc5604 ipsec_gre.c: Remove redundant assignments. by Paul Vinciguerra · 6 years ago
  30. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  31. 2fab01e buffer trace is broken in ipsec-output. copy it from node->flags to frame->frame_flags by Kingwel Xie · 6 years ago
  32. 8797168 SCTP: DATA chunk padding fix and hardening by Marco Varlese · 6 years ago
  33. 7d645f7 L2-fwd trace show the lookup result by Neale Ranns · 6 years ago
  34. a117958 L2-input/output: use feature enum type in flag update function by Neale Ranns · 6 years ago
  35. 8a9566e dns, dhcp: on-demand udp port registration by Dave Barach · 6 years ago
  36. bf4d5ce tcp: fast retransmit improvements by Florin Coras · 6 years ago
  37. 81c0585 lisp: register cp port only if enabled by Florin Coras · 6 years ago
  38. fc3b8b8 pg: udp length & checsum issue by Kingwel Xie · 6 years ago
  39. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  40. c3ac313 ipsec: fix wrong counter bump by Klement Sekera · 6 years ago
  41. 7334393 ipsec fix missing node renames by Klement Sekera · 6 years ago
  42. 68b7cb8 Fix buffer overflow when fragmenting packets (VPP-1383) by Juraj Sloboda · 6 years ago
  43. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  44. fab2393 lisp-gpe: register udp port only if enabled (VPP-1468) by Florin Coras · 6 years ago
  45. 9f9e969 tcp: count first lost hole (VPP-1465) by Florin Coras · 6 years ago
  46. 270055a pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx node to match that of ethernet-input node by Andrew Yourtchenko · 6 years ago
  47. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  48. ecbd20b tcp: fix sacks lost bytes counting (VPP-1465) by Florin Coras · 6 years ago
  49. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  50. c5347d9 tcp: fix cleanup of non established connections (VPP-1463) by Florin Coras · 6 years ago
  51. b4d2c96 Ping; remove unused arrays by Neale Ranns · 6 years ago
  52. 9be7c6d vxlan:decap caching error (VPP-1462) by Eyal Bari · 6 years ago
  53. 6a231a1 IP Route add/del API is MP safe by Neale Ranns · 6 years ago
  54. c977e7c tcp: fix multiple fin retries (VPP-1461) by Florin Coras · 6 years ago
  55. d6fe5bd tcp: avoid sack processing when not needed (VPP-1460) by Florin Coras · 6 years ago
  56. 69fdfee bond: tx optimizations by Damjan Marion · 6 years ago
  57. 9744e6d VPP-1459:Ip4 lookup fail when exist prefix cover. by mu.duojiao · 6 years ago
  58. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  59. 710071b FIB: use vlib-log for debugging by Neale Ranns · 6 years ago
  60. e9239c9 Ping; report failures to the terminal by Neale Ranns · 6 years ago
  61. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  62. ac64b71 Sticky Load-balance by Neale Ranns · 6 years ago
  63. a23cade vnet: create L2 feature arc infrastructure by Andrew Yourtchenko · 6 years ago
  64. 59a8295 VPP-1448: Fix error when recurse on down the trie. by mu.duojiao · 6 years ago
  65. f8d5e21 vxlan:fix ip6 tunnel deletion by Eyal Bari · 6 years ago
  66. c0d532d session: mark apis for deprecation by Florin Coras · 6 years ago
  67. 83ea669 session: don't wait indefinitely for apps to consume evts (VPP-1454) by Florin Coras · 6 years ago
  68. e78bca1 vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass case (VPP-1444) by Andrew Yourtchenko · 6 years ago
  69. 75b9f45 ip: add container proxy dump API (VPP-1364) by Matus Fabian · 6 years ago
  70. 0db9b04 bfd:fix handling session creation batch by Eyal Bari · 6 years ago
  71. d29cc88 L2: BM traffic does not use UU-FWD (VPP-1445) by Neale Ranns · 6 years ago
  72. cd80692 reassembly: get number of workers instead of threads (VPP-1435) by Juraj Sloboda · 6 years ago
  73. b9fa29d L2-flood: no clone for 1 replication by Neale Ranns · 6 years ago
  74. 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
  75. cef5db0 Adding Multipath support for exclusive DPO based fib path entries via rpath by Vijayabhaskar Katamreddy · 6 years ago
  76. 2fd4b56 replicate trace fix by Neale Ranns · 6 years ago
  77. 318de5d bond: active-backup mode is using the wrong load balance algo by Steven · 6 years ago
  78. 16de39e bond: tx perf improvement, part trois by Damjan Marion · 6 years ago
  79. 326b81e session: fix local session tagging and cleanup by Florin Coras · 6 years ago
  80. d63abff On interface deletion - make sure any vlan qinq table is cleared by John Lo · 6 years ago
  81. 412ecd3 Improve ip_mroute_add_del documentation by Ian Wells · 6 years ago
  82. efd9cf3 vxlan:ip4 decap:remove access to tunnel object by Eyal Bari · 6 years ago
  83. 3048b63 Support reassembly for fragments coming to ip4-local node by Juraj Sloboda · 6 years ago
  84. a44d6b1 udp_echo: fix cut-through server mode by Florin Coras · 6 years ago
  85. 3e42ebe MFIB-API: when programming an (S,G) fix the grp-len by Neale Ranns · 6 years ago
  86. 29d22c5 VPP-1430: remove unnecessary padding by Marco Varlese · 6 years ago
  87. 06fda9c Fix handling of mpls_tunnel_add_del API by John Lo · 6 years ago
  88. 611864f ipsec: add missing ipv6 ah code & ipv6 tests by Klement Sekera · 6 years ago
  89. 400ded3 session: fix first segment manager cleanup by Florin Coras · 6 years ago
  90. 3b4a6a1 VPP-1426: CLI crash on 'set int feature' by Paul Vinciguerra · 6 years ago
  91. 8807674 Enabled untagged vs default functionality by Mike Bly · 6 years ago
  92. c67cfd2 ip4-local: classify protos that skip csum and src check by Florin Coras · 6 years ago
  93. 2f54c27 vhost-user: add support for vlib_log API by Jerome Tollet · 6 years ago
  94. 2d3c7b9 BFD: add get echo source API (VPP-1367) by Matus Fabian · 6 years ago
  95. a9a0b2c IPsec: add API for SPDs dump (VPP-1363) by Matus Fabian · 6 years ago
  96. b192feb vhost-user: Interface state updates by Juraj Sloboda · 6 years ago
  97. 83c46a2 vhost_user: Fix setting MTU using uninitialized variable by Juraj Sloboda · 6 years ago
  98. 8f39d55 Update code to compute checksum for buffer chains by Juraj Sloboda · 6 years ago
  99. ef91534 tls: fix disconnects for sessions with pending data by Florin Coras · 6 years ago
  100. 5f5d50e tcp: fix close wait timeout with no fin by Florin Coras · 6 years ago