aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/input.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: cosmetics - warning formatGerrit Renker2010-10-121-1/+1
* dccp: fix the adjustments to AWL and SWLGerrit Renker2010-10-121-12/+6
* dccp: make implementation of Syn-RTT symmetricGerrit Renker2010-06-251-2/+11
* net/dccp: expansion of error code sizeYoichi Yuasa2010-05-241-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* dccp: Integrate the TFRC library with DCCPGerrit Renker2009-01-041-2/+0
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-9/+3
* dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker2008-12-081-4/+26
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-2/+0
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-73/+91
* dccp: Clamping RTT valuesGerrit Renker2008-09-041-10/+1
* dccp: Clean up slow-path input processingGerrit Renker2008-09-041-35/+33
* dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGerrit Renker2008-09-041-22/+9
* dccp ccid-2: Algorithm to update buffer stateGerrit Renker2008-09-041-2/+2
* dccp ccid-2: Ack Vector interface clean-upGerrit Renker2008-09-041-4/+2
* dccp: Fix the adjustments to AWL and SWLGerrit Renker2008-09-041-12/+6
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-09-041-9/+3
* dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker2008-09-041-4/+26
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-09-041-2/+0
* dccp: Always generate a Reset in response to option errorsWei Yongjun2008-09-041-2/+2
* dccp: Fix panic caused by too early termination of retransmission mechanismGerrit Renker2008-08-181-6/+6
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* [DCCP]: Allow to parse options on Request SocketsGerrit Renker2008-01-281-3/+3
* [DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGerrit Renker2008-01-281-7/+15
* [DCCP]: Remove duplicate test for CloseReqGerrit Renker2008-01-281-4/+2
* [DCCP]: Integrate state transitions for passive-closeGerrit Renker2008-01-281-15/+73
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-4/+4
* [DCCP]: Honour and make use of shutdown option set by userGerrit Renker2008-01-281-7/+20
* [DCCP]: Convert Reset code into socket error numberGerrit Renker2007-10-241-9/+39
* [DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar2007-10-171-0/+3
* [DCCP]: Rate-limit DCCP-SyncsGerrit Renker2007-10-101-9/+20
* [DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker2007-10-101-5/+3
* [DCCP]: Fix Reset/Sync-Flood BugGerrit Renker2007-10-101-3/+11
* [DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker2007-10-101-23/+17
* [DCCP]: Simplify interface of dccp_sample_rttGerrit Renker2007-10-101-29/+15
* [DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo2007-10-101-13/+10
* [DCCP]: Sample RTT from SYN exchangeGerrit Renker2007-04-251-0/+8
* [DCCP]: Provide function for RTT samplingGerrit Renker2007-04-251-0/+40
* [DCCP]: Remove ambiguity in the way before48 is usedGerrit Renker2007-04-251-2/+4
* [DCCP]: Revert patch which disables bidirectional modeGerrit Renker2007-03-071-17/+4
* [DCCP]: Correctly split CCID half connectionsGerrit Renker2007-03-061-6/+6
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-13/+13
* [DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker2006-12-111-4/+17
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-14/+11
* [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-021-21/+17
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0