aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/input.c
AgeCommit message (Expand)Author
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo
2005-09-16[DCCP]: More precisely set reset_code when sending RESET packetsArnaldo Carvalho de Melo
2005-09-13[DCCP]: Handle SYNC packets in dccp_rcv_state_processArnaldo Carvalho de Melo
2005-09-13[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereqArnaldo Carvalho de Melo
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo
2005-08-29[DCCP]: Initial dccp_poll implementationArnaldo Carvalho de Melo
2005-08-29[DCCP]: Implement the CLOSING timerArnaldo Carvalho de Melo
2005-08-29[DCCP]: Fix printf format warnings on 64-bit.David S. Miller
2005-08-29[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo
2005-08-29[DCCP]: Give more info on Step 6 failure debug printkArnaldo Carvalho de Melo
2005-08-29[DCCP]: Use LIMIT_NETDEBUG in some debugging printksArnaldo Carvalho de Melo
2005-08-29[DCCP]: Send SYNCACK packets in response to SYNC packetsArnaldo Carvalho de Melo
2005-08-29[DCCP]: Fix RESET handling in dccp_rcv_state_processArnaldo Carvalho de Melo
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy
2005-08-29[DCCP]: Fix u64 printf format warnings.David S. Miller
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo