aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-4/+4
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-201-4/+3
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-201-1/+1
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-8/+0
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-201-0/+3
* [DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau2006-01-031-3/+3
* [DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau2006-01-031-0/+6