Commit Graph

76 Commits (8949f1a2424a38a4080a2a3561a2698f215a7c4a)

Author SHA1 Message Date
Christoph Lameter 54e6ecb239 [PATCH] slab: remove SLAB_ATOMIC 18 years ago
Gerrit Renker 44158306d7 [DCCP] ccid3: Deprecate TFRC_SMALLEST_P 18 years ago
Gerrit Renker 26af3072b0 [DCCP] ccid3: Fix warning message about illegal ACK 18 years ago
Gerrit Renker 5c3fbb6acf [DCCP] ccid3: Fix bug in calculation of send rate 18 years ago
Gerrit Renker 76d127779e [DCCP]: Fix BUG in retransmission delay calculation 18 years ago
Gerrit Renker 8a508ac26e [DCCP]: Use higher RTO default for CCID3 18 years ago
Gerrit Renker 6b57c93dc3 [DCCP]: Use `unsigned' for packet lengths 18 years ago
Gerrit Renker a79ef76f4d [DCCP] ccid3: Larger initial windows 18 years ago
Gerrit Renker 78ad713da6 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average 18 years ago
Gerrit Renker 2a1fda6f6c [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 18 years ago
Gerrit Renker 5d0dbc4a9b [DCCP] ccid3: Consolidate handling of t_RTO 18 years ago
Gerrit Renker 17893bc1a6 [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta 18 years ago
Gerrit Renker 48e03eee71 [DCCP] ccid3: Consolidate timer resets 18 years ago
Gerrit Renker 5e19e3fcd7 [DCCP] ccid3: Resolve small FIXME 18 years ago
Gerrit Renker 70dbd5b0ef [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent 18 years ago
Gerrit Renker da335baf9e [DCCP] ccid3: Avoid congestion control on zero-sized data packets 18 years ago
Gerrit Renker 7da7f456d7 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet 18 years ago
Gerrit Renker 91cf5a1725 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission 18 years ago
Gerrit Renker f5c2d6367b [DCCP] ccid3: Simplify control flow in the calculation of t_ipi 18 years ago
Gerrit Renker 90feeb951f [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi 18 years ago
Ian McDonald 455431739c [DCCP] CCID3: Remove non-referenced variable 18 years ago
Gerrit Renker 59348b19ef [DCCP]: Simplified conditions due to use of enum:8 states 18 years ago
Gerrit Renker 56724aa434 [DCCP]: Add CCID3 debug support to Kconfig 18 years ago
Gerrit Renker 3c6952624a [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states 18 years ago
Gerrit Renker 0e64e94e47 [DCCP]: Update documentation references. 19 years ago
Ian McDonald 3dd9a7c3a1 [DCCP]: Use constants for CCIDs 19 years ago
Ian McDonald fc747e82b4 [DCCP]: Tidyup CCID3 list handling 19 years ago
Ian McDonald 66a377c504 [DCCP]: Fix CCID3 19 years ago
Ian McDonald e6bccd3573 [DCCP]: Update contact details and copyright 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Arnaldo Carvalho de Melo 2d0817d11e [DCCP] options: Make dccp_insert_options & friends yell on error 19 years ago
Arnaldo Carvalho de Melo 7247887357 [DCCP] ipv6: Add missing ipv6 control socket 19 years ago
Arnaldo Carvalho de Melo c25a18ba34 [DCCP]: Uninline some functions 19 years ago
Andrea Bittau 60fe62e789 [DCCP]: sparse endianness annotations 19 years ago
Arnaldo Carvalho de Melo 91f0ebf7b6 [DCCP] CCID: Improve CCID infrastructure 19 years ago
Arnaldo Carvalho de Melo aa5d7df3b2 [DCCP] CCID3: Set the no_feedback_timer fields near init_timer 19 years ago
Arnaldo Carvalho de Melo 411447019a [DCCP] CCID: Allow ccid_{init,exit} to be NULL 19 years ago
Ian McDonald c09966608d [DCCP] ccid3: Divide by zero fix 19 years ago
Arnaldo Carvalho de Melo 88f964db6e [DCCP]: Introduce CCID getsockopt for the CCIDs 20 years ago
Arnaldo Carvalho de Melo 59c2353dd0 [CCID3]: Listen socks doesn't have a private CCID block 20 years ago
Arnaldo Carvalho de Melo 59d203f9e9 [CCID3] Cleanup ccid3 debug calls 20 years ago
Arnaldo Carvalho de Melo d7e0fb985c [CCID3] Initialize ccid3hctx_t_ipi to 250ms 20 years ago
Arnaldo Carvalho de Melo 59725dc2a2 [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency 20 years ago
Arnaldo Carvalho de Melo b0e567806d [DCCP] Introduce dccp_timestamp 20 years ago
Arnaldo Carvalho de Melo 954ee31f36 [CCID3] Initialize more fields in ccid3_hc_rx_init 20 years ago
Arnaldo Carvalho de Melo b3a3077d96 [CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one 20 years ago
Arnaldo Carvalho de Melo 1a28599a2c [CCID3] Use ELAPSED_TIME in the HC TX RTT estimation 20 years ago
Arnaldo Carvalho de Melo 27ae543e6f [CCID3] Calculate ccid3hcrx_x_recv using usecs_div 20 years ago
Arnaldo Carvalho de Melo 507d37cf26 [CCID] Only call the HC insert_options methods when requested 20 years ago
Arnaldo Carvalho de Melo 0ba7a3ba66 [CCID3] Avoid unsigned integer overflows in usecs_div 20 years ago