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