Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
10ef00fe539a387ded9e0d710012500896589dbb
/
net
/
dccp
/
ccids
« Previous
b552c62
dccp ccid-3: Fix a loss detection bug
by Gerrit Renker
· 16 years ago
5b5d0e7
dccp: Upgrade NDP count from 3 to 6 bytes
by Gerrit Renker
· 16 years ago
2013c7e
dccp ccid-3: Fix error in loss detection
by Gerrit Renker
· 16 years ago
7deb0f8
dccp ccid-3: X truncated due to type conversion
by Gerrit Renker
· 16 years ago
1e8a287
dccp ccid-3: TFRC reverse-lookup Bug-Fix
by Gerrit Renker
· 16 years ago
1e2f0e5
dccp: Fix sparse warnings
by Gerrit Renker
· 16 years ago
3294f20
dccp ccid-3: Bug-Fix - Zero RTT is possible
by Gerrit Renker
· 16 years ago
825de27
dccp ccid-3: Fix "t_ipi explosion" bug
by Gerrit Renker
· 16 years ago
84994e1
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
by Harvey Harrison
· 17 years ago
c4e18da
[CCID3]: Kill some bloat
by Ilpo Järvinen
· 17 years ago
52515e7
[CCID3]: Nofeedback timer according to rfc3448bis
by Gerrit Renker
· 17 years ago
d8d1252
[CCID3]: Implement rfc3448bis changes to feedback reception
by Gerrit Renker
· 17 years ago
5bd370a
[CCID3]: Remove two irrelevant states in TX feedback handling
by Gerrit Renker
· 17 years ago
8e138e7
[CCID3]: Use a function to update p_inv, and p is never used
by Gerrit Renker
· 17 years ago
84a97b0
[CCID]: More informative registration
by Gerrit Renker
· 17 years ago
3f71c81
[TFRC]: Remove previous loss intervals implementation
by Gerrit Renker
· 17 years ago
954c2db
[CCID3]: Interface CCID3 code with newer Loss Intervals Database
by Gerrit Renker
· 17 years ago
de0d411
[TFRC]: CCID3 (and CCID4) needs to access these inlines
by Gerrit Renker
· 17 years ago
db64196
[CCID3]: Redundant debugging output / documentation
by Gerrit Renker
· 17 years ago
8a9c7e9
[TFRC]: Ringbuffer to track loss interval history
by Gerrit Renker
· 17 years ago
8995a23
[TFRC]: Loss interval code needs the macros/inlines that were moved
by Gerrit Renker
· 17 years ago
df8f83f
[TFRC]: Put RX/TX initialisation into tfrc.c
by Gerrit Renker
· 17 years ago
385ac2e
[CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it
by Gerrit Renker
· 17 years ago
797eba4
[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore
by Gerrit Renker
· 17 years ago
78282d2
[TFRC]: Move comment.
by Gerrit Renker
· 17 years ago
b84a218
[TFRC]: New rx history code
by Arnaldo Carvalho de Melo
· 17 years ago
30a0eac
[CCID3]: The receiver of a half-connection does not set window counter values
by Gerrit Renker
· 17 years ago
d58d1af
[TFRC]: Rename dccp_rx_ to tfrc_rx_
by Arnaldo Carvalho de Melo
· 17 years ago
34a9e7e
[TFRC]: Make the rx history slab be global
by Arnaldo Carvalho de Melo
· 17 years ago
e9c8b24a
[TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency
by Arnaldo Carvalho de Melo
· 17 years ago
c40616c
[TFRC]: Provide central source file and debug facility
by Gerrit Renker
· 17 years ago
9108d5f
[TFRC]: Hide tx history details from the CCIDs
by Arnaldo Carvalho de Melo
· 17 years ago
276f2ed
[TFRC]: Migrate TX history to singly-linked lis
by Arnaldo Carvalho de Melo
· 17 years ago
dcfbc7e
[CCID2]: Remove misleading comment
by Gerrit Renker
· 17 years ago
a302002
[CCID2]: Remove redundant ack-counting variable
by Gerrit Renker
· 17 years ago
8339936
[CCID2]: Remove redundant synchronisation variable
by Gerrit Renker
· 17 years ago
da98e0b
[CCID2]: Redundant debugging output
by Gerrit Renker
· 17 years ago
95b21d7
[CCID2]: Replace pipe assignment-function with assignment
by Gerrit Renker
· 17 years ago
3deeadd
[CCID2]: Replace cwnd assignment-function with assignment
by Gerrit Renker
· 17 years ago
63df18a
[CCID2]: Replace read-only variable with constant
by Gerrit Renker
· 17 years ago
7792cd8
[CCID2]: Remove unused variable
by Gerrit Renker
· 17 years ago
900bfed
[CCID2]: Disable broken Ack Ratio adaptation algorithm
by Gerrit Renker
· 17 years ago
b00d2bb
[CCID2]: Larger initial windows also for CCID2
by Gerrit Renker
· 17 years ago
d50ad16
[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd
by Gerrit Renker
· 17 years ago
df054e1
[CCID2]: Don't assign negative values to Ack Ratio
by Gerrit Renker
· 17 years ago
cfbbeab
[CCID2]: Fix sequence number arithmetic/comparisons
by Gerrit Renker
· 17 years ago
3de5489
[CCID2]: Bug in reading Ack Vectors
by Gerrit Renker
· 17 years ago
6d57b43
[DCCP]: Remove redundant dependency on IP_DCCP
by Gerrit Renker
· 17 years ago
e333b3e
[DCCP]: Promote CCID2 as default CCID
by Gerrit Renker
· 17 years ago
c3ada46
[CCID3]: Inline for moving average
by Gerrit Renker
· 17 years ago
a5358fd
[CCID3]: Accurately determine idle & application-limited periods
by Gerrit Renker
· 17 years ago
eb279b79
[CCID3]: Ignore trivial amounts of elapsed time
by Gerrit Renker
· 17 years ago
6c08b2c
[CCID3]: Revert use of MSS instead of s
by Gerrit Renker
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
5e8e034
[DCCP]: Spelling fixes
by Joe Perches
· 17 years ago
4756daa
[DCCP]: Add missing "space"
by Joe Perches
· 17 years ago
24c667d
[CCID2/3]: Initialisation assignments of 0 are redundant
by Gerrit Renker
· 17 years ago
76fd1e8
[DCCP]: Unaligned pointer access
by Gerrit Renker
· 17 years ago
5e28599
[CCID2]: Sequence number wraparound issues
by Gerrit Renker
· 17 years ago
6c58324
[CCID2]: Remove redundant case block
by Gerrit Renker
· 17 years ago
ee196c2
[CCID2]: Remove redundant BUG_ON
by Gerrit Renker
· 17 years ago
7d9e893
[CCID2]: Remove ugly BUG_ON
by Gerrit Renker
· 17 years ago
cd1f7d3
[CCID2]: Simplify interface
by Gerrit Renker
· 17 years ago
042d18f
[DCCP]: Make all `debug' parameters bool
by Gerrit Renker
· 17 years ago
bb293e6
[CCID3]: Remove ifdef surrounding BUG_ON
by Arnaldo Carvalho de Melo
· 17 years ago
2e86908
[CCID3]: Move NULL-protection into function
by Gerrit Renker
· 17 years ago
3393da8
[DCCP]: Simplify interface of dccp_sample_rtt
by Gerrit Renker
· 17 years ago
aa97efd
[DCCP]: Reuse ktime_get_real() calls again
by Gerrit Renker
· 17 years ago
0740d49
[DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
e7c2335
[DCCP] packet_history: convert dccphrx_tstamp to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
668348a
[DCCP] CCID3: Stop using dccp_timestamp
by Arnaldo Carvalho de Melo
· 17 years ago
9823b7b
[DCCP]: Convert dccp_sample_rtt to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
e7a81c6
[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
1faf0a1
[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
23f062a
[DCCP]: Convert ccid3hctx_t_ld to ktime_t
by Arnaldo Carvalho de Melo
· 17 years ago
ac198ea
[DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed
by Arnaldo Carvalho de Melo
· 17 years ago
39dad26
[DCCP]: Allocation in atomic context
by Gerrit Renker
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
2324800
[NET] DCCP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
4fda25a
[DCCP]: Make struct dccp_li_cachep static.
by Adrian Bunk
· 17 years ago
49d66a7
[CCID3]: Fix a bug in the send time processing
by Gerrit Renker
· 17 years ago
8132da4
[CCID3]: Sending time: update to ktime_t
by Gerrit Renker
· 17 years ago
dd36a9a
loss_interval: make struct dccp_li_hist_entry private
by Arnaldo Carvalho de Melo
· 17 years ago
cc4d6a3
loss_interval: Nuke dccp_li_hist
by Arnaldo Carvalho de Melo
· 17 years ago
c70b729
loss_interval: Make dccp_li_hist_entry_{new,delete} private
by Arnaldo Carvalho de Melo
· 17 years ago
8c28178
loss_interval: unexport dccp_li_hist_interval_new
by Arnaldo Carvalho de Melo
· 17 years ago
cc0a910
[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval
by Arnaldo Carvalho de Melo
· 17 years ago
878ac60
[CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li
by Arnaldo Carvalho de Melo
· 17 years ago
d83258a
Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li
by Arnaldo Carvalho de Melo
· 17 years ago
6bc7efe
loss_interval: Fix timeval initialisation
by Ian McDonald
· 17 years ago
b2f41ff
ccid3: Update copyrights
by Ian McDonald
· 17 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
Next »