]> err.no Git - linux-2.6/history - net/dccp/ccids
[NET]: proto_unregister: fix sleeping while atomic
[linux-2.6] / net / dccp / ccids /
2005-09-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/sam...
2005-09-02 Linus TorvaldsMerge HEAD from master.kernel.org:/home/rmk/linux-2...
2005-09-01 Jeff Garzik/spare/repo/netdev-2.6 branch 'ieee80211'
2005-09-01 Jeff Garzik/spare/repo/netdev-2.6 branch 'master'
2005-09-01 Linus TorvaldsMerge HEAD from master.kernel.org:/home/rmk/linux-2...
2005-08-31 Russell King[SERIAL] Clean up and fix tty transmission start/stoping
2005-08-30 Jeff GarzikMerge HEAD from /spare/repo/linux-2.6/.git
2005-08-30 Tony LuckAuto-update from upstream
2005-08-30 Linus TorvaldsMerge refs/heads/for-linus from master.kernel.org:...
2005-08-30 Linus TorvaldsMerge refs/heads/drm-latest from master.kernel.org...
2005-08-30 Linus TorvaldsMerge refs/heads/upstream-fixes from master.kernel...
2005-08-30 Linus TorvaldsMerge refs/heads/upstream from master.kernel.org:/pub...
2005-08-30 Linus TorvaldsMerge HEAD from master.kernel.org:/pub/scm/linux/kernel...
2005-08-30 Linus TorvaldsMerge HEAD from master.kernel.org:/pub/scm/linux/kernel...
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]: Introduce dccp_tfrc_lib module with net/dccp...
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