[IP_SOCKGLUE]: Remove most of the tcp specific calls
[safe/jmp/linux-2.6] / net / dccp / input.c
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2006-01-03 Arnaldo Carvalho... [DCCP]: Prepare the AF agnostic core for the introducti...
2006-01-03 Arnaldo Carvalho... [DCCP]: Introduce dccp_ipv4_af_ops
2005-10-11 Arnaldo Carvalho... [DCCP]: Transition from PARTOPEN to OPEN when receiving...
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-16 Arnaldo Carvalho... [DCCP]: More precisely set reset_code when sending...
2005-09-13 Arnaldo Carvalho... [DCCP]: Handle SYNC packets in dccp_rcv_state_process
2005-09-13 Arnaldo Carvalho... [DCCP]: Check if already in the CLOSING state in dccp_r...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial dccp_poll implementation
2005-08-29 Arnaldo Carvalho... [DCCP]: Implement the CLOSING timer
2005-08-29 David S. Miller[DCCP]: Fix printf format warnings on 64-bit.
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix the ACK and SEQ window variables settings
2005-08-29 Arnaldo Carvalho... [DCCP]: Give more info on Step 6 failure debug printk
2005-08-29 Arnaldo Carvalho... [DCCP]: Use LIMIT_NETDEBUG in some debugging printks
2005-08-29 Arnaldo Carvalho... [DCCP]: Send SYNCACK packets in response to SYNC packets
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix RESET handling in dccp_rcv_state_process
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation