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
2007-04-26
[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
Milind Arun Choudhary
1
-1
/
+1
2007-04-25
[DCCP]: Debug statements for Elapsed Time option
Gerrit Renker
1
-2
/
+6
2007-04-25
[DCCP]: Fix bug in the calculation of very low sending rates
Gerrit Renker
1
-2
/
+2
2007-04-25
[CCID3]: Use initial RTT sample from SYN exchange
Gerrit Renker
1
-10
/
+21
2007-04-25
[DCCP]: Sample RTT from SYN exchange
Gerrit Renker
2
-0
/
+16
2007-04-25
[CCID3]: Use function for RTT sampling
Gerrit Renker
2
-41
/
+11
2007-04-25
[DCCP]: Provide function for RTT sampling
Gerrit Renker
2
-2
/
+48
2007-04-25
[CCID3]: Handle Idle and Application-Limited periods
Gerrit Renker
1
-44
/
+40
2007-04-25
[CCID3]: Wrap computation of RFC3390-initial rate into separate function
Gerrit Renker
1
-7
/
+18
2007-04-25
[CCID3]: Remove build warnings for 64bit
Gerrit Renker
1
-5
/
+7
2007-04-25
[CCID3]: More to see in dccp_probe
Gerrit Renker
1
-7
/
+10
2007-04-25
[DCCP]: More debug information for dccp_wait_for_ccid
Gerrit Renker
1
-1
/
+2
2007-04-25
[DCCP]: Always use debug-toggle parameters
Gerrit Renker
1
-4
/
+0
2007-04-25
[CCID3]: Remove race condition and update t_ipi when `s' changes
Gerrit Renker
1
-23
/
+12
2007-04-25
[CCID3]: More verbose debugging
Ian McDonald
1
-1
/
+12
2007-04-25
[CCID3]: Fix use of invalid loss intervals
Ian McDonald
1
-1
/
+1
2007-04-25
[CCID3]: Use MSS for larger initial windows
Gerrit Renker
1
-5
/
+5
2007-04-25
[CCID3]: Re-order CCID 3 source file
Gerrit Renker
1
-44
/
+45
2007-04-25
[CCID3]: Remove redundant `len' test
Gerrit Renker
1
-5
/
+2
2007-04-25
[DCCP]: Remove ambiguity in the way before48 is used
Gerrit Renker
1
-2
/
+4
2007-04-25
[DCCP]: Fix for follows48
Gerrit Renker
1
-3
/
+1
2007-04-25
[DCCP]: Make `before' relation unambiguous
Gerrit Renker
1
-5
/
+2
2007-04-25
[DCCP]: Make dccp_delta_seqno return signed numbers
Gerrit Renker
1
-2
/
+5
2007-04-25
[DCCP]: 48-bit sequence number arithmetic
Gerrit Renker
2
-21
/
+28
2007-04-25
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-15
/
+17
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-19
/
+20
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-4
/
+4
2007-04-25
[TCP/DCCP/RANDOM]: Remove unused exports.
Adrian Bunk
1
-2
/
+0
2007-03-28
[DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV
Arnaldo Carvalho de Melo
1
-1
/
+3
2007-03-25
[DCCP]: make dccp_write_xmit_timer() static again
Adrian Bunk
2
-2
/
+1
2007-03-09
[DCCP]: Initialise write_xmit_timer also on passive sockets
Gerrit Renker
3
-16
/
+26
2007-03-07
[DCCP]: Revert patch which disables bidirectional mode
Gerrit Renker
2
-23
/
+5
2007-03-06
[DCCP]: Set RTO for newly created child socket
Gerrit Renker
1
-1
/
+1
2007-03-06
[DCCP]: Correctly split CCID half connections
Gerrit Renker
1
-6
/
+6
2007-02-28
[NET]: Fix kfree(skb)
Patrick McHardy
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: dccp: remove unnecessary insert_at_head flag
Eric W. Biederman
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-1
/
+1
2007-02-10
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
14
-78
/
+78
2007-02-08
[NET]: change layout of ehash table
Eric Dumazet
1
-2
/
+2
2007-02-08
[DCCP]: Warning fixes.
Andrew Morton
1
-2
/
+3
2007-02-08
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
David S. Miller
2
-2
/
+2
2007-01-26
[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().
David S. Miller
1
-2
/
+2
2006-12-13
[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
Ian McDonald
1
-3
/
+3
2006-12-11
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
12
-124
/
+136
2006-12-11
[DCCP] ccid3: Fixup some type conversions related to rtts
Arnaldo Carvalho de Melo
2
-12
/
+12
2006-12-11
[DCCP] ccid3: BUG-FIX - conversion errors
Gerrit Renker
1
-24
/
+30
2006-12-11
[DCCP] ccid3: Reorder packet history source file
Gerrit Renker
1
-107
/
+112
2006-12-11
[DCCP] ccid3: Reorder packet history header file
Gerrit Renker
1
-60
/
+67
[next]