ipc: invoke the ipcns notifier chain as a work item
[safe/jmp/linux-2.6] / net / dccp / ccids /
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
2007-10-10 Arnaldo Carvalho... [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if...
2007-08-22 Gerrit Renker[DCCP]: Allocation in atomic context
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-07-11 Adrian Bunk[DCCP]: Make struct dccp_li_cachep static.
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: make struct dccp_li_hist_entry private
2007-07-11 Arnaldo Carvalho... loss_interval: Nuke dccp_li_hist
2007-07-11 Arnaldo Carvalho... loss_interval: Make dccp_li_hist_entry_{new,delete...
2007-07-11 Arnaldo Carvalho... loss_interval: unexport dccp_li_hist_interval_new
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 Ian McDonald[CCID3]: Fix use of invalid loss intervals
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
next