wireguard: add dos mitigation support
[vpp.git] / src / vcl /
2022-07-20 Radha krishna Sara... vcl: new vcl api to get detailed session errors 00/36700/4
2022-06-30 Florin Corasvcl: check if listener valid on disconnect cleanup 38/36538/2
2022-06-10 Liangxing Wangvcl: fix iperf3 server crash issue when it runs over... 30/36130/10
2022-04-04 Damjan Marionvppinfra: make _vec_len() read-only 82/35882/2
2022-03-31 Florin Corasvcl: fix api detach if attach failed 34/35834/5
2022-03-17 Filip Tehlarvcl: fix invalid socket read 98/35698/2
2022-03-03 Florin Corasvcl: validate vls_epoll_ctl inputs 35/35535/4
2022-03-02 Florin Corasvcl: fix segment detach post api disconnect 17/35517/5
2022-02-17 Filip Tehlarvcl: add support for reconnect 00/35200/10
2022-02-09 Filip Tehlarvcl: make eventfd flag configurable from env 64/35264/2
2022-01-19 Florin Corassvm: update number of segments in svm_fifo_segments 61/34961/3
2021-12-14 Klement Sekeraapi: verify message size on receipt 69/34569/4
2021-12-08 Florin Corasvcl: validate closed sessions on disconnect and reset 02/34702/3
2021-12-07 Florin Corasvcl: debug code improvements 82/34682/5
2021-12-07 Florin Corasvcl: handle reordering of disconnect and reset msgs 81/34681/11
2021-12-06 Florin Corasvcl: fix ldp shared listener bitmap leak 83/34683/4
2021-11-30 Florin Corasvcl: improve handling of failed connects 14/34614/3
2021-11-30 Florin Corasvcl: avoid ip format function vnet dependency 12/34612/3
2021-11-29 Florin Corasvcl: fix build with older gcc 09/34609/2
2021-11-15 Filip Tehlarvcl: add DSCP support in VCL 95/34495/3
2021-11-11 Florin Corasvcl: notify vpp if connected inexistent session 55/34455/4
2021-11-03 liuyacanvcl: fix event triggered after closing connections. 00/34300/4
2021-10-22 Florin Corasvcl: fix cfg parser handling of empty lines 10/34210/3
2021-10-15 wanghanlinvcl: narrow the scope of the restriction of vlsh_bit_val 02/34102/5
2021-10-04 Florin Corasvcl: remove unsed configs 33/33933/2
2021-09-28 Filip Tehlarapi: API trace improvements 52/32652/27
2021-09-23 Florin Corasvcl: grab wrk create lock sooner 11/33811/3
2021-09-10 liuyacanvcl: avoid duplicated events in epoll lt 12/33712/2
2021-09-10 Florin Corasvcl: fix free segments assert 17/33717/1
2021-09-01 Florin Corasvcl: ignore rx events for sessions in epoll lt list 29/33629/2
2021-08-30 liuyacanvcl: fix vlsh conversion error 17/33617/2
2021-08-12 Florin Corassession vcl: cert key add/del with socket api 76/33476/3
2021-08-02 liuyacanvcl: fix sendto for dgrams 18/33318/1
2021-08-02 liuyacanvcl: fix sleep time in ldp_pselect() 17/33317/1
2021-07-31 Sivaprasad Tummalavcl: fix ldp for __recv_chk socket calls 15/33315/1
2021-07-29 Florin Corasvcl: move vls pool lock to process local state 70/33270/3
2021-07-29 Florin Corasvcl: vls cleanup and more docs 56/33256/7
2021-07-27 Sivaprasad Tummalavcl: configure the cert-key pair from app 60/33260/4
2021-07-27 liuyacanvcl: fix some risk after fork() 31/33231/5
2021-07-25 liuyacanvcl: fix shutdown deadlock issue 45/33245/2
2021-07-22 Florin Corassession vcl: explit mq indices in ctrl messages 29/33229/3
2021-07-14 liuyacanvcl:fix segfault when unshare NO_MQ session 21/33121/2
2021-07-12 Filip Tehlarsession: api cleanup 01/32901/5
2021-07-06 wanghanlinvcl: fix packetdrill test error 06/33006/2
2021-07-06 wanghanlinvcl: print current app state for timeout 05/33005/2
2021-07-06 wanghanlinvcl: fix return value check for ldp_fd_to_vlsh 04/33004/2
2021-06-30 Florin Corasvcl: coverity fixes 61/32961/2
2021-06-29 Florin Corasvcl: improvements to epoll lt 59/32859/39
2021-06-29 wanghanlinvcl: Don't use app_socket_api to notify VPP in parent... 44/32944/2
2021-06-29 wanghanlinvcl: Don't memset events to optimize CPU usage 00/32900/4
2021-06-29 Florin Corasvcl: epoll fix postponed evt handling 42/32942/1
2021-06-24 liuyacanvcl: fix vcl_session_write_ready when connecting 89/32889/2
2021-06-22 wanghanlinvcl: validate vep handle when copying sessions on fork 34/32834/2
2021-06-22 wanghanlinvcl: move child wrk cleanup from sighandler to vls_epol... 85/32285/10
2021-06-16 Florin Corasvcl: fix fifo sharing 52/32752/3
2021-06-16 Florin Corasvcl: fix worker cleanup 51/32751/2
2021-06-16 Florin Corasvcl: basic support for epoll level-triggered evts 99/32599/15
2021-06-14 liuyacanvcl: improve shutdown() 92/32692/3
2021-06-10 Florin Corasvcl: touch fifo on epoll del only if session open 78/32678/3
2021-06-07 Florin Corasvcl: accept zero length writes 06/32606/4
2021-06-07 Florin Corasvcl: avoid multiple reads on peek 05/32605/5
2021-06-05 Florin Corasvcl: epoll error handling fixes and improvements 04/32604/4
2021-06-03 Florin Corasvcl: avoid updating errno on ldp init check 51/32551/7
2021-06-03 Florin Corassession: lcl transport info on accept 03/31603/6
2021-06-02 Florin Corasvcl: ldp placeholder for SO_LINGER 45/32545/3
2021-05-26 Florin Corasvppinfra: explicit blocking mode for sock connects 57/32457/3
2021-05-25 Florin Corassrtp: basic implementation based on libsrtp2 52/30652/47
2021-05-14 liuyacanvcl: fix lookup listener assert 07/32307/5
2021-05-12 liuyacansession: support half-close connection 61/32261/4
2021-05-06 Florin Corasvcl: move tests to src/tests 43/32243/2
2021-05-06 Florin Corasvcl: reduce iperf tests output 29/32229/4
2021-05-01 Florin Corasvcl: attr api to set endpt ext config 86/32186/5
2021-04-29 Florin Corasvcl: fix epoll wait with indefinite timeout 62/32162/4
2021-04-22 Florin Corasvcl session: refactor passing of crypto context 76/32076/14
2021-04-22 Florin Corasvcl session: extended connect/listen configuration 41/32041/11
2021-04-15 Florin Corasvcl: validate fs before cleanup 82/31982/2
2021-04-14 Florin Corassession tcp vcl: api to update connection attributes 59/31959/11
2021-04-12 Klement Sekeratests: support attaching to existing vpp 63/31663/20
2021-04-08 Florin Corasvcl: use per worker mem bapi context 22/31922/2
2021-04-07 Florin Corasvcl: fix worker cleanup cb function 15/31915/2
2021-03-29 Florin Corassvm session vcl: per app rx message queues 64/30864/37
2021-03-28 nandfanvcl: fix only first epoll listen session be registered 79/31779/5
2021-03-22 wanghanlinvcl: fix libc epoll pwait starved 80/31680/3
2021-02-23 Florin Corasvcl: segment index leak on attach 13/31413/3
2021-02-23 Florin Corasvcl: fix coverity warning 18/31418/2
2021-02-22 nandfanvcl: fix vls_intercept_sigchld_handler be called recurs... 75/31375/2
2021-02-22 Florin Corasvcl: cleanup fifos detached from segments 65/31365/3
2021-02-22 wanghanlinvcl: support sockopt of SO_REUSEPORT and SO_DOMAIN 70/31370/2
2021-02-18 Florin Corasvcl: epoll out deq notifications only if fifo exists 32/31332/3
2021-02-10 Florin Corasvcl: validate seg handle on migrate only if needed 25/31225/2
2021-02-09 Florin Corastls: dtls initial implementation 36/30036/54
2021-02-05 Florin Corassession svm: non blocking mq 27/30927/27
2021-02-01 Florin Corasvcl: remove verbose output from vcl iperf tests 82/31082/2
2021-01-28 Florin Corasvcl: support set/get vrf attribute 99/30999/1
2021-01-28 Florin Corasvcl: fix select want deq ntf for ct sessions 58/30958/2
2021-01-28 Florin Corassvm vcl: add helper fn that discovers mqs in segment 61/30961/3
2021-01-28 Florin Corasvcl: honor time wait in eventfd epoll wait 59/30959/4
2021-01-25 Florin Corassvm: add custom q implementation for mq 20/30920/6
2021-01-12 wanghanlinvcl: fix session_handle_to_vlsh_table update after... 63/30663/4
2021-01-11 wanghanlinvcl: fix deadlock in rpc 49/30549/13
next