aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/input.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04dccp: Clamping RTT valuesGravatar Gerrit Renker 1-10/+1
2008-09-04dccp: Clean up slow-path input processingGravatar Gerrit Renker 1-35/+33
2008-09-04dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGravatar Gerrit Renker 1-22/+9
2008-09-04dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 1-2/+2
2008-09-04dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 1-4/+2
2008-09-04dccp: Fix the adjustments to AWL and SWLGravatar Gerrit Renker 1-12/+6
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-9/+3
2008-09-04dccp: Integration of dynamic feature activation - part 3 (client side)Gravatar Gerrit Renker 1-4/+26
2008-09-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-2/+0
2008-09-04dccp: Always generate a Reset in response to option errorsGravatar Wei Yongjun 1-2/+2
2008-08-18dccp: Fix panic caused by too early termination of retransmission mechanismGravatar Gerrit Renker 1-6/+6
2008-07-25net: convert BUG_TRAP to generic WARN_ONGravatar Ilpo Järvinen 1-1/+1
2008-01-28[DCCP]: Allow to parse options on Request SocketsGravatar Gerrit Renker 1-3/+3
2008-01-28[DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGravatar Gerrit Renker 1-7/+15
2008-01-28[DCCP]: Remove duplicate test for CloseReqGravatar Gerrit Renker 1-4/+2
2008-01-28[DCCP]: Integrate state transitions for passive-closeGravatar Gerrit Renker 1-15/+73
2008-01-28[NET]: Name magic constants in sock_wake_async()Gravatar Pavel Emelyanov 1-4/+4
2008-01-28[DCCP]: Honour and make use of shutdown option set by userGravatar Gerrit Renker 1-7/+20
2007-10-24[DCCP]: Convert Reset code into socket error numberGravatar Gerrit Renker 1-9/+39
2007-10-17[DCCP]: fix link error with !CONFIG_SYSCTLGravatar Ingo Molnar 1-0/+3
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGravatar Gerrit Renker 1-9/+20
2007-10-10[DCCP]: Send Reset upon Sync in state REQUESTGravatar Gerrit Renker 1-5/+3
2007-10-10[DCCP]: Fix Reset/Sync-Flood BugGravatar Gerrit Renker 1-3/+11
2007-10-10[DCCP]: Shorten variable names in dccp_check_seqnoGravatar Gerrit Renker 1-23/+17
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGravatar Gerrit Renker 1-29/+15
2007-10-10[DCCP]: Convert dccp_sample_rtt to ktime_tGravatar Arnaldo Carvalho de Melo 1-13/+10
2007-04-25[DCCP]: Sample RTT from SYN exchangeGravatar Gerrit Renker 1-0/+8
2007-04-25[DCCP]: Provide function for RTT samplingGravatar Gerrit Renker 1-0/+40
2007-04-25[DCCP]: Remove ambiguity in the way before48 is usedGravatar Gerrit Renker 1-2/+4
2007-03-07[DCCP]: Revert patch which disables bidirectional modeGravatar Gerrit Renker 1-17/+4
2007-03-06[DCCP]: Correctly split CCID half connectionsGravatar Gerrit Renker 1-6/+6
2007-02-10[NET] DCCP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-7/+7
2006-12-11[DCCP]: Whitespace cleanupsGravatar Arnaldo Carvalho de Melo 1-13/+13
2006-12-11[DCCP]: Only deliver to the CCID rx side in chargeGravatar Gerrit Renker 1-4/+17
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGravatar Gerrit Renker 1-14/+11
2006-12-02[DCCP]: Update code comments for Step 2/3Gravatar Gerrit Renker 1-21/+17
2006-10-24[DCCP]: Update documentation references.Gravatar Gerrit Renker 1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockGravatar Arnaldo Carvalho de Melo 1-4/+4
2006-03-20[DCCP]: Uninline some functionsGravatar Arnaldo Carvalho de Melo 1-4/+3
2006-03-20[DCCP]: Generalize dccp_v4_send_resetGravatar Arnaldo Carvalho de Melo 1-1/+1
2006-03-20[DCCP] CCID: Improve CCID infrastructureGravatar Arnaldo Carvalho de Melo 1-8/+0
2006-03-20[DCCP]: Initial feature negotiation implementationGravatar Andrea Bittau 1-0/+3
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Gravatar Andrea Bittau 1-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetGravatar Andrea Bittau 1-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Gravatar Andrea Bittau 1-22/+34
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsGravatar Arnaldo Carvalho de Melo 1-1/+1
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Gravatar Arnaldo Carvalho de Melo 1-0/+4
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsGravatar Arnaldo Carvalho de Melo 1-2/+3
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsGravatar Arnaldo Carvalho de Melo 1-1/+5