1. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  2. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  3. d12ff50 tcp: add more last-ack arcs by Florin Coras · 6 years ago
  4. 85a3ddd tcp: separate active and passive establish timers by Florin Coras · 6 years ago
  5. 76bc130 tcp: add fin-wait-1 dispatch arcs by Florin Coras · 6 years ago
  6. d482336 FIB: adj src assert fix part 2 by Neale Ranns · 6 years ago
  7. 3c514d5 tcp: compute seq_end in tcp_input by Florin Coras · 6 years ago
  8. 7b8f916 FIB: remove assert from adj src by Neale Ranns · 6 years ago
  9. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  10. 8d6f34e ethernet-input tagged packets optimizations by Damjan Marion · 6 years ago
  11. 27ca298 tapv2: coverity woe by Steven · 6 years ago
  12. 844a36d http server: improvements by Florin Coras · 6 years ago
  13. b7778b6 MFIB: coverity fixes by Neale Ranns · 6 years ago
  14. 78cc4b0 tcp: fix fin_wait_1 condition to send fin by Florin Coras · 6 years ago
  15. 1af9ab5 tcp: fix syn-sent reset by Florin Coras · 6 years ago
  16. 775f73c FIB: encode the label stack in the FIB path during table dump by Neale Ranns · 6 years ago
  17. 359db1e delete policer classify repeat count drop packets when action is DROP by cohu · 6 years ago
  18. d0f70a3 reassembly: replace asserts with error counters by Klement Sekera · 6 years ago
  19. aefbede session: add cli option to dump session elog by Florin Coras · 6 years ago
  20. 5c0f166 tcp: fix fin in syn-rcvd by Florin Coras · 6 years ago
  21. 678a657 tcp: add more state machine arcs by Florin Coras · 6 years ago
  22. e96bf63 tcp/session: notify transport of close when tx fifo is not empty by Florin Coras · 6 years ago
  23. e2ea193 session: handle close before app accept reply by Florin Coras · 6 years ago
  24. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  25. 9e829a8 MFIB: recurse resolution through an MFIB entry by Neale Ranns · 6 years ago
  26. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  27. e78ac9d tcp: cleanup connections if handshake fails by Florin Coras · 6 years ago
  28. 8124cb7 tcp: fix handling of broken syn options by Florin Coras · 6 years ago
  29. 91236ce tcp: accept rst that fail paws by Florin Coras · 6 years ago
  30. f49ba0e stats: Deprecate old stats framework by Ole Troan · 6 years ago
  31. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  32. 4ee633e VPP-1523: harden reassembly by Klement Sekera · 6 years ago
  33. ae80983 IP6-MFIB: replace the radix tree with bihash (VPP-1526) by Neale Ranns · 6 years ago
  34. 41b923a VPP-1510: add support for punt delete by Pavel Kotucek · 6 years ago
  35. 400f6d8 reassembly: fix internal buffer count accounting by Klement Sekera · 6 years ago
  36. 14d7e90 VPP-1522: harden reassembly code by Klement Sekera · 6 years ago
  37. 2e7e6ae tcp: drop handshake ack with fin set by Florin Coras · 6 years ago
  38. 21bb9af make build failure. by Paul Vinciguerra · 6 years ago
  39. e91e6de Fix VPP-1530 Classify session creation error by jackiechen1985 · 6 years ago
  40. e80b591 tcp: fix handling of no wscale in syns by Florin Coras · 6 years ago
  41. 4850e3e tcp: validate seq for handshake ack by Florin Coras · 6 years ago
  42. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  43. b2ecc5d ip4_rewrite_inline: fix variable error by Zhiyong Yang · 6 years ago
  44. 41b25cf fix spurious error setting SA on ipsec intf by Matthew Smith · 6 years ago
  45. 057b356 Change ipsec feature node names by Pierre Pfister · 6 years ago
  46. 4c422f9 Add IPSec interface FIB index for TX packet by Pierre Pfister · 6 years ago
  47. 240f69a Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failing by jackiechen1985 · 6 years ago
  48. be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
  49. 521a8d7 FIB recusrion loop checks traverse midchain adjacencies by Neale Ranns · 6 years ago
  50. ab86f86 tcp: improve check for invalid sack blocks by Florin Coras · 6 years ago
  51. df08478 tcp: measure us rtt with syn-ack by Florin Coras · 6 years ago
  52. ea41aac tcp: fix timestamp check and paws by Florin Coras · 6 years ago
  53. 8023111 tcp: better handling of options only allowed in syns by Florin Coras · 6 years ago
  54. 311e11b tcp: validate connection state in retransmit by Florin Coras · 6 years ago
  55. b8dda5f tcp: fix length check by Florin Coras · 6 years ago
  56. e88865d VPP-1506: dump local punts and registered punt sockets by Pavel Kotucek · 6 years ago
  57. 9f6957d Fix VPP-1515 IPSec receive packet error in transport mode with udp encap by jackiechen1985 · 6 years ago
  58. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  59. ad69c1f MFIB; CLI improvements by Neale Ranns · 6 years ago
  60. 4af830c session/tcp: postpone cleanup on reset by Florin Coras · 6 years ago
  61. 2e02ba0 ipsec: simplify bumping counters - cosmetic change by Klement Sekera · 6 years ago
  62. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  63. a5fb0ec Add VNET_BUFFER_F_AVAIL definitions by Dave Barach · 6 years ago
  64. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  65. 44cea22 MPLS: buffer over-run with incorrectly init'd vector. fix VAT dump by Neale Ranns · 6 years ago
  66. 7bdaa3f Format vnet_buffer_t l2 feature bitmap by Dave Barach · 6 years ago
  67. b4a7a7d Add UDP encap flag by Filip Tehlar · 6 years ago
  68. 494a09a move [m]fib and BIER tests to unittest plugin by Neale Ranns · 6 years ago
  69. 64fb995 Copying QoS Bits when fragmented, so that marking can happen properly also cleaning up some unused code by Vijayabhaskar Katamreddy · 6 years ago
  70. de84727 IPSEC-AH: anti-replay testing by Neale Ranns · 6 years ago
  71. e7f61d1 ip_reassembly_enable_disable reply handler name is changed. by Chore · 6 years ago
  72. 7fff3d2 Metadata / opaque formatting belongs in vpp by Dave Barach · 6 years ago
  73. bb46324 IPSEC-AH: fix packet drop by Neale Ranns · 6 years ago
  74. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  75. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  76. 4744ddb session: use endpt fib index if app in default ns by John Lo · 6 years ago
  77. e87865d DHCP: Initialise trace for copied buffers. by Ole Troan · 6 years ago
  78. 3460b01 api: ip_source_check_interface_add_del api is added. by Chore · 6 years ago
  79. b6a4795 GBP: l3-out subnets by Neale Ranns · 6 years ago
  80. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  81. 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
  82. 330bf93 Export ethernet/mac_address.h as part of API installation. by Jon Loeliger · 6 years ago
  83. 53fffa1 API: Add support for type aliases by Ole Troan · 6 years ago
  84. 4f10db3 ipsec: move ipsec defs to ipsec.h by Klement Sekera · 6 years ago
  85. 5a5a869 Remove useless prefetch in ip4-rewrite node by Simon Zhang · 6 years ago
  86. f970d2f Minor tweaks by Dave Barach · 6 years ago
  87. 6221927 Fix IPSec CLI key parsing by Pierre Pfister · 6 years ago
  88. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  89. 2af0e3a flow-hash: Add symmetric flag for flow hashing by Mohsin Kazmi · 6 years ago
  90. ddf6e08 Remove unused argument from eth_identify_subint(...) by Damjan Marion · 6 years ago
  91. 96e8cd0 vhost-user: use memory store barrier by Damjan Marion · 6 years ago
  92. 3b4c64e session: fix coverity app name warning by Florin Coras · 6 years ago
  93. 46bf866 vhost-user: add missing inlines by Damjan Marion · 6 years ago
  94. ba1afaa vhost-user: avoid global storage access by Damjan Marion · 6 years ago
  95. 9282538 vhost-user: simplify input loop by Damjan Marion · 6 years ago
  96. ffba3c3 MAP: Use explicit address/prefix types in API by Ole Troan · 6 years ago
  97. 6a8bfd4 vhost-user: hint ethernet-input about single sw_if_index by Damjan Marion · 6 years ago
  98. 9af4504 vhost-user: avoid per-packet feature arc lookups by Damjan Marion · 6 years ago
  99. befe691 vhost-user: fix input node runtime stats by Damjan Marion · 6 years ago
  100. b4515b4 Add RFC5424 syslog protocol support (VPP-1139) by Matus Fabian · 6 years ago