[DCCP]: Use `unsigned' for packet lengths
[safe/jmp/linux-2.6] / net / dccp / ccids / ccid3.c
2006-12-03 Gerrit Renker[DCCP]: Use `unsigned' for packet lengths
2006-12-03 Gerrit Renker[DCCP] ccid3: Larger initial windows
2006-12-03 Gerrit Renker[DCCP] ccid3: Track RX/TX packet size `s' using moving...
2006-12-03 Gerrit Renker[DCCP] ccid3: Set NoFeedback Timeout according to RFC...
2006-12-03 Gerrit Renker[DCCP] ccid3: Consolidate handling of t_RTO
2006-12-03 Gerrit Renker[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
2006-12-03 Gerrit Renker[DCCP] ccid3: Consolidate timer resets
2006-12-03 Gerrit Renker[DCCP] ccid3: Resolve small FIXME
2006-12-03 Gerrit Renker[DCCP] ccid3: Remove redundant statements in ccid3_hc_t...
2006-12-03 Gerrit Renker[DCCP] ccid3: Avoid congestion control on zero-sized...
2006-12-03 Gerrit Renker[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send...
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix calculation of t_ipi time of schedule...
2006-12-03 Gerrit Renker[DCCP] ccid3: Simplify control flow in the calculation...
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix bug in calculation of first t_nom...
2006-12-03 Ian McDonald[DCCP] CCID3: Remove non-referenced variable
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Gerrit Renker[DCCP]: Add CCID3 debug support to Kconfig
2006-12-03 Gerrit Renker[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use...
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-09-24 Ian McDonald[DCCP]: Use constants for CCIDs
2006-09-22 Ian McDonald[DCCP]: Tidyup CCID3 list handling
2006-08-27 Ian McDonald[DCCP]: Fix CCID3
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] options: Make dccp_insert_options & friends...
2006-03-21 Arnaldo Carvalho... [DCCP] ipv6: Add missing ipv6 control socket
2006-03-21 Arnaldo Carvalho... [DCCP]: Uninline some functions
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Arnaldo Carvalho... [DCCP] CCID3: Set the no_feedback_timer fields near...
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Allow ccid_{init,exit} to be NULL
2006-03-05 Ian McDonald[DCCP] ccid3: Divide by zero fix
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-09-12 Arnaldo Carvalho... [CCID3]: Listen socks doesn't have a private CCID block
2005-09-09 Arnaldo Carvalho... [CCID3] Cleanup ccid3 debug calls
2005-09-09 Arnaldo Carvalho... [CCID3] Initialize ccid3hctx_t_ipi to 250ms
2005-09-09 Arnaldo Carvalho... [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consis...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-09-09 Arnaldo Carvalho... [CCID3] Initialize more fields in ccid3_hc_rx_init
2005-09-09 Arnaldo Carvalho... [CCID3] Make the ccid3hcrx_rtt calc look more like...
2005-09-09 Arnaldo Carvalho... [CCID3] Use ELAPSED_TIME in the HC TX RTT estimation
2005-09-09 Arnaldo Carvalho... [CCID3] Calculate ccid3hcrx_x_recv using usecs_div
2005-09-09 Arnaldo Carvalho... [CCID] Only call the HC insert_options methods when...
2005-09-09 Arnaldo Carvalho... [CCID3] Avoid unsigned integer overflows in usecs_div
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