aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_node.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27session: fix mq ext config cleanupFlorin Coras1-2/+1
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-11/+0
2021-04-22vcl session: extended connect/listen configurationFlorin Coras1-1/+35
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras1-0/+48
2021-04-07session: fix coverity warningFlorin Coras1-5/+5
2021-04-06session: basic support for interrupt modeFlorin Coras1-0/+117
2021-04-05tcp: time infra improvementsFlorin Coras1-2/+1
2021-03-29svm session vcl: per app rx message queuesFlorin Coras1-25/+25
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-1/+1
2021-03-17session: fix populating chained buffersIvan Shvedunov1-3/+5
2021-03-11session tls: deq notifications for custom txFlorin Coras1-0/+4
2021-02-09session: coverity fixesFlorin Coras1-2/+4
2021-02-05session svm: non blocking mqFlorin Coras1-3/+2
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras1-2/+2
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras1-2/+2
2020-12-04udp session: fix deq notification for dgramsFlorin Coras1-1/+4
2020-12-01session: allow small pacer burstsFlorin Coras1-1/+2
2020-11-09vlib: fix trace number accountingBenoît Ganne1-11/+15
2020-11-03session: reduce max session node frame sizeFlorin Coras1-4/+4
2020-10-26session: fix feature disableFlorin Coras1-0/+2
2020-10-19hsa: cleanup sock server testFlorin Coras1-1/+1
2020-09-21session: use wrk instead of thread index in nodeFlorin Coras1-10/+12
2020-08-11vcl: support inter worker rpcFlorin Coras1-0/+30
2020-07-07session: fix ct listener cleanupFlorin Coras1-3/+1
2020-05-21vcl: support connected udp listensFlorin Coras1-0/+1
2020-04-22session: multiple dgrams per dispatchFlorin Coras1-7/+50
2020-04-20session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-04-13session: cleanup debug codeFlorin Coras1-157/+3
2020-04-13session: adding debug eventsSrikanth Akula1-0/+11
2020-04-08session: alloc exact number of bufs for multi-seg deqsSimon Zhang1-7/+23
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras1-8/+3
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+1
2020-04-04session tls: support tls deschedulingFlorin Coras1-10/+11
2020-04-04session tls: improve app transports tx schedulingFlorin Coras1-4/+26
2020-04-03session: improve error reportingFlorin Coras1-4/+2
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-1/+1
2020-04-02udp session vcl: add udp iperf testFlorin Coras1-0/+7
2020-04-01session udp: support connect on listenersFlorin Coras1-0/+1
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-8/+15
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-8/+8
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-37/+39
2020-03-06session: fix session reschedule conditionFlorin Coras1-1/+1
2020-02-23session: include timer generated packets in max burstFlorin Coras1-1/+2
2020-02-23session: minimize number of tx eventsFlorin Coras1-8/+21
2020-02-11session: avoid scanning new io list under loadFlorin Coras1-21/+9
2020-01-28session tcp: fix packet tracingFlorin Coras1-2/+2
2020-01-24session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-01-09session: remove io event dispatch dbg msgFlorin Coras1-4/+1
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak1-0/+1
2019-12-06session: close for reset replies independent of stateFlorin Coras1-2/+2