aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid2.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03dccp: fix tasklet usageGravatar Eric Dumazet 1-2/+12
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateGravatar Alexey Kodanev 1-0/+3
2017-10-25net: dccp: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+5
2017-05-17dccp: do not use tcp_time_stampGravatar Eric Dumazet 1-4/+4
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestGravatar Hannes Frederic Sowa 1-0/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Gravatar Rusty Russell 1-2/+2
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndGravatar Samuel Jero 1-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlyGravatar Samuel Jero 1-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowGravatar Samuel Jero 1-15/+35
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGravatar Gerrit Renker 1-1/+9
2011-07-04dccp ccid-2: Perform congestion-window validationGravatar Gerrit Renker 1-3/+81
2011-07-04dccp ccid-2: Use existing function to test for data packetsGravatar Gerrit Renker 1-10/+6
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGravatar Gerrit Renker 1-9/+0
2011-02-02tcp: Increase the initial congestion window to 10.Gravatar David S. Miller 1-0/+9
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 1-93/+41
2010-11-10dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 1-8/+5
2010-10-28dccp ccid-2: Stop pollingGravatar Gerrit Renker 1-8/+15
2010-10-12dccp: remove unused argument in CCID tx functionGravatar Gerrit Renker 1-1/+1
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGravatar Gerrit Renker 1-2/+3
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGravatar Gerrit Renker 1-6/+2
2010-08-30dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gravatar Gerrit Renker 1-25/+3
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGravatar Gerrit Renker 1-8/+6
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGravatar Gerrit Renker 1-76/+93
2010-08-23dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGravatar Gerrit Renker 1-19/+8
2010-08-23dccp ccid-2: Remove redundant sanity testsGravatar Gerrit Renker 1-52/+0
2010-08-23ccid: ccid-2/3 code cosmeticsGravatar Gerrit Renker 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gravatar Gerrit Renker 1-161/+161
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gravatar Gerrit Renker 1-138/+135
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGravatar Gerrit Renker 1-2/+0
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-20/+2
2008-11-12dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-3/+3
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 1-250/+372
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGravatar Gerrit Renker 1-6/+2
2008-09-04dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gravatar Gerrit Renker 1-24/+4
2008-09-04dccp ccid-2: Replace broken RTT estimator with better algorithmGravatar Gerrit Renker 1-77/+94
2008-09-04dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGravatar Gerrit Renker 1-19/+8
2008-09-04dccp ccid-2: Remove redundant sanity testsGravatar Gerrit Renker 1-51/+0
2008-09-04dccp ccid-2: Stop pollingGravatar Gerrit Renker 1-8/+13
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 1-93/+42
2008-09-04dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 1-8/+5
2008-09-04dccp: Unused argument in CCID tx functionGravatar Gerrit Renker 1-1/+1
2008-09-04dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixesGravatar Gerrit Renker 1-139/+135
2008-09-04dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-3/+3
2008-09-04dccp: Toggle debug output without module unloadingGravatar Gerrit Renker 1-1/+1
2008-05-02dccp: ccid2.c, ccid3.c use clamp(), clamp_t()Gravatar Harvey Harrison 1-1/+1
2008-01-28[CCID]: More informative registrationGravatar Gerrit Renker 1-1/+1
2008-01-28[CCID2]: Remove misleading commentGravatar Gerrit Renker 1-10/+1
2008-01-28[CCID2]: Remove redundant ack-counting variableGravatar Gerrit Renker 1-31/+15
2008-01-28[CCID2]: Remove redundant synchronisation variableGravatar Gerrit Renker 1-9/+2