index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
/
ccid3.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DCCP] ccid3: Simplify calculation for reverse lookup of p
Gerrit Renker
2006-12-11
1
-17
/
+22
*
[DCCP] ccid3: Replace scaled division operations
Gerrit Renker
2006-12-11
1
-24
/
+3
*
[DCCP] ccid3: Finer-grained resolution of sending rates
Gerrit Renker
2006-12-11
1
-30
/
+46
*
[DCCP] ccid3: Fix two bugs in sending rate computation
Gerrit Renker
2006-12-11
1
-2
/
+2
*
[DCCP] ccid3: Two optimisations for sending rate recomputation
Gerrit Renker
2006-12-11
1
-11
/
+16
*
[DCCP] ccid3: Check against too large p
Gerrit Renker
2006-12-11
1
-4
/
+9
*
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2006-12-07
1
-3
/
+3
*
[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
Gerrit Renker
2006-12-03
1
-16
/
+6
*
[DCCP] ccid3: Fix warning message about illegal ACK
Gerrit Renker
2006-12-03
1
-1
/
+2
*
[DCCP] ccid3: Fix bug in calculation of send rate
Gerrit Renker
2006-12-03
1
-37
/
+52
*
[DCCP]: Fix BUG in retransmission delay calculation
Gerrit Renker
2006-12-03
1
-1
/
+1
*
[DCCP]: Use higher RTO default for CCID3
Gerrit Renker
2006-12-03
1
-8
/
+13
*
[DCCP]: Use `unsigned' for packet lengths
Gerrit Renker
2006-12-02
1
-45
/
+38
*
[DCCP] ccid3: Larger initial windows
Gerrit Renker
2006-12-02
1
-31
/
+35
*
[DCCP] ccid3: Track RX/TX packet size `s' using moving-average
Gerrit Renker
2006-12-02
1
-19
/
+41
*
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
Gerrit Renker
2006-12-02
1
-12
/
+10
*
[DCCP] ccid3: Consolidate handling of t_RTO
Gerrit Renker
2006-12-02
1
-15
/
+14
*
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
Gerrit Renker
2006-12-02
1
-21
/
+17
*
[DCCP] ccid3: Consolidate timer resets
Gerrit Renker
2006-12-02
1
-9
/
+9
*
[DCCP] ccid3: Resolve small FIXME
Gerrit Renker
2006-12-02
1
-5
/
+4
*
[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
Gerrit Renker
2006-12-02
1
-21
/
+0
*
[DCCP] ccid3: Avoid congestion control on zero-sized data packets
Gerrit Renker
2006-12-02
1
-9
/
+5
*
[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
Gerrit Renker
2006-12-02
1
-22
/
+18
*
[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
Gerrit Renker
2006-12-02
1
-5
/
+13
*
[DCCP] ccid3: Simplify control flow in the calculation of t_ipi
Gerrit Renker
2006-12-02
1
-7
/
+3
*
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
Gerrit Renker
2006-12-02
1
-5
/
+6
*
[DCCP] CCID3: Remove non-referenced variable
Ian McDonald
2006-12-02
1
-3
/
+0
*
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
1
-77
/
+55
*
[DCCP]: Add CCID3 debug support to Kconfig
Gerrit Renker
2006-12-02
1
-8
/
+8
*
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
2006-12-02
1
-33
/
+12
*
[DCCP]: Update documentation references.
Gerrit Renker
2006-10-24
1
-2
/
+1
*
[DCCP]: Use constants for CCIDs
Ian McDonald
2006-09-24
1
-1
/
+1
*
[DCCP]: Tidyup CCID3 list handling
Ian McDonald
2006-09-22
1
-6
/
+6
*
[DCCP]: Fix CCID3
Ian McDonald
2006-08-26
1
-30
/
+119
*
[DCCP]: Update contact details and copyright
Ian McDonald
2006-08-26
1
-2
/
+2
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
1
-17
/
+20
*
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
2006-03-20
1
-9
/
+0
*
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
2006-03-20
1
-5
/
+5
*
[DCCP]: sparse endianness annotations
Andrea Bittau
2006-03-20
1
-3
/
+3
*
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
2006-03-20
1
-27
/
+7
*
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
Arnaldo Carvalho de Melo
2006-03-20
1
-2
/
+3
*
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
Arnaldo Carvalho de Melo
2006-03-20
1
-11
/
+0
*
[DCCP] ccid3: Divide by zero fix
Ian McDonald
2006-03-04
1
-3
/
+7
*
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
2005-09-18
1
-0
/
+56
*
[CCID3]: Listen socks doesn't have a private CCID block
Arnaldo Carvalho de Melo
2005-09-12
1
-0
/
+8
*
[CCID3] Cleanup ccid3 debug calls
Arnaldo Carvalho de Melo
2005-09-09
1
-97
/
+67
*
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
2005-09-09
1
-1
/
+1
*
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
2005-09-09
1
-41
/
+29
*
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
2005-09-09
1
-13
/
+14
[prev]
[next]