dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
[safe/jmp/linux-2.6] / net / dccp / ccids /
2008-09-04 Gerrit Renkerdccp ccid-2: Remove wrappers around sk_{reset,stop...
2008-09-04 Gerrit Renkerdccp ccid-2: Replace broken RTT estimator with better...
2008-09-04 Gerrit Renkerdccp ccid-2: Simplify dec_pipe and rearming of RTO...
2008-09-04 Gerrit Renkerdccp ccid-2: Remove redundant sanity tests
2008-09-04 Gerrit Renkerdccp ccid-2: Stop polling
2008-09-04 Gerrit Renkerdccp: Return-value convention of hc_tx_send_packet()
2008-09-04 Gerrit Renkerdccp ccid-2: Separate option parsing from CCID processing
2008-09-04 Gerrit Renkerdccp ccid-2: Remove old infrastructure
2008-09-04 Gerrit Renkerdccp ccid-2: Ack Vector interface clean-up
2008-09-04 Gerrit Renkerdccp ccid-3: Remove dead states
2008-09-04 Gerrit Renkerdccp ccid-3: Remove duplicate documentation
2008-09-04 Gerrit Renkerdccp: Unused argument in CCID tx function
2008-09-04 Gerrit Renkerdccp ccid-3: Remove redundant 'options_received' struct
2008-09-04 Gerrit Renkerdccp tfrc/ccid-3: Computing Loss Rate from Loss Event...
2008-09-04 Gerrit Renkerdccp: Add packet type information to CCID-specific...
2008-09-04 Gerrit Renkerdccp ccid-3: Simplify and consolidate tx_parse_options
2008-09-04 Gerrit Renkerdccp ccid-3: Remove ugly RTT-sampling history lookup
2008-09-04 Gerrit Renkerdccp ccid-3: Bug fix for the inter-packet scheduling...
2008-09-04 Gerrit Renkerdccp ccid-3: No more CCID control blocks in LISTEN...
2008-09-04 Gerrit Renkerdccp ccid-3: Remove ccid3hc{tx,rx}_ prefixes
2008-09-04 Gerrit Renkerdccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes
2008-09-04 Gerrit Renkerdccp: Registration routines for changing feature values
2008-09-04 Gerrit Renkerdccp ccid-3: Replace lazy BUG_ON with condition
2008-09-04 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-07-13 Gerrit Renkerdccp ccid-3: Length of loss intervals
2008-07-13 Gerrit Renkerdccp ccid-3: Fix a loss detection bug
2008-07-13 Gerrit Renkerdccp: Upgrade NDP count from 3 to 6 bytes
2008-07-13 Gerrit Renkerdccp ccid-3: Fix error in loss detection
2008-06-11 Gerrit Renkerdccp ccid-3: X truncated due to type conversion
2008-06-11 Gerrit Renkerdccp ccid-3: TFRC reverse-lookup Bug-Fix
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[TFRC]: Remove previous loss intervals implementation
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[TFRC]: CCID3 (and CCID4) needs to access these inlines
2008-01-28 Gerrit Renker[CCID3]: Redundant debugging output / documentation
2008-01-28 Gerrit Renker[TFRC]: Ringbuffer to track loss interval history
2008-01-28 Gerrit Renker[TFRC]: Loss interval code needs the macros/inlines...
2008-01-28 Gerrit Renker[TFRC]: Put RX/TX initialisation into tfrc.c
2008-01-28 Gerrit Renker[CCID3]: HC-receiver should not insert timestamps as...
2008-01-28 Gerrit Renker[TFRC]: The function tfrc_rx_hist_entry_delete() is...
2008-01-28 Gerrit Renker[TFRC]: Move comment.
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]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for...
2008-01-28 Gerrit Renker[TFRC]: Provide central source file and debug facility
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[CCID2]: Remove misleading comment
2008-01-28 Gerrit Renker[CCID2]: Remove redundant ack-counting variable
2008-01-28 Gerrit Renker[CCID2]: Remove redundant synchronisation variable
2008-01-28 Gerrit Renker[CCID2]: Redundant debugging output
2008-01-28 Gerrit Renker[CCID2]: Replace pipe assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace cwnd assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace read-only variable with constant
2008-01-28 Gerrit Renker[CCID2]: Remove unused variable
2008-01-28 Gerrit Renker[CCID2]: Disable broken Ack Ratio adaptation algorithm
2008-01-28 Gerrit Renker[CCID2]: Larger initial windows also for CCID2
2008-01-28 Gerrit Renker[CCID2]: Deadlock and spurious timeouts when Ack Ratio...
2008-01-28 Gerrit Renker[CCID2]: Don't assign negative values to Ack Ratio
2008-01-28 Gerrit Renker[CCID2]: Fix sequence number arithmetic/comparisons
2008-01-28 Gerrit Renker[CCID2]: Bug in reading Ack Vectors
2008-01-28 Gerrit Renker[DCCP]: Remove redundant dependency on IP_DCCP
2008-01-28 Gerrit Renker[DCCP]: Promote CCID2 as default CCID
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-11-20 Joe Perches[DCCP]: Add missing "space"
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[CCID2]: Sequence number wraparound issues
2007-10-10 Gerrit Renker[CCID2]: Remove redundant case block
2007-10-10 Gerrit Renker[CCID2]: Remove redundant BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Remove ugly BUG_ON
2007-10-10 Gerrit Renker[CCID2]: Simplify interface
2007-10-10 Gerrit Renker[DCCP]: Make all `debug' parameters bool
2007-10-10 Arnaldo Carvalho... [CCID3]: Remove ifdef surrounding BUG_ON
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
next