[PATCH] slab: remove SLAB_ATOMIC
[safe/jmp/linux-2.6] / net / dccp / ccids /
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...
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]: Introduce dccp_tfrc_lib module with net/dccp...
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...
next