[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n
[safe/jmp/linux-2.6] / net / dccp / input.c
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-11 Gerrit Renker[DCCP]: Only deliver to the CCID rx side in charge
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Gerrit Renker[DCCP]: Update code comments for Step 2/3
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 Arnaldo Carvalho... [DCCP]: Uninline some functions
2006-03-21 Arnaldo Carvalho... [DCCP]: Generalize dccp_v4_send_reset
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-01-03 Andrea Bittau[DCCP]: Notify CCID only after ACK vectors have been...
2006-01-03 Andrea Bittau[DCCP]: Send an ACK vector when ACKing a response packet
2006-01-03 Andrea Bittau[DCCP]: Do not process a packet twice when it's not...
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