summaryrefslogtreecommitdiffstats
path: root/net/dccp/input.c
AgeCommit message (Expand)AuthorLines
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker-3/+3
2008-01-28[DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGerrit Renker-7/+15
2008-01-28[DCCP]: Remove duplicate test for CloseReqGerrit Renker-4/+2
2008-01-28[DCCP]: Integrate state transitions for passive-closeGerrit Renker-15/+73
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov-4/+4
2008-01-28[DCCP]: Honour and make use of shutdown option set by userGerrit Renker-7/+20
2007-10-24[DCCP]: Convert Reset code into socket error numberGerrit Renker-9/+39
2007-10-17[DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar-0/+3
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker-9/+20
2007-10-10[DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker-5/+3
2007-10-10[DCCP]: Fix Reset/Sync-Flood BugGerrit Renker-3/+11
2007-10-10[DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker-23/+17
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker-29/+15
2007-10-10[DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo-13/+10
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker-0/+8
2007-04-25[DCCP]: Provide function for RTT samplingGerrit Renker-0/+40
2007-04-25[DCCP]: Remove ambiguity in the way before48 is usedGerrit Renker-2/+4
2007-03-07[DCCP]: Revert patch which disables bidirectional modeGerrit Renker-17/+4
2007-03-06[DCCP]: Correctly split CCID half connectionsGerrit Renker-6/+6
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki-7/+7
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo-13/+13
2006-12-11[DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker-4/+17
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker-14/+11
2006-12-02[DCCP]: Update code comments for Step 2/3Gerrit Renker-21/+17
2006-10-24[DCCP]: Update documentation references.Gerrit Renker-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo-4/+4
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo-4/+3
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo-1/+1
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo-8/+0
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau-0/+3
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau-22/+34
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo-1/+1
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo-0/+4
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo-2/+3
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo-1/+5
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo-56/+13
2005-09-16[DCCP]: More precisely set reset_code when sending RESET packetsArnaldo Carvalho de Melo-11/+11
2005-09-13[DCCP]: Handle SYNC packets in dccp_rcv_state_processArnaldo Carvalho de Melo-0/+6
2005-09-13[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereqArnaldo Carvalho de Melo-1/+2
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo-2/+2
2005-08-29[DCCP]: Initial dccp_poll implementationArnaldo Carvalho de Melo-0/+1
2005-08-29[DCCP]: Implement the CLOSING timerArnaldo Carvalho de Melo-15/+11
2005-08-29[DCCP]: Fix printf format warnings on 64-bit.David S. Miller-2/+8
2005-08-29[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo-1/+13
2005-08-29[DCCP]: Give more info on Step 6 failure debug printkArnaldo Carvalho de Melo-2/+9
2005-08-29[DCCP]: Use LIMIT_NETDEBUG in some debugging printksArnaldo Carvalho de Melo-5/+6
2005-08-29[DCCP]: Send SYNCACK packets in response to SYNC packetsArnaldo Carvalho de Melo-8/+25