Merge rsync://bughost.org/repos/ieee80211-delta/
[linux-2.6] / net / dccp /
2005-08-29  Arnaldo Carvalho... [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_...
2005-08-29  Arnaldo Carvalho... [DCCP]: Fix skb leak in dccp_sendmsg
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 ackno setting in SYNC/SYNCACK packets
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]: Fix seqno setting in dccp_v4_ctl_send_reset
2005-08-29  Arnaldo Carvalho... [CCID3]: Reintroduce ccid3hctx_t_rto
2005-08-29  Ian McDonald[DCCP]: Fix the timestamp options
2005-08-29  Arnaldo Carvalho... [DCCP]: Use LIMIT_NETDEBUG in some debugging printks
2005-08-29  Arnaldo Carvalho... [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
2005-08-29  Ian McDonald[DCCP]: Fix elapsed time option as per section 13.2...
2005-08-29  Arnaldo Carvalho... [DCCP]: Send SYNCACK packets in response to SYNC packets
2005-08-29  Patrick McHardy[DCCP]: Fix compiler warnings
2005-08-29  Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29  Arnaldo Carvalho... [DCCP]: Fix RESET handling in dccp_rcv_state_process
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29  Arnaldo Carvalho... [DCCP]: Rewrite dccp_sendmsg to be more like UDP
2005-08-29  Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29  Arnaldo Carvalho... [PACKET_HISTORY]: Add dccphtx_rtt and rename the win_co...
2005-08-29  Arnaldo Carvalho... [INET_DIAG]: Move the tcp_diag interface to the proper...
2005-08-29  Arnaldo Carvalho... [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
2005-08-29  Arnaldo Carvalho... [TCPDIAG]: Just rename everything to inet_diag
2005-08-29  Arnaldo Carvalho... [TCPDIAG]: Introduce inet_diag_{register,unregister}
2005-08-29  Arnaldo Carvalho... [CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SEC
2005-08-29  Arnaldo Carvalho... [CCID3]: Separate most of the packet history code
2005-08-29  Arnaldo Carvalho... [TCPDIAG]: Implement cheapest way of supporting DCCPDIA...
2005-08-29  Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29  Arnaldo Carvalho... [DCCP]: Finish the TIMEWAIT minisock support
2005-08-29  Arnaldo Carvalho... [DCCP]: Initialize icsk_rto in dccp_v4_init_sock
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
2005-08-29  David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29  Arnaldo Carvalho... [INET]: Make inet_create try to load protocol modules
2005-08-29  Arnaldo Carvalho... [CCID3]: Reenable list_for_each_entry_safe_continue...
2005-08-29  Yoshifumi Nishida[DCCP]: Fix checksum routines
2005-08-29  Arnaldo Carvalho... [ICSK]: Move generalised functions from tcp to inet_con...
2005-08-29  Arnaldo Carvalho... [DCCP]: Initial implementation