Merge refs/heads/upstream-fixes from master.kernel.org:/pub/scm/linux/kernel/git...
[linux-2.6] / net / dccp / ccids / ccid3.c
2005-08-30  Linus TorvaldsMerge refs/heads/upstream-fixes from /linux/kernel...
2005-08-30  Linus TorvaldsMerge refs/heads/upstream from /linux/kernel/git/jgarzi...
2005-08-30  Linus TorvaldsMerge HEAD from /linux/kernel/git/paulus/ppc64-2.6
2005-08-30  Linus TorvaldsMerge HEAD from /linux/kernel/git/davem/net-2.6.git
2005-08-29  Arnaldo Carvalho... [CCID3]: Call sk->sk_write_space(sk) when receiving...
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
2005-08-29  Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
2005-08-29  Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
2005-08-29  Arnaldo Carvalho... [DCCP]: Move the calc_X routines to dccp_tfrc_lib
2005-08-29  Arnaldo Carvalho... [DCCP]: Just move packet_history.[ch] to net/dccp/ccids...
2005-08-29  Arnaldo Carvalho... [CCID3]: Move the loss interval code to loss_interval...
2005-08-29  Arnaldo Carvalho... [CCID3]: Move the CCID3 defines to ccid3.h
2005-08-29  Arnaldo Carvalho... [CCID3]: Introduce usecs_div
2005-08-29  Arnaldo Carvalho... [CCID3]: Reorganise timeval handling
2005-08-29  Arnaldo Carvalho... [CCID3]: Reflow to mostly fit under 80 columns
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce dccp_wait_for_ccid and use it in...
2005-08-29  Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce dccp_get_info
2005-08-29  Arnaldo Carvalho... [CCID3]: Calculate the RTT in the RX half connection
2005-08-29  Arnaldo Carvalho... [CCID3]: Reintroduce ccid3hctx_t_rto
2005-08-29  Ian McDonald[DCCP]: Fix the timestamp options
2005-08-29  Patrick McHardy[DCCP]: Fix compiler warnings
2005-08-29  Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29  Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29  Arnaldo Carvalho... [PACKET_HISTORY]: Add dccphtx_rtt and rename the win_co...
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... [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
2005-08-29  Arnaldo Carvalho... [CCID3]: Reenable list_for_each_entry_safe_continue...
2005-08-29  Arnaldo Carvalho... [DCCP]: Initial implementation