session: Add session_sapi_enable_disable
[vpp.git] / src / vnet / session / session.c
2021-10-05 Nathan Skrzypczaksession: Add session_sapi_enable_disable 00/33300/5
2021-06-18 jxmsession: udp accept session state should be updated... 75/32775/1
2021-06-11 Florin Corassession: half-open free only on main thread 80/32680/4
2021-05-25 Florin Corassrtp: basic implementation based on libsrtp2 52/30652/47
2021-05-19 Florin Corassession: fix session queue node access on disable 75/32375/2
2021-05-18 Florin Corassession: poll main thread if pending connects 47/32347/12
2021-05-16 Florin Corassession: rpc for connects to main 24/32224/13
2021-05-14 Florin Corassession: switch ct to vc and track half-opens 03/32303/13
2021-05-14 Florin Corastls: switch dtls to vc and track half-opens 97/32297/10
2021-05-12 Florin Corastls: switch to vc service and track half-open sessions 75/32275/12
2021-05-12 Florin Corassession: return connect session handle to app 83/32283/7
2021-05-12 liuyacansession: support half-close connection 61/32261/4
2021-05-10 Florin Corassession: use half-open sessions for vc establishment 58/32258/14
2021-04-29 Florin Corassession: accept notifies for sessions in created state 68/32168/2
2021-04-14 Florin Corassession: fix next node add on transport registration 79/31979/2
2021-04-14 Florin Corassession tcp vcl: api to update connection attributes 59/31959/11
2021-04-06 Florin Corassession: basic support for interrupt mode 85/31685/34
2021-03-30 Florin Corassession: interrupt mode for session node on main thread 75/31675/8
2021-03-29 Florin Corassvm session vcl: per app rx message queues 64/30864/37
2021-03-26 Damjan Marionvlib: convert foreach_vlib_main macro to be more gdb... 81/31781/6
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-02-15 Florin Corassession: coverity fix 98/31298/2
2021-02-09 Florin Corastls: dtls initial implementation 36/30036/54
2021-01-25 Florin Corassvm: add custom q implementation for mq 20/30920/6
2021-01-10 Florin Corassession svm: fix fifo migration 76/30676/6
2020-12-29 Florin Corassession: remove fifo segment va allocator 53/30553/5
2020-12-29 Florin Corassvm: allow mq attachments at random offsets 90/30390/53
2020-12-28 Florin Corassession: convert evt q segment to fifo segment 43/30543/3
2020-12-25 Florin Corassvm: split fifo into private and shared structs 49/30349/33
2020-11-25 Florin Corassession: add startup option to poll in main 39/30139/7
2020-11-24 Florin Corassvm: support for multi-segment enqueues 12/30112/7
2020-11-24 Florin Corassession: init lookup before dgram accept notification 01/30101/2
2020-11-09 Florin Corassession: remove support for shm bapi attachment 16/29816/5
2020-11-09 Florin Corassession: default to using memfd mq segments 15/29815/2
2020-10-26 Florin Corassession: fix feature disable 19/29619/5
2020-10-13 Florin Corassession: allow custom config of segment baseva 03/29403/3
2020-09-30 Florin Corassvm: harmonize ssvm names 58/29158/5
2020-09-30 Florin Corassvm session: use new clib mem apis for segments 40/29140/11
2020-09-14 Florin Corassession: add unix socket api for app attachment 47/28647/24
2020-07-24 Florin Corassession: cleanup lookup table for rejected session 64/28064/3
2020-04-28 Dave Barachvlib: add ASSERT to vlib_time_now(...) 64/26764/2
2020-04-20 Florin Corassession: avoid rx notifications on accepting sessions 80/26580/2
2020-04-17 Florin Corassession tcp: track half open in app wrk 35/26535/9
2020-04-13 Florin Corassession: remove ho with fifos support 85/26485/2
2020-04-13 Florin Corassession: cleanup debug code 82/26482/6
2020-04-13 Srikanth Akulasession: adding debug events 95/26395/8
2020-04-09 Florin Corassession: fix leak on accept fifo alloc failure 59/26459/3
2020-04-09 Florin Corassession: update fifo slice on session migration 35/26435/9
2020-04-08 Florin Corasudp: cleanup input node 16/26416/11
2020-04-07 Florin Corassession: add more session errors 13/26413/3
2020-04-06 Florin Corassession udp: shared local endpoints 61/26361/9
2020-04-03 Florin Corassession: improve error reporting 95/22895/18
2020-04-03 Florin Corassession: init port_proto_type asap 54/26354/2
2020-03-30 Florin Corastcp: reuse session infra for syns and resets 22/26222/4
2020-03-25 Florin Corassession: api to add new transport types 40/25840/12
2020-03-20 Andreas Schultzsession: export session_alloc_for_connection 39/26039/2
2020-03-19 Florin Corastcp: force deschedule if no send space available 81/25881/12
2020-03-19 Florin Corassession tcp udp: consolidate transport snd apis 72/25872/8
2020-02-25 Ryujiro Shibuyasession: basic fifo-tuning-logic 72/24472/26
2020-02-12 Florin Corastcp: improve invalid packet handling in syn-rcvd 23/24923/4
2019-12-11 Nathan Skrzypczakapi: Use vl_msg_push/pop_heap 25/23625/9
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-11-29 Florin Corassession: no cleanup notification for forced deletes 01/23701/2
2019-11-19 Nathan Skrzypczaksession: Fix out of order mq 43/23543/2
2019-11-18 Srikanth Akulasession: extra checks in session validation 23/23523/4
2019-11-12 Nathan Skrzypczaksession: session enable in multiworker 21/23321/2
2019-11-05 Florin Corassession tcp: refactor pacer time 39/22939/16
2019-10-30 Zeyu Zhangtls: fix on tcp connection reset 88/22688/5
2019-10-28 Florin Corassession: allow transport cleanup only if not deleted 37/23037/2
2019-10-28 Florin Corassession: app-closed to transport-deleted on delete... 01/23001/4
2019-10-10 Florin Corastcp: retry lost retransmits 52/22352/20
2019-10-08 Nathan Skrzypczaksession: add is_migrating flag 88/22588/2
2019-10-01 Florin Corassession: allow transport cleanup in any state 54/22454/3
2019-09-25 Florin Corassession: fix cleanup in closing states 45/22245/5
2019-09-24 Florin Corassession: avoid transport cleanup if previously deleted 17/22217/3
2019-09-20 Nathan Skrzypczaksession: fix msg freeing on error 56/22056/5
2019-09-13 Nathan Skrzypczaksession: add session enable option in config file 54/22054/2
2019-08-30 Vladimir Kropylevsession: move svm_fifo_clear_deq_ntf to before calling... 34/21634/2
2019-08-29 Florin Corassvm: fix fifo hdr freelist allocation 03/21603/3
2019-08-27 Florin Corassession: move ctrl messages from bapi to mq 45/21445/26
2019-08-19 Florin Corassession: add explicit reset api 65/21365/4
2019-08-13 Florin Corassession: fix enqueue notification on 32bit systems 78/21278/1
2019-08-09 Florin Corastls: mark as no lookup transport 61/21161/3
2019-08-08 Aloys Augustinudp: fix connections move 88/21088/10
2019-08-01 Florin Corassession: session pool migration notification 92/20992/3
2019-07-26 Florin Corassession: separate ctrl, new and old events 64/20764/20
2019-07-26 Florin Corassession tcp: handle rxt and acks as custom events 17/20817/8
2019-07-25 Florin Corassession: add transport deleted state 82/20782/7
2019-07-23 Florin Corassession: reorganize dispatch logic 61/20761/9
2019-07-19 Florin Corassession: improve event logging 51/20751/8
2019-07-17 Florin Corassession: use llist in session node evt handling 73/20673/14
2019-07-16 Vladimir Kropylevsession: fix node enable sequence 83/20683/1
2019-07-15 Florin Corassession: allow transports to generate closed notifications 51/20651/6
2019-07-09 Florin Corassession: notify app of session and transport cleanup 49/20549/4
2019-07-08 Nathan Skrzypczaksession: add flag to disable session lookup 03/20503/5
2019-07-03 Aloys Augustinquic: fifo notifications fix 83/20483/3
2019-06-29 Florin Corassvm: rename fifo tx notifications to reflect use 07/20407/10
2019-06-28 Nathan Skrzypczaksession: add half_open_has_fifos for UDPC 58/20358/5
2019-06-27 Nathan Skrzypczaksession: Add transport vft protocol options 31/20231/4
2019-06-24 Nathan Skrzypczaksession: full lock on session_send_evt_to_thread 50/20250/4
next