Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
001a541ea9163ace5e8243ee0e907ad80a4c0ec2
/
net
/
dccp
/
ccids
/
ccid2.c
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
d96a9e8
dccp ccid-2: check Ack Ratio when reducing cwnd
by Samuel Jero
· 13 years ago
0ce95dc
dccp ccid-2: increment cwnd correctly
by Samuel Jero
· 13 years ago
d346d88
dccp ccid-2: prevent cwnd > Sequence Window
by Samuel Jero
· 13 years ago
31daf03
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
by Gerrit Renker
· 13 years ago
113ced1
dccp ccid-2: Perform congestion-window validation
by Gerrit Renker
· 13 years ago
58fdea0
dccp ccid-2: Use existing function to test for data packets
by Gerrit Renker
· 13 years ago
b4d5f4b
dccp ccid-2: move rfc 3390 function into header file
by Gerrit Renker
· 13 years ago
442b963
tcp: Increase the initial congestion window to 10.
by David S. Miller
· 14 years ago
7e87fe8
dccp ccid-2: Separate option parsing from CCID processing
by Gerrit Renker
· 14 years ago
f17a37c
dccp ccid-2: Ack Vector interface clean-up
by Gerrit Renker
· 14 years ago
1c0e0a0
dccp ccid-2: Stop polling
by Gerrit Renker
· 14 years ago
baf9e78
dccp: remove unused argument in CCID tx function
by Gerrit Renker
· 14 years ago
4886fca
dccp ccid-2: Share TCP's minimum RTO code
by Gerrit Renker
· 14 years ago
22b71c8
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 14 years ago
d26eeb0
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
by Gerrit Renker
· 14 years ago
d82b6f8
dccp ccid-2: Use u32 timestamps uniformly
by Gerrit Renker
· 14 years ago
231cc2a
dccp ccid-2: Replace broken RTT estimator with better algorithm
by Gerrit Renker
· 14 years ago
c38c92a
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
by Gerrit Renker
· 14 years ago
30564e3
dccp ccid-2: Remove redundant sanity tests
by Gerrit Renker
· 14 years ago
67b67e3
ccid: ccid-2/3 code cosmetics
by Gerrit Renker
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
77d2dd9
dccp ccid-2: Remove CCID naming redundancy 1/2
by Gerrit Renker
· 15 years ago
b1c00fe
dccp ccid-2: Overhaul CCID naming convention 1/2
by Gerrit Renker
· 15 years ago
aa1b1ff
net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle
by Gerrit Renker
· 15 years ago
ddebc97
dccp: Lockless integration of CCID congestion-control plugins
by Gerrit Renker
· 16 years ago
e8ef967
dccp: Registration routines for changing feature values
by Gerrit Renker
· 16 years ago
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
6224877
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 16 years ago
20bbd0f
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
by Gerrit Renker
· 16 years ago
1435562
dccp ccid-2: Replace broken RTT estimator with better algorithm
by Gerrit Renker
· 16 years ago
e9803c0
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
by Gerrit Renker
· 16 years ago
c6f0f2e
dccp ccid-2: Remove redundant sanity tests
by Gerrit Renker
· 16 years ago
83337da
dccp ccid-2: Stop polling
by Gerrit Renker
· 16 years ago
c8bf462
dccp ccid-2: Separate option parsing from CCID processing
by Gerrit Renker
· 16 years ago
ff49e27
dccp ccid-2: Ack Vector interface clean-up
by Gerrit Renker
· 16 years ago
c506d91
dccp: Unused argument in CCID tx function
by Gerrit Renker
· 16 years ago
1fb8750
dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes
by Gerrit Renker
· 16 years ago
86349c8
dccp: Registration routines for changing feature values
by Gerrit Renker
· 16 years ago
4326499
dccp: Toggle debug output without module unloading
by Gerrit Renker
· 16 years ago
84994e1
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
by Harvey Harrison
· 17 years ago
84a97b0
[CCID]: More informative registration
by Gerrit Renker
· 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
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
24c667d
[CCID2/3]: Initialisation assignments of 0 are redundant
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
39dad26
[DCCP]: Allocation in atomic context
by Gerrit Renker
· 17 years ago
c9eaf17
[NET] DCCP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
8109b02
[DCCP]: Whitespace cleanups
by Arnaldo Carvalho de Melo
· 18 years ago
6b57c93
[DCCP]: Use `unsigned' for packet lengths
by Gerrit Renker
· 18 years ago
59348b1
[DCCP]: Simplified conditions due to use of enum:8 states
by Gerrit Renker
· 18 years ago
8411671
[DCCP]: enable debug messages also for static builds
by Gerrit Renker
· 18 years ago
32aac18
[DCCP] CCID2: Code optimizations
by Andrea Bittau
· 18 years ago
234af48
[DCCP]: fix printk format warnings
by Randy Dunlap
· 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
593f16a
[DCCP] CCID2: Add helper functions for changing important CCID2 state
by Andrea Bittau
· 18 years ago
374bcf3
[DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT
by Andrea Bittau
· 18 years ago
07978aa
[DCCP] CCID2: Allocate seq records on demand
by Andrea Bittau
· 18 years ago
8d424f6
[DCCP] CCID2: Add Kconfig option for CCID2 debug
by Andrea Bittau
· 18 years ago
446dec3
[DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available
by Andrea Bittau
· 18 years ago
d458c25
[DCCP] CCID2: Initialize ssthresh to infinity
by Andrea Bittau
· 18 years ago
29651cd
[DCCP] CCID2: Fix jiffie wrap issues
by Andrea Bittau
· 18 years ago
8e27e46
[DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used
by Andrea Bittau
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
c0c736d
[DCCP] ccid2: coding style cleanups
by Arnaldo Carvalho de Melo
· 19 years ago
91f0ebf
[DCCP] CCID: Improve CCID infrastructure
by Arnaldo Carvalho de Melo
· 19 years ago
77ff72d
[DCCP] CCID2: Drop sock reference count on timer expiration and reset.
by Andrea Bittau
· 19 years ago
2a91aa3
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
by Andrea Bittau
· 19 years ago