index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
/
ccid2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-04
dccp: Lockless integration of CCID congestion-control plugins
Gerrit Renker
1
-20
/
+2
2008-11-12
dccp: Registration routines for changing feature values
Gerrit Renker
1
-3
/
+3
2008-09-09
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
Gerrit Renker
1
-250
/
+372
2008-09-04
tcp/dccp: Consolidate common code for RFC 3390 conversion
Gerrit Renker
1
-6
/
+2
2008-09-04
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
Gerrit Renker
1
-24
/
+4
2008-09-04
dccp ccid-2: Replace broken RTT estimator with better algorithm
Gerrit Renker
1
-77
/
+94
2008-09-04
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
Gerrit Renker
1
-19
/
+8
2008-09-04
dccp ccid-2: Remove redundant sanity tests
Gerrit Renker
1
-51
/
+0
2008-09-04
dccp ccid-2: Stop polling
Gerrit Renker
1
-8
/
+13
2008-09-04
dccp ccid-2: Separate option parsing from CCID processing
Gerrit Renker
1
-93
/
+42
2008-09-04
dccp ccid-2: Ack Vector interface clean-up
Gerrit Renker
1
-8
/
+5
2008-09-04
dccp: Unused argument in CCID tx function
Gerrit Renker
1
-1
/
+1
2008-09-04
dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes
Gerrit Renker
1
-139
/
+135
2008-09-04
dccp: Registration routines for changing feature values
Gerrit Renker
1
-3
/
+3
2008-09-04
dccp: Toggle debug output without module unloading
Gerrit Renker
1
-1
/
+1
2008-05-02
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
Harvey Harrison
1
-1
/
+1
2008-01-28
[CCID]: More informative registration
Gerrit Renker
1
-1
/
+1
2008-01-28
[CCID2]: Remove misleading comment
Gerrit Renker
1
-10
/
+1
2008-01-28
[CCID2]: Remove redundant ack-counting variable
Gerrit Renker
1
-31
/
+15
2008-01-28
[CCID2]: Remove redundant synchronisation variable
Gerrit Renker
1
-9
/
+2
2008-01-28
[CCID2]: Redundant debugging output
Gerrit Renker
1
-6
/
+0
2008-01-28
[CCID2]: Replace pipe assignment-function with assignment
Gerrit Renker
1
-10
/
+6
2008-01-28
[CCID2]: Replace cwnd assignment-function with assignment
Gerrit Renker
1
-15
/
+7
2008-01-28
[CCID2]: Replace read-only variable with constant
Gerrit Renker
1
-5
/
+3
2008-01-28
[CCID2]: Remove unused variable
Gerrit Renker
1
-4
/
+0
2008-01-28
[CCID2]: Disable broken Ack Ratio adaptation algorithm
Gerrit Renker
1
-2
/
+21
2008-01-28
[CCID2]: Larger initial windows also for CCID2
Gerrit Renker
1
-5
/
+15
2008-01-28
[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd
Gerrit Renker
1
-18
/
+21
2008-01-28
[CCID2]: Don't assign negative values to Ack Ratio
Gerrit Renker
1
-4
/
+5
2008-01-28
[CCID2]: Fix sequence number arithmetic/comparisons
Gerrit Renker
1
-7
/
+2
2008-01-28
[CCID2]: Bug in reading Ack Vectors
Gerrit Renker
1
-1
/
+1
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-4
/
+2
2007-10-24
[CCID2/3]: Initialisation assignments of 0 are redundant
Gerrit Renker
1
-4
/
+0
2007-10-10
[CCID2]: Sequence number wraparound issues
Gerrit Renker
1
-3
/
+4
2007-10-10
[CCID2]: Remove redundant case block
Gerrit Renker
1
-13
/
+1
2007-10-10
[CCID2]: Remove redundant BUG_ON
Gerrit Renker
1
-8
/
+3
2007-10-10
[CCID2]: Remove ugly BUG_ON
Gerrit Renker
1
-6
/
+5
2007-10-10
[CCID2]: Simplify interface
Gerrit Renker
1
-10
/
+9
2007-10-10
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
1
-1
/
+1
2007-08-21
[DCCP]: Allocation in atomic context
Gerrit Renker
1
-1
/
+1
2007-02-10
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-34
/
+34
2006-12-11
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
1
-6
/
+6
2006-12-02
[DCCP]: Use `unsigned' for packet lengths
Gerrit Renker
1
-3
/
+2
2006-12-02
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
1
-1
/
+1
2006-12-02
[DCCP]: enable debug messages also for static builds
Gerrit Renker
1
-10
/
+6
2006-12-02
[DCCP] CCID2: Code optimizations
Andrea Bittau
1
-2
/
+20
2006-10-30
[DCCP]: fix printk format warnings
Randy Dunlap
1
-8
/
+10
2006-10-24
[DCCP]: Update documentation references.
Gerrit Renker
1
-1
/
+1
2006-09-24
[DCCP]: Use constants for CCIDs
Ian McDonald
1
-1
/
+1
2006-09-22
[DCCP] CCID2: Add helper functions for changing important CCID2 state
Andrea Bittau
1
-8
/
+23
[next]