fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t
[vpp.git] / src / vnet / tcp /
2021-07-15 Damjan Marionmisc: replace CLIB_PREFETCH with clib_prefetch_{load... 46/33146/2
2021-07-13 Florin Corastcp session: next node config on connects 23/33023/3
2021-07-06 Florin Corastcp: use tcp output for half open connections 01/33001/7
2021-07-06 Florin Corastcp: use main thread pool for half-opens 21/33021/6
2021-06-29 liuyacantcp: add ACK flag to RST packet 45/32945/2
2021-06-22 Filip Tehlartcp: api cleanup 60/32860/1
2021-06-15 liuyacantcp: prevent timer handler being called frequently 18/32718/3
2021-06-12 Florin Corastcp: fix proto in port reuse check 90/32690/2
2021-05-14 Florin Corastcp: remove ho lock 41/32341/5
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-05-05 Florin Corastcp: cleanup rcv-process and bulk buffer translation 09/32209/3
2021-05-05 Florin Corastcp: cleanup listen node and bulk buffer translation 07/32207/2
2021-05-05 Florin Corastcp: cleanup syn-sent and bulk buffer translation 08/32208/2
2021-05-04 Florin Corastcp: cleanup established and bulk buffer translation 97/32097/6
2021-05-01 Benoît Gannevlib: refactor trajectory trace debug feature 28/31528/4
2021-04-23 Florin Corastcp: try to update sack list only if not empty 00/32100/3
2021-04-23 Florin Corastcp: reorganize connection members 96/32096/5
2021-04-20 Florin Corastcp: req app deq notification on fifo full 35/32035/7
2021-04-15 Florin Corastcp: support for rate sample attr flag 01/32001/3
2021-04-14 Florin Corassession tcp vcl: api to update connection attributes 59/31959/11
2021-04-05 Florin Corastcp: time infra improvements 98/31898/10
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-03-19 Mohsin Kazmiinterface: add capabilities flags 40/29640/12
2021-03-08 Florin Corastcp: account for option alignment in initial snd_mss 53/31553/3
2021-02-15 Mohsin Kazmivlib: refactor checksum offload support 64/29664/10
2021-02-05 Florin Corastcp: fix port reuse with multiple listeners 54/30554/8
2021-01-16 Ivan Shvedunovtcp: remove bad assert 91/30791/1
2020-12-21 Florin Corastcp: terminate options with nops 88/30488/3
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-11-25 Florin Corastcp: enable lc if any other debug option enabled 16/30116/4
2020-11-12 Florin Corastcp: push last buffered sequence 90/29790/11
2020-11-11 Florin Corastcp: validate fin seq in closing states 07/29807/4
2020-11-10 Florin Corastcp: fix test for trailing bytes 57/29857/2
2020-11-09 Florin Corassession: delegate fifo ooo lookup init to transports 12/29812/3
2020-11-05 Florin Corastcp: avoid consuming trailing bytes 88/29788/2
2020-10-28 Neale Rannsmisc: Break the big IP header files to improve compile... 34/29634/4
2020-10-26 Ryujiro Shibuyatcp: byte tracker fix 23/29623/3
2020-10-23 Florin Corastcp: remove snd_una_max 16/29616/3
2020-10-23 Florin Corastcp: remove force retransmit timer update 00/29600/7
2020-10-23 Florin Corastcp: remove delack time config 03/29603/2
2020-10-22 Florin Corastcp: no send space in timer recovery 91/29591/3
2020-10-22 Ryujiro Shibuyatcp: updating time constans as timer tick changed 90/29590/3
2020-10-21 Florin Corasgso: remove dependency on tcp proto implementation 60/29560/3
2020-10-13 Florin Corastcp: fix bt acked_sacked on recovery 74/29374/3
2020-10-13 Florin Corastcp: fix listener trace coverity warning 04/29404/3
2020-10-12 Florin Corastcp: use 100us timer resolution 60/29360/4
2020-10-12 Florin Corastcp: fix connection reuse with no listener 81/29381/4
2020-10-08 Florin Corastcp: treat pending timers as active 59/29359/4
2020-10-08 Florin Corastcp: custom geometry for timer wheel 56/29356/4
2020-09-24 Florin Corassession tcp udp tls quic: improve cli formatting 47/29047/6
2020-09-16 Simon Zhangtcp: make max gso packet size configurable 32/28832/4
2020-09-02 Florin Corastcp: fix connection refused error 44/28644/2
2020-08-20 Florin Corastcp: track reorder with sacks 10/28110/18
2020-08-06 Dave Barachmisc: harmonize names 89/28189/1
2020-08-03 Florin Corastcp: improve timestamp rtt accuracy 37/28137/9
2020-07-30 Florin Corastcp: process syn in fin-wait-2 06/28106/3
2020-07-29 Ivan Shvedunovtcp: fix skipping RSTs in SYN_SENT state 03/28103/1
2020-07-29 Florin Corastcp: process syn in close-wait 96/28096/2
2020-07-27 Ivan Shvedunovtcp: fix tcp_connection_cleanup() with uninitialized... 74/28074/3
2020-07-24 Florin Corastcp: fix synack elog crash 63/28063/2
2020-07-23 Florin Corastcp: track pending timers 52/27952/7
2020-07-07 Florin Corastcp: round down rcv wnd even if avoiding retraction 99/27799/4
2020-07-02 Florin Corastcp: fix coverity warning 87/27787/1
2020-07-02 Florin Corastcp: cli to dump half-open connections 85/27785/5
2020-06-30 Ryujiro Shibuyatcp: avoid rcv wnd more than RX fifo can enqueue 54/27654/4
2020-06-08 Florin Corastcp: improve rtt estimation with rate sampling 59/27459/11
2020-05-25 Florin Corastcp: fix sack block validation on wrap 37/27237/2
2020-05-24 Florin Corastcp: track buffer alloc failures 23/27223/3
2020-05-15 Ray Kinsellamisc: removed executable bits from source files 02/27102/2
2020-05-14 Florin Corastcp: fix bogus time update due to missing cast 51/27051/5
2020-05-12 Florin Corastcp: avoid rcv wnd less than mss 59/26959/5
2020-05-04 Florin Corastcp: fix max tx sack blocks upper bound 28/26828/3
2020-04-30 Florin Corastcp: fix v6 ll lookup fib 25/26625/3
2020-04-28 Dave Barachvlib: add ASSERT to vlib_time_now(...) 64/26764/2
2020-04-28 Florin Corastcp: remove sack reneging verbose logging 30/26730/4
2020-04-22 Florin Corastcp: avoid bt sample access after possible pool realloc 51/26651/1
2020-04-22 Benoît Gannetcp: fix use-after-free 48/26648/3
2020-04-17 Florin Corastcp: cubic as default cc algorithm 70/26570/2
2020-04-17 Florin Corassession tcp: track half open in app wrk 35/26535/9
2020-04-15 Florin Corastcp: allow local port sharing if 5-tuple available 73/26473/4
2020-04-09 Florin Corastcp: avoid regrabing error node in input and output 60/26460/2
2020-04-07 Florin Corastcp: fix conf mtu parsing 97/26397/2
2020-04-04 Florin Corassession tls: support tls descheduling 83/26083/9
2020-04-03 Florin Corassession: improve error reporting 95/22895/18
2020-04-02 Florin Corastcp: explicit use of timer wheel in timer apis 99/25999/16
2020-04-02 Florin Corastcp: move features to separate files 98/25998/16
2020-04-02 Florin Corastcp: count zero wnd enqueue attempts 55/26155/4
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-25 Florin Corastcp: avoid updating rcv wnd in resets 92/26092/3
2020-03-23 Florin Corastcp: add lost and in flight to byte tracker 11/25811/8
2020-03-20 Florin Corastcp: avoid spurious retransmit attempt 57/26057/1
2020-03-19 Florin Corastcp: move accept init to separate reusable function 61/25961/4
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-03-19 Florin Corastcp: count dupacks with no sacks 33/25833/6
2020-03-10 Florin Corastcp: protect against forced cleanups 76/25776/3
2020-02-25 Florin Corastcp: handle cleanups without timers 66/25366/8
next