index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
/
ccid3.c
Age
Commit message (
Expand
)
Author
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2006-12-03
[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
Gerrit Renker
2006-12-03
[DCCP] ccid3: Fix warning message about illegal ACK
Gerrit Renker
2006-12-03
[DCCP] ccid3: Fix bug in calculation of send rate
Gerrit Renker
2006-12-03
[DCCP]: Fix BUG in retransmission delay calculation
Gerrit Renker
2006-12-03
[DCCP]: Use higher RTO default for CCID3
Gerrit Renker
2006-12-02
[DCCP]: Use `unsigned' for packet lengths
Gerrit Renker
2006-12-02
[DCCP] ccid3: Larger initial windows
Gerrit Renker
2006-12-02
[DCCP] ccid3: Track RX/TX packet size `s' using moving-average
Gerrit Renker
2006-12-02
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consolidate handling of t_RTO
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consolidate timer resets
Gerrit Renker
2006-12-02
[DCCP] ccid3: Resolve small FIXME
Gerrit Renker
2006-12-02
[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
Gerrit Renker
2006-12-02
[DCCP] ccid3: Avoid congestion control on zero-sized data packets
Gerrit Renker
2006-12-02
[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
Gerrit Renker
2006-12-02
[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
Gerrit Renker
2006-12-02
[DCCP] ccid3: Simplify control flow in the calculation of t_ipi
Gerrit Renker
2006-12-02
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
Gerrit Renker
2006-12-02
[DCCP] CCID3: Remove non-referenced variable
Ian McDonald
2006-12-02
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
[DCCP]: Add CCID3 debug support to Kconfig
Gerrit Renker
2006-12-02
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
2006-10-24
[DCCP]: Update documentation references.
Gerrit Renker
2006-09-24
[DCCP]: Use constants for CCIDs
Ian McDonald
2006-09-22
[DCCP]: Tidyup CCID3 list handling
Ian McDonald
2006-08-26
[DCCP]: Fix CCID3
Ian McDonald
2006-08-26
[DCCP]: Update contact details and copyright
Ian McDonald
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-03-20
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
2006-03-20
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
2006-03-20
[DCCP]: sparse endianness annotations
Andrea Bittau
2006-03-20
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
Arnaldo Carvalho de Melo
2006-03-04
[DCCP] ccid3: Divide by zero fix
Ian McDonald
2005-09-18
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
2005-09-12
[CCID3]: Listen socks doesn't have a private CCID block
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Cleanup ccid3 debug calls
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
2005-09-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Initialize more fields in ccid3_hc_rx_init
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Use ELAPSED_TIME in the HC TX RTT estimation
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Calculate ccid3hcrx_x_recv using usecs_div
Arnaldo Carvalho de Melo
2005-09-09
[CCID] Only call the HC insert_options methods when requested
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Avoid unsigned integer overflows in usecs_div
Arnaldo Carvalho de Melo
[next]