Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1ef8014debb6410ed1960c4477d0006df11157c1
/
net
/
dccp
/
ccids
/
ccid2.c
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