- 9845c20 session: add option to preallocate fifo headers by Florin Coras · 4 years, 8 months ago
- 7784140 misc: binary api fuzz test fixes by Dave Barach · 4 years, 8 months ago
- bf39597 session: cleanup listener segment manager on wrk free by Florin Coras · 4 years, 8 months ago
- 77d9838 vlib: add ASSERT to vlib_time_now(...) by Dave Barach · 4 years, 8 months ago
- c0e9441 tests: move defaults from defaultmapping to .api files by Paul Vinciguerra · 4 years, 8 months ago
- 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
- 30a28c1 session: fix session_table_get_or_alloc by Andreas Schultz · 4 years, 8 months ago
- 6e0ee95 session: multiple dgrams per dispatch by Florin Coras · 4 years, 8 months ago
- 7ce23f2 session: fix use-after-free in input node by Benoît Ganne · 4 years, 8 months ago
- da302e4 session: avoid rx notifications on accepting sessions by Florin Coras · 4 years, 8 months ago
- 701c099 session: fix half-open cleanup by Florin Coras · 4 years, 8 months ago
- d50ff7f session tcp: track half open in app wrk by Florin Coras · 4 years, 8 months ago
- 77ea42b session: detach session from app on cleanup by Florin Coras · 4 years, 8 months ago
- 1bd4616 session: avoid all session cleanup on unlisten by Florin Coras · 4 years, 8 months ago
- 4fde4ae session: remove ho with fifos support by Florin Coras · 4 years, 8 months ago
- 1116667 session: cleanup debug code by Florin Coras · 4 years, 8 months ago
- 7357043 session: adding debug events by Srikanth Akula · 4 years, 8 months ago
- 256779c udp: remove connected udp transport proto by Florin Coras · 4 years, 8 months ago
- 12813d5 session: fix leak on accept fifo alloc failure by Florin Coras · 4 years, 8 months ago
- 6d7552c session: update fifo slice on session migration by Florin Coras · 4 years, 8 months ago
- e759bb5 udp: cleanup input node by Florin Coras · 4 years, 8 months ago
- ae16a98 session: alloc exact number of bufs for multi-seg deqs by Simon Zhang · 4 years, 9 months ago
- a8c3b86 session: add more session errors by Florin Coras · 4 years, 8 months ago
- ab57edb udp session: allow dgram ip fragmentation by Florin Coras · 4 years, 8 months ago
- ba78e23 udp session: jumbo frames and configurable mtu by Florin Coras · 4 years, 8 months ago
- 7a2abce vcl session: enforce full dgram reads/writes by Florin Coras · 4 years, 8 months ago
- 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 8 months ago
- 9f86d22 session tls: support tls descheduling by Florin Coras · 4 years, 9 months ago
- ed8db52 session tls: improve app transports tx scheduling by Florin Coras · 4 years, 10 months ago
- 3e07a4a misc: sprintf be gone by Dave Barach · 4 years, 8 months ago
- 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
- e33c002 session: init port_proto_type asap by Florin Coras · 4 years, 8 months ago
- d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 8 months ago
- 888d9f0 session: remove obsolete apis by Florin Coras · 4 years, 8 months ago
- 57a5a2d udp session vcl: add udp iperf test by Florin Coras · 4 years, 9 months ago
- 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
- 805d58c session: allow rx events independnt of state by Florin Coras · 4 years, 9 months ago
- 6eef40b session: fix fifos display by Aloys Augustin · 4 years, 9 months ago
- 5484daa tcp: reuse session infra for syns and resets by Florin Coras · 4 years, 9 months ago
- 87b7e3d session udp: flag for connected udp by Florin Coras · 4 years, 9 months ago
- 4897d77 session: fix coverity warning by Dave Barach · 4 years, 9 months ago
- 65c30ce svm: correct format_fifo_segment by Ryujiro Shibuya · 4 years, 9 months ago
- 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
- 1a8c437 session: export session_alloc_for_connection by Andreas Schultz · 4 years, 9 months ago
- 6080e0d tcp: force deschedule if no send space available by Florin Coras · 4 years, 9 months ago
- 70f879d session tcp udp: consolidate transport snd apis by Florin Coras · 4 years, 9 months ago
- d8da60d session: fix session reschedule condition by Florin Coras · 4 years, 9 months ago
- 75ccf7b session: fix segment search on fifo alloc by Florin Coras · 4 years, 9 months ago
- b4e5e50 session: API cleanup by Jakub Grajciar · 4 years, 11 months ago
- 8c79a4e svm: fix coverity warnings by Florin Coras · 4 years, 10 months ago
- aab0604 tls session: fix unlisten by Florin Coras · 4 years, 10 months ago
- 2de9c0f svm: minimal initial fifo by Florin Coras · 4 years, 10 months ago
- d8f48e2 session: basic fifo-tuning-logic by Ryujiro Shibuya · 5 years ago
- 234fe89 session svm: tracking segment memory usage by Ryujiro Shibuya · 5 years ago
- f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
- e9570d4 session: include timer generated packets in max burst by Florin Coras · 4 years, 10 months ago
- aaf64a2 session: minimize number of tx events by Florin Coras · 4 years, 10 months ago
- ff19e3b tcp: allow custom mss on connects by Florin Coras · 4 years, 10 months ago
- 47d41ad misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
- 4dc10a4 tcp: improve invalid packet handling in syn-rcvd by Florin Coras · 4 years, 10 months ago
- 16d974e session: avoid scanning new io list under load by Florin Coras · 4 years, 10 months ago
- 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
- 30928f8 session tcp: fix packet tracing by Florin Coras · 4 years, 11 months ago
- 2d8829c session: fix node runtime in pre-input queue handler by Florin Coras · 5 years ago
- 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
- 87b0c89 session: remove io event dispatch dbg msg by Florin Coras · 5 years ago
- 8ef8f8f session: add feature.yaml by Florin Coras · 5 years ago
- 95cd864 session: fix listener global endpoint lookup by Florin Coras · 5 years ago
- b092b77 tcp: Enable TCP timewait port use by Yu Ping · 5 years ago
- c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
- d1b9e70 quic: Implement crypto contexts by Nathan Skrzypczak · 5 years ago
- f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
- ef4f3e7 session svm: support for segments larger than 4GB by Florin Coras · 5 years ago
- 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
- 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
- cfdb109 session: Add mq debug cli by Nathan Skrzypczak · 5 years ago
- c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
- 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
- f191032 session: close for reset replies independent of state by Florin Coras · 5 years ago
- 901467e session: fix session_main_get_worker_if_valid by Nathan Skrzypczak · 5 years ago
- d3955fb session: no cleanup notification for forced deletes by Florin Coras · 5 years ago
- c298f37 quic: Refactor for crypto contexts by Nathan Skrzypczak · 5 years ago
- 11e9e35 session tcp: support pacer idle timeouts by Florin Coras · 5 years ago
- d9035a4 session tcp: add opaque data to show cli by Florin Coras · 5 years ago
- 3bbbf0d session: fix transport proto unformat by Florin Coras · 5 years ago
- 989bc47 session: Fix out of order mq by Nathan Skrzypczak · 5 years ago
- 91f90d0 session: more show cli output by Florin Coras · 5 years ago
- 93e060a session: Increasing the Header lengthe size by Srikanth Akula · 5 years ago
- e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
- 31bd035 session: session enable in multiworker by Nathan Skrzypczak · 5 years ago
- aa43914 session: re-set tx fifo event if out of buffers by Florin Coras · 5 years ago
- 4f59985 session: add space around ternary operator by Vratko Polak · 5 years ago
- de6caf4 session: Add crypto context by Nathan Skrzypczak · 5 years ago
- 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago
- 9d3e1b4 session: fix app attach on error by Nathan Skrzypczak · 5 years ago
- a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
- 2d0b2bb session: fix show cli with closed session by Florin Coras · 5 years ago
- dd97a48 session: reschedule asap when snd space constrained by Florin Coras · 5 years ago
- 45b7973 session: avoid double dispatch of new events by Florin Coras · 5 years ago
- ba13c3b session: fix dispatch event logging by Florin Coras · 5 years ago