summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids
AgeCommit message (Expand)AuthorLines
2014-02-16dccp: re-enable debug macroGerrit Renker-1/+2
2014-01-04dccp: make local variable staticstephen hemminger-2/+1
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches-29/+26
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook-3/+2
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause-0/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings-3/+11
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-6/+6
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker-2/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-5/+5
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker-0/+1
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker-1/+9
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker-9/+9
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller-0/+9
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker-93/+43
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker-8/+5
2010-10-28dccp ccid-2: Stop pollingGerrit Renker-8/+20
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker-6/+6
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker-3/+2
2010-09-23net: return operator cleanupEric Dumazet-1/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker-30/+9
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker-6/+8
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker-46/+14
2010-09-15dccp ccid-3: remove buggy RTT-sampling history lookupGerrit Renker-57/+38
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker-16/+21
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker-38/+6
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker-2/+3
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker-6/+2
2010-08-30dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gerrit Renker-25/+3
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker-13/+16
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker-81/+108
2010-08-23dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGerrit Renker-19/+8
2010-08-23dccp ccid-2: Remove redundant sanity testsGerrit Renker-52/+0
2010-08-23dccp ccid-3: No more CCID control blocks in LISTEN stateGerrit Renker-33/+7
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker-26/+27
2010-06-25dccp: remove unused function argumentGerrit Renker-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-24net: remove trailing space in messagesFrans Pop-1/+1
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker-186/+185
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker-161/+161
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker-232/+209
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker-161/+158
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker-67/+48