Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / dccp / ccids / ccid3.c
2008-06-11 Gerrit Renkerdccp: Fix sparse warnings
2008-06-11 Gerrit Renkerdccp ccid-3: Bug-Fix - Zero RTT is possible
2008-05-27 Gerrit Renkerdccp ccid-3: Fix "t_ipi explosion" bug
2008-05-02 Harvey Harrisondccp: ccid2.c, ccid3.c use clamp(), clamp_t()
2008-01-28 Ilpo Järvinen[CCID3]: Kill some bloat
2008-01-28 Gerrit Renker[CCID3]: Nofeedback timer according to rfc3448bis
2008-01-28 Gerrit Renker[CCID3]: Implement rfc3448bis changes to feedback reception
2008-01-28 Gerrit Renker[CCID3]: Remove two irrelevant states in TX feedback...
2008-01-28 Gerrit Renker[CCID3]: Use a function to update p_inv, and p is never...
2008-01-28 Gerrit Renker[CCID]: More informative registration
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[CCID3]: Redundant debugging output / documentation
2008-01-28 Gerrit Renker[CCID3]: HC-receiver should not insert timestamps as...
2008-01-28 Arnaldo Carvalho... [TFRC]: New rx history code
2008-01-28 Gerrit Renker[CCID3]: The receiver of a half-connection does not...
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename dccp_rx_ to tfrc_rx_
2008-01-28 Arnaldo Carvalho... [TFRC]: Make the rx history slab be global
2008-01-28 Arnaldo Carvalho... [TFRC]: Hide tx history details from the CCIDs
2008-01-28 Arnaldo Carvalho... [TFRC]: Migrate TX history to singly-linked lis
2008-01-28 Gerrit Renker[CCID3]: Inline for moving average
2008-01-28 Gerrit Renker[CCID3]: Accurately determine idle & application-limite...
2008-01-28 Gerrit Renker[CCID3]: Ignore trivial amounts of elapsed time
2008-01-28 Gerrit Renker[CCID3]: Revert use of MSS instead of s
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-20 Joe Perches[DCCP]: Spelling fixes
2007-10-24 Gerrit Renker[CCID2/3]: Initialisation assignments of 0 are redundant
2007-10-24 Gerrit Renker[DCCP]: Unaligned pointer access
2007-10-10 Gerrit Renker[DCCP]: Make all `debug' parameters bool
2007-10-10 Gerrit Renker[CCID3]: Move NULL-protection into function
2007-10-10 Gerrit Renker[DCCP]: Simplify interface of dccp_sample_rtt
2007-10-10 Gerrit Renker[DCCP]: Reuse ktime_get_real() calls again
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: convert dccphrx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] CCID3: Stop using dccp_timestamp
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccp_sample_rtt to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hctx_t_ld to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if...
2007-07-11 Gerrit Renker[CCID3]: Fix a bug in the send time processing
2007-07-11 Gerrit Renker[CCID3]: Sending time: update to ktime_t
2007-07-11 Arnaldo Carvalho... loss_interval: Nuke dccp_li_hist
2007-07-11 Arnaldo Carvalho... [DCCP] loss_interval: Move ccid3_hc_rx_update_li to...
2007-07-11 Arnaldo Carvalho... [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li
2007-07-11 Arnaldo Carvalho... Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_...
2007-07-11 Ian McDonaldloss_interval: Fix timeval initialisation
2007-07-11 Ian McDonaldccid3: Update copyrights
2007-05-24 David S. Miller[DCCP]: Fix build warning when debugging is disabled.
2007-04-26 Gerrit Renker[DCCP]: Fix bug in the calculation of very low sending...
2007-04-26 Gerrit Renker[CCID3]: Use initial RTT sample from SYN exchange
2007-04-26 Gerrit Renker[CCID3]: Use function for RTT sampling
2007-04-26 Gerrit Renker[CCID3]: Handle Idle and Application-Limited periods
2007-04-26 Gerrit Renker[CCID3]: Wrap computation of RFC3390-initial rate into...
2007-04-26 Gerrit Renker[CCID3]: Remove build warnings for 64bit
2007-04-26 Gerrit Renker[CCID3]: Remove race condition and update t_ipi when...
2007-04-26 Ian McDonald[CCID3]: More verbose debugging
2007-04-26 Gerrit Renker[CCID3]: Use MSS for larger initial windows
2007-04-26 Gerrit Renker[CCID3]: Re-order CCID 3 source file
2007-04-26 Gerrit Renker[CCID3]: Remove redundant `len' test
2007-03-08 Gerrit Renker[DCCP]: Revert patch which disables bidirectional mode
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-02-08 Andrew Morton[DCCP]: Warning fixes.
2006-12-14 Ian McDonald[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-11 Arnaldo Carvalho... [DCCP] ccid3: Fixup some type conversions related to...
2006-12-11 Gerrit Renker[DCCP] ccid3: BUG-FIX - conversion errors
2006-12-11 Gerrit Renker[DCCP] ccid3: Make debug output consistent
2006-12-11 Gerrit Renker[DCCP] ccid3: Perform history operations only after...
2006-12-11 Gerrit Renker[DCCP] ccid3: TX history - remove unused field
2006-12-11 Gerrit Renker[DCCP] ccid3: Shift window counter computation
2006-12-11 Gerrit Renker[DCCP] ccid3: Sanity-check RTT samples
2006-12-11 Gerrit Renker[DCCP] ccid3: Initialise RTT values
2006-12-11 Gerrit Renker[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
2006-12-11 Gerrit Renker[DCCP]: Only deliver to the CCID rx side in charge
2006-12-11 Gerrit Renker[DCCP]: Debug timeval operations
2006-12-11 Gerrit Renker[DCCP] ccid3: Simplify calculation for reverse lookup...
2006-12-11 Gerrit Renker[DCCP] ccid3: Replace scaled division operations
2006-12-11 Gerrit Renker[DCCP] ccid3: Finer-grained resolution of sending rates
2006-12-11 Gerrit Renker[DCCP] ccid3: Fix two bugs in sending rate computation
2006-12-11 Gerrit Renker[DCCP] ccid3: Two optimisations for sending rate recomp...
2006-12-11 Gerrit Renker[DCCP] ccid3: Check against too large p
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-03 Gerrit Renker[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix warning message about illegal ACK
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix bug in calculation of send rate
2006-12-03 Gerrit Renker[DCCP]: Fix BUG in retransmission delay calculation
2006-12-03 Gerrit Renker[DCCP]: Use higher RTO default for CCID3
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...
next