1. 1f5a606 misc: remove unnecessary cast in classify by Zhiyong Yang · 5 years ago
  2. 5f06632 session: add transport deleted state by Florin Coras · 5 years ago
  3. d39495d build: add missing .api files for packaging by Benoît Ganne · 5 years ago
  4. 8a4f6da misc: leverage vlib_buffer_get_current in srp by Zhiyong Yang · 5 years ago
  5. c94afaa bonding: incorrect RX counters for bond interface by Steven Luong · 5 years ago
  6. 5281a90 qos: QoS dump APIs by Neale Ranns · 5 years ago
  7. 1dbcf30 fib: Support the POP of a Psuedo Wire Control Word by Neale Ranns · 5 years ago
  8. 8c1280f bonding: print the name on the cli when created by Mohsin Kazmi · 5 years ago
  9. c5d5327 tap: print the interface name on cli when created by Mohsin Kazmi · 5 years ago
  10. 6afaae1 ipsec: GCM, Anti-replay and ESN fixess by Neale Ranns · 5 years ago
  11. ae3eaac tls: handle engine listen failure by Florin Coras · 5 years ago
  12. 994ef1c fib: remove unused input parameter by Zhiyong Yang · 5 years ago
  13. 3940de3 api: binary api cleanup by Dave Barach · 5 years ago
  14. 6b257c6 udp: fix typo in udp connectinon flags by Dave Wallace · 5 years ago
  15. 60183db session: reorganize dispatch logic by Florin Coras · 5 years ago
  16. 3b72619 udp: fix connection flags by Aloys Augustin · 5 years ago
  17. 198cba8 session: avoid postponing close by Florin Coras · 5 years ago
  18. a0904f0 tcp: generate closed notifications whenever tcp closes by Florin Coras · 5 years ago
  19. 545866b devices: vhost handling VHOST_USER_SET_FEATURES by Steven Luong · 5 years ago
  20. a58fec1 bonding: fix create bond CLI by Zhiyong Yang · 5 years ago
  21. c754239 udp: support close with data by Florin Coras · 5 years ago
  22. 0f09a47 gso: Fix the l3 packet gso segment size by Mohsin Kazmi · 5 years ago
  23. 1f50bf8 fib: FIB Entry tracking by Neale Ranns · 5 years ago
  24. cca9618 session: improve event logging by Florin Coras · 5 years ago
  25. 751e3f3 bonding: add support for numa-only in lacp mode by Zhiyong Yang · 5 years ago
  26. 8ac1d6d session: Use parent_handle instead of transport_opts by Nathan Skrzypczak · 5 years ago
  27. f41110d ipsec: register for port 4500 at INIT by Neale Ranns · 5 years ago
  28. 88d29a9 ip: admin change affects intf IPv4 addr routes by Matthew G Smith · 5 years ago
  29. c30d87e tap: fix memory errors with create/delete API by Benoît Ganne · 5 years ago
  30. 58b2eb1 vlib: convert frame_index into real pointers by Andreas Schultz · 5 years ago
  31. 456d2f9 tcp: add node with no 6-tuple lookup by Vladimir Kropylev · 5 years ago
  32. 6e8b811 session: move constants definition by Florin Coras · 5 years ago
  33. 2062ec0 session: use llist in session node evt handling by Florin Coras · 5 years ago
  34. 0dfbce6 session: grab mq lock until ctrl event is enqueued by Florin Coras · 5 years ago
  35. a2e4451 session: fix node enable sequence by Vladimir Kropylev · 5 years ago
  36. 41afb33 ipsec: handle UDP keepalives by Neale Ranns · 5 years ago
  37. 37dab43 ipsec: coverity found c-n-p error by Neale Ranns · 5 years ago
  38. 4b0b0d4 ipsec: rewind missing from dual loop by Neale Ranns · 5 years ago
  39. f974794 interface: fix issue that pcap rx/tx trace not available when there are worker threads by Wei CHEN · 5 years ago
  40. 692b949 session: allow transports to generate closed notifications by Florin Coras · 5 years ago
  41. 53c5015 api: add DSCP definitions to ip_types.api by Paul Vinciguerra · 5 years ago
  42. 95dd1fe quic: fix show session verbose by Aloys Augustin · 5 years ago
  43. bec771b tls quic: reduce default segment sizes by Aloys Augustin · 5 years ago
  44. a0abbff session: add thread index to all formatters by Aloys Augustin · 5 years ago
  45. 401aedf ipsec: drop outbound ESP when no crypto alg set by Matthew Smith · 5 years ago
  46. 43ba292 ip: Trace the packet from the punt node by Neale Ranns · 5 years ago
  47. 495d7ff ipsec: Reference count the SAs by Neale Ranns · 5 years ago
  48. 719beb7 ip ipsec: Remove IPSec SPI-0 punt reason by Neale Ranns · 5 years ago
  49. bbe6d11 syslog: fix syslog structured data formatting by Benoît Ganne · 5 years ago
  50. 39040a6 ip: Punt node does not free iovecs by Neale Ranns · 5 years ago
  51. a4d2431 ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify" by Neale Ranns · 5 years ago
  52. d2029bc ipsec: Revert "IPSEC: remove double byte swap of IP addresses" by Neale Ranns · 5 years ago
  53. 85fc130 tcp: improve rate estimate by Florin Coras · 5 years ago
  54. adbaf7b ip: fix show ip neigh vector read overflow by Benoît Ganne · 5 years ago
  55. 33fa710 misc: fix buffer issue in geneve_input by Zhiyong Yang · 5 years ago
  56. b5d61a9 fib: fib_entry_flags_update takes a vector of paths by Neale Ranns · 5 years ago
  57. 70f26d5 session: notify app of session and transport cleanup by Florin Coras · 5 years ago
  58. 50f4a41 udp: UDPC handle open fail by Nathan Skrzypczak · 5 years ago
  59. 777d2ae tcp: remove warning for multi-seg scnario. by Simon Zhang · 5 years ago
  60. 3f5ebed fib: fix urpf_itfs vector overflow by Benoît Ganne · 5 years ago
  61. b3f58e1 tcp: track last lost bytes in sack sb by Florin Coras · 5 years ago
  62. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  63. 888640a map gbp papi: match endianess of f64 by Paul Vinciguerra · 6 years ago
  64. 44e6046 ip: retain local interface address adjacency by Matthew Smith · 5 years ago
  65. 2eed1a1 session: add flag to disable session lookup by Nathan Skrzypczak · 5 years ago
  66. 61ad550 session: target app.fib_index in unbind_uri by Nathan Skrzypczak · 5 years ago
  67. 81cfa9c vxlan-gbp: Decap ignores reserved bits by Neale Ranns · 5 years ago
  68. fe2fff3 ethernet: ARP disabled node by Neale Ranns · 5 years ago
  69. 3ffe6ca sctp: move to plugins, disabled by default by Florin Coras · 5 years ago
  70. 1cfcb78 tcp: timestamp adjustment by Vladimir Kropylev · 5 years ago
  71. ca2831a tcp: add cc algo start tx event by Florin Coras · 5 years ago
  72. eff6b82 tcp: add cc algo undo recovery notification by Florin Coras · 5 years ago
  73. a3c3265 tcp: add loss signal to cc algo by Florin Coras · 5 years ago
  74. 73c8d1d vxlan-gpe: simplify counter code by Zhiyong Yang · 5 years ago
  75. 4bda2d9 misc: fix coverity warnings by Dave Barach · 5 years ago
  76. 0c7f54d quic: fifo notifications fix by Aloys Augustin · 5 years ago
  77. c2ac235 fib: allow route delete with no paths and multipath=0 to remove the whole route by Neale Ranns · 5 years ago
  78. cfc7a10 gbp: add anonymous l3-out external interfaces by Benoît Ganne · 5 years ago
  79. 312758f fib: Coverity fix to remove dead code by Neale Ranns · 5 years ago
  80. 9a2082f lisp: init locator probed field in parser by Florin Coras · 5 years ago
  81. 8a8b83f ip: check all fib src for a connected dst entry by Benoît Ganne · 5 years ago
  82. 7910feb ip: fix ip lookup for arm by Florin Coras · 5 years ago
  83. 1671d3b pg: format_pg_input_trace - reorder fields by Paul Vinciguerra · 5 years ago
  84. e558496 devices: virtio pci leaking spinlock by Steven Luong · 5 years ago
  85. 2d379d8 svm: rename fifo tx notifications to reflect use by Florin Coras · 5 years ago
  86. e3bbf5b interface: fixes for buliding for 32bit targets by Vijayabhaskar Katamreddy · 5 years ago
  87. cb54e3c ip: ip-lookup - remove the dead code by Neale Ranns · 5 years ago
  88. f73d4c2 tcp: reject out-of-order fins by Florin Coras · 5 years ago
  89. 182bbc1 tcp: fix close-waiting check for outstanding tx data by Florin Coras · 5 years ago
  90. a26349d session: add half_open_has_fifos for UDPC by Nathan Skrzypczak · 5 years ago
  91. 8d879e1 tap: fix memory errors in create/delete by Benoît Ganne · 5 years ago
  92. 4f731f8 tcp: Setup initial CWND as configured by Vladimir Kropylev · 5 years ago
  93. b4ca8b1 sctp: add option to enable/disable by Florin Coras · 5 years ago
  94. e971bc9 session: Add transport vft protocol options by Nathan Skrzypczak · 5 years ago
  95. 52c5f26 bonding: fix comment typo by Zhiyong Yang · 6 years ago
  96. 023d23a fib: default flow hash config for each DPO protocol type by Neale Ranns · 5 years ago
  97. ab05508 api: refactor format_vl_api_prefix_t return keys by Paul Vinciguerra · 6 years ago
  98. 377860a api: Remove the inlines file and replace with library functions by Neale Ranns · 5 years ago
  99. aaba610 api: initialize sw_if_index earlier in vxlan_gbp_tunnel_add_del by Paul Vinciguerra · 5 years ago
  100. f6a9ec5 fib: adj cover refinement check change by Neale Ranns · 5 years ago