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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-30
dccp ccid-3: use per-route RTO or TCP RTO as fallback
Gerrit Renker
3
-38
/
+6
2010-08-30
dccp ccid-2: Share TCP's minimum RTO code
Gerrit Renker
1
-2
/
+3
2010-08-30
tcp/dccp: Consolidate common code for RFC 3390 conversion
Gerrit Renker
1
-6
/
+2
2010-08-30
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
Gerrit Renker
1
-25
/
+3
2010-08-30
dccp ccid-2: Use u32 timestamps uniformly
Gerrit Renker
2
-13
/
+16
2010-08-23
dccp ccid-2: Replace broken RTT estimator with better algorithm
Gerrit Renker
2
-81
/
+108
2010-08-23
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
Gerrit Renker
1
-19
/
+8
2010-08-23
dccp ccid-2: Remove redundant sanity tests
Gerrit Renker
1
-52
/
+0
2010-08-23
dccp ccid-3: No more CCID control blocks in LISTEN state
Gerrit Renker
1
-33
/
+7
2010-08-23
ccid: ccid-2/3 code cosmetics
Gerrit Renker
3
-26
/
+27
2010-07-18
net: dccp: fix sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-06-25
snmp: add align parameter to snmp_mib_init()
Eric Dumazet
1
-1
/
+2
2010-06-25
dccp: make implementation of Syn-RTT symmetric
Gerrit Renker
2
-3
/
+16
2010-06-25
dccp: remove unused function argument
Gerrit Renker
4
-19
/
+13
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-2
/
+2
2010-06-02
ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option
Arnaud Ebalard
1
-24
/
+6
2010-05-31
net/dccp: Use memdup_user
Julia Lawall
1
-8
/
+3
2010-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-3
/
+3
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-1
/
+1
2010-05-24
net/dccp: expansion of error code size
Yoichi Yuasa
1
-3
/
+3
2010-05-01
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
1
-4
/
+6
2010-04-20
net: sk_sleep() helper
Eric Dumazet
2
-4
/
+4
2010-04-15
net: replace ipfragok with skb->local_df
Shan Wei
2
-3
/
+3
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
1
-2
/
+2
2010-04-11
inet: Remove unused send_check length argument
Herbert Xu
4
-5
/
+4
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
10
-0
/
+11
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
10
-0
/
+11
2010-03-24
net: remove trailing space in messages
Frans Pop
2
-2
/
+2
2010-03-21
net: snmp mib cleanup
Eric Dumazet
1
-1
/
+1
2010-03-15
net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation
Gerrit Renker
3
-15
/
+17
2010-03-05
net: backlog functions rename
Zhu Yi
1
-1
/
+1
2010-02-16
percpu: add __percpu sparse annotations to net
Tejun Heo
1
-2
/
+3
2010-02-12
dccp: support for passing MSG_TRUNC
Gerrit Renker
1
-0
/
+2
2010-02-12
dccp: allow probing of CCID-array length
Gerrit Renker
1
-5
/
+4
2010-02-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-6
/
+8
2010-02-03
dccp: fix auto-loading of dccp(_probe)
Gerrit Renker
1
-2
/
+2
2010-02-03
dccp: fix bug in cache allocation
Gerrit Renker
2
-4
/
+6
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-14
/
+9
2010-01-22
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-11
/
+9
2010-01-19
dccp: fix dccp rmmod when kernel configured to use slub
Neil Horman
2
-13
/
+7
2010-01-17
net: spread __net_init, __net_exit
Alexey Dobriyan
2
-4
/
+4
2010-01-15
dccp_probe: Fix module load dependencies between dccp and dccp_probe
Neil Horman
1
-1
/
+2
2009-12-22
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
1
-2
/
+2
2009-12-22
kfifo: cleanup namespace
Stefani Seibold
1
-1
/
+1
2009-12-22
kfifo: move out spinlock
Stefani Seibold
1
-3
/
+3
2009-12-22
kfifo: move struct kfifo in place
Stefani Seibold
1
-11
/
+9
2009-12-08
tcp: Fix a connect() race with timewait sockets
Eric Dumazet
2
-3
/
+3
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
11
-530
/
+504
2009-12-02
TCPCT part 1a: add request_values parameter for sending SYNACK
William Allen Simpson
3
-5
/
+7
2009-11-12
sysctl net: Remove unused binary sysctl code
Eric W. Biederman
1
-4
/
+4
[next]