[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n
[safe/jmp/linux-2.6] / net / dccp / ccids /
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: Reorder packet history source file
2006-12-11 Gerrit Renker[DCCP] ccid3: Reorder packet history header file
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]: Simplify TFRC calculation
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 kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-03 Gerrit Renker[DCCP] tfrc: Binary search for reverse TFRC lookup
2006-12-03 Gerrit Renker[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
2006-12-03 Gerrit Renker[DCCP] tfrc: Identify TFRC table limits and simplify...
2006-12-03 Gerrit Renker[DCCP] tfrc: Add protection against invalid parameters...
2006-12-03 Gerrit Renker[DCCP] tfrc: Fix small error in reverse lookup of p...
2006-12-03 Gerrit Renker[DCCP] tfrc: Document boundaries and limits of the...
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]: Tidy up unused structures
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 Andrea Bittau[DCCP] ccid2: Allow window to grow larger
2006-12-03 Ian McDonald[DCCP] CCID3: Remove non-referenced variable
2006-12-03 Gerrit Renker[CCID 3]: Add annotations for socket structures
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]: enable debug messages also for static builds
2006-12-03 Andrea Bittau[DCCP] CCID2: Code optimizations
2006-12-03 Gerrit Renker[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use...
2006-10-30 Randy Dunlap[DCCP]: fix printk format warnings
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-09-24 Ian McDonald[DCCP]: Use constants for CCIDs
2006-09-22 Andrea Bittau[DCCP] CCID2: Add helper functions for changing importa...
2006-09-22 Andrea Bittau[DCCP] CCID2: Halve cwnd once upon multiple losses...
2006-09-22 Andrea Bittau[DCCP] CCID2: Allocate seq records on demand
2006-09-22 Andrea Bittau[DCCP] CCID2: Add Kconfig option for CCID2 debug
2006-09-22 Andrea Bittau[DCCP] CCID2: Tell DCCP to quickly check whether cwnd...
2006-09-22 Andrea Bittau[DCCP] CCID2: Initialize ssthresh to infinity
2006-09-22 Andrea Bittau[DCCP] CCID2: Fix jiffie wrap issues
2006-09-22 Andrea Bittau[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED...
2006-09-22 Ian McDonald[DCCP]: Tidyup CCID3 list handling
2006-08-27 Ian McDonald[DCCP]: Fix CCID3
2006-08-27 Ian McDonald[DCCP]: Introduce dccp_rx_hist_find_entry
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
2006-08-27 Ian McDonald[DCCP]: Fix typo
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] ccid2: coding style cleanups
2006-03-21 Arnaldo Carvalho... [DCCP] ipv6: Add missing ipv6 control socket
2006-03-21 Arnaldo Carvalho... [DCCP]: Uninline some functions
2006-03-21 Arnaldo Carvalho... [DCCP]: Kconfig tidy up
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP] CCID2: Drop sock reference count on timer expira...
2006-03-21 Andrea Bittau[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
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
2006-02-08 Al Viro[PATCH] remove bogus asm/bug.h includes.
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-09-18 Arnaldo Carvalho... [CCID3]: Introduce include/linux/tfrc.h
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...
next