Sign in
gem5
/
arm
/
linux
/
6712ecf8f648118c3363c142196418f89a510b90
/
net
/
dccp
/
ccids
/
ccid3.c
49d66a7
[CCID3]: Fix a bug in the send time processing
by Gerrit Renker
· 18 years ago
8132da4
[CCID3]: Sending time: update to ktime_t
by Gerrit Renker
· 18 years ago
cc4d6a3
loss_interval: Nuke dccp_li_hist
by Arnaldo Carvalho de Melo
· 18 years ago
cc0a910
[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval
by Arnaldo Carvalho de Melo
· 18 years ago
878ac60
[CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li
by Arnaldo Carvalho de Melo
· 18 years ago
d83258a
Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li
by Arnaldo Carvalho de Melo
· 18 years ago
6bc7efe
loss_interval: Fix timeval initialisation
by Ian McDonald
· 18 years ago
b2f41ff
ccid3: Update copyrights
by Ian McDonald
· 18 years ago
1b07a95
[DCCP]: Fix build warning when debugging is disabled.
by David S. Miller
· 18 years ago
b2449fd
[DCCP]: Fix bug in the calculation of very low sending rates
by Gerrit Renker
· 18 years ago
30833ff
[CCID3]: Use initial RTT sample from SYN exchange
by Gerrit Renker
· 18 years ago
7dfee1a
[CCID3]: Use function for RTT sampling
by Gerrit Renker
· 18 years ago
0c150ef
[CCID3]: Handle Idle and Application-Limited periods
by Gerrit Renker
· 18 years ago
a21f9f9
[CCID3]: Wrap computation of RFC3390-initial rate into separate function
by Gerrit Renker
· 18 years ago
1761f7d
[CCID3]: Remove build warnings for 64bit
by Gerrit Renker
· 18 years ago
1266ade
[CCID3]: Remove race condition and update t_ipi when `s' changes
by Gerrit Renker
· 18 years ago
8699be7
[CCID3]: More verbose debugging
by Ian McDonald
· 18 years ago
371fe77
[CCID3]: Use MSS for larger initial windows
by Gerrit Renker
· 18 years ago
9bf1747
[CCID3]: Re-order CCID 3 source file
by Gerrit Renker
· 18 years ago
353b13e
[CCID3]: Remove redundant `len' test
by Gerrit Renker
· 18 years ago
151a993
[DCCP]: Revert patch which disables bidirectional mode
by Gerrit Renker
· 18 years ago
c9eaf17
[NET] DCCP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
0f08461
[DCCP]: Warning fixes.
by Andrew Morton
· 18 years ago
832e3ca
[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
by Ian McDonald
· 18 years ago
8109b02
[DCCP]: Whitespace cleanups
by Arnaldo Carvalho de Melo
· 18 years ago
1fba78b
[DCCP] ccid3: Fixup some type conversions related to rtts
by Arnaldo Carvalho de Melo
· 18 years ago
9e8efc8
[DCCP] ccid3: BUG-FIX - conversion errors
by Gerrit Renker
· 18 years ago
a967241
[DCCP] ccid3: Make debug output consistent
by Gerrit Renker
· 18 years ago
c5a1ae9
[DCCP] ccid3: Perform history operations only after packet has been sent
by Gerrit Renker
· 18 years ago
e312d10
[DCCP] ccid3: TX history - remove unused field
by Gerrit Renker
· 18 years ago
9f8681d
[DCCP] ccid3: Shift window counter computation
by Gerrit Renker
· 18 years ago
de553c1
[DCCP] ccid3: Sanity-check RTT samples
by Gerrit Renker
· 18 years ago
fe0499a
[DCCP] ccid3: Initialise RTT values
by Gerrit Renker
· 18 years ago
65d6c2b
[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
by Gerrit Renker
· 18 years ago
bf58a38
[DCCP]: Only deliver to the CCID rx side in charge
by Gerrit Renker
· 18 years ago
0f9e5b5
[DCCP]: Debug timeval operations
by Gerrit Renker
· 18 years ago
bfe24a6
[DCCP] ccid3: Simplify calculation for reverse lookup of p
by Gerrit Renker
· 18 years ago
b9039a2
[DCCP] ccid3: Replace scaled division operations
by Gerrit Renker
· 18 years ago
1a21e49
[DCCP] ccid3: Finer-grained resolution of sending rates
by Gerrit Renker
· 18 years ago
179ebc9
[DCCP] ccid3: Fix two bugs in sending rate computation
by Gerrit Renker
· 18 years ago
ff58629
[DCCP] ccid3: Two optimisations for sending rate recomputation
by Gerrit Renker
· 18 years ago
45393a6
[DCCP] ccid3: Check against too large p
by Gerrit Renker
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
4415830
[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
by Gerrit Renker
· 18 years ago
26af307
[DCCP] ccid3: Fix warning message about illegal ACK
by Gerrit Renker
· 18 years ago
5c3fbb6
[DCCP] ccid3: Fix bug in calculation of send rate
by Gerrit Renker
· 18 years ago
76d1277
[DCCP]: Fix BUG in retransmission delay calculation
by Gerrit Renker
· 18 years ago
8a508ac
[DCCP]: Use higher RTO default for CCID3
by Gerrit Renker
· 18 years ago
6b57c93
[DCCP]: Use `unsigned' for packet lengths
by Gerrit Renker
· 18 years ago
a79ef76
[DCCP] ccid3: Larger initial windows
by Gerrit Renker
· 18 years ago
78ad713
[DCCP] ccid3: Track RX/TX packet size `s' using moving-average
by Gerrit Renker
· 18 years ago
2a1fda6
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
by Gerrit Renker
· 18 years ago
5d0dbc4
[DCCP] ccid3: Consolidate handling of t_RTO
by Gerrit Renker
· 18 years ago
17893bc
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
by Gerrit Renker
· 18 years ago
48e03ee
[DCCP] ccid3: Consolidate timer resets
by Gerrit Renker
· 18 years ago
5e19e3f
[DCCP] ccid3: Resolve small FIXME
by Gerrit Renker
· 18 years ago
70dbd5b
[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
by Gerrit Renker
· 18 years ago
da335ba
[DCCP] ccid3: Avoid congestion control on zero-sized data packets
by Gerrit Renker
· 18 years ago
7da7f45
[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
by Gerrit Renker
· 18 years ago
91cf5a1
[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
by Gerrit Renker
· 18 years ago
f5c2d63
[DCCP] ccid3: Simplify control flow in the calculation of t_ipi
by Gerrit Renker
· 18 years ago
90feeb9
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
by Gerrit Renker
· 18 years ago
4554317
[DCCP] CCID3: Remove non-referenced variable
by Ian McDonald
· 18 years ago
59348b1
[DCCP]: Simplified conditions due to use of enum:8 states
by Gerrit Renker
· 18 years ago
56724aa
[DCCP]: Add CCID3 debug support to Kconfig
by Gerrit Renker
· 18 years ago
3c69526
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
by Gerrit Renker
· 18 years ago
0e64e94
[DCCP]: Update documentation references.
by Gerrit Renker
· 18 years ago
3dd9a7c
[DCCP]: Use constants for CCIDs
by Ian McDonald
· 18 years ago
fc747e8
[DCCP]: Tidyup CCID3 list handling
by Ian McDonald
· 19 years ago
66a377c
[DCCP]: Fix CCID3
by Ian McDonald
· 19 years ago
e6bccd3
[DCCP]: Update contact details and copyright
by Ian McDonald
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
2d0817d
[DCCP] options: Make dccp_insert_options & friends yell on error
by Arnaldo Carvalho de Melo
· 19 years ago
7247887
[DCCP] ipv6: Add missing ipv6 control socket
by Arnaldo Carvalho de Melo
· 19 years ago
c25a18b
[DCCP]: Uninline some functions
by Arnaldo Carvalho de Melo
· 19 years ago
60fe62e
[DCCP]: sparse endianness annotations
by Andrea Bittau
· 19 years ago
91f0ebf
[DCCP] CCID: Improve CCID infrastructure
by Arnaldo Carvalho de Melo
· 19 years ago
aa5d7df
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
by Arnaldo Carvalho de Melo
· 19 years ago
4114470
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
by Arnaldo Carvalho de Melo
· 19 years ago
c099666
[DCCP] ccid3: Divide by zero fix
by Ian McDonald
· 19 years ago
88f964d
[DCCP]: Introduce CCID getsockopt for the CCIDs
by Arnaldo Carvalho de Melo
· 19 years ago
59c2353
[CCID3]: Listen socks doesn't have a private CCID block
by Arnaldo Carvalho de Melo
· 19 years ago
59d203f
[CCID3] Cleanup ccid3 debug calls
by Arnaldo Carvalho de Melo
· 19 years ago
d7e0fb9
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
by Arnaldo Carvalho de Melo
· 19 years ago
59725dc
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
by Arnaldo Carvalho de Melo
· 20 years ago
b0e5678
[DCCP] Introduce dccp_timestamp
by Arnaldo Carvalho de Melo
· 20 years ago
954ee31
[CCID3] Initialize more fields in ccid3_hc_rx_init
by Arnaldo Carvalho de Melo
· 20 years ago
b3a3077
[CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one
by Arnaldo Carvalho de Melo
· 20 years ago
1a28599
[CCID3] Use ELAPSED_TIME in the HC TX RTT estimation
by Arnaldo Carvalho de Melo
· 20 years ago
27ae543e
[CCID3] Calculate ccid3hcrx_x_recv using usecs_div
by Arnaldo Carvalho de Melo
· 20 years ago
507d37c
[CCID] Only call the HC insert_options methods when requested
by Arnaldo Carvalho de Melo
· 20 years ago
0ba7a3b
[CCID3] Avoid unsigned integer overflows in usecs_div
by Arnaldo Carvalho de Melo
· 20 years ago
c530cfb
[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet
by Arnaldo Carvalho de Melo
· 20 years ago
a84ffe4
[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
by Arnaldo Carvalho de Melo
· 20 years ago
29e4f8b
[CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
by Arnaldo Carvalho de Melo
· 20 years ago
072ab6c
[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
by Arnaldo Carvalho de Melo
· 20 years ago
36729c1
[DCCP]: Move the calc_X routines to dccp_tfrc_lib
by Arnaldo Carvalho de Melo
· 20 years ago
4524b25
[DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/
by Arnaldo Carvalho de Melo
· 20 years ago
ae6706f
[CCID3]: Move the loss interval code to loss_interval.[ch]
by Arnaldo Carvalho de Melo
· 20 years ago
cfc3c52
[CCID3]: Move the CCID3 defines to ccid3.h
by Arnaldo Carvalho de Melo
· 20 years ago
Next »