index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-29
[DCCP]: Fix compiler warnings
Patrick McHardy
2
-7
/
+6
2005-08-29
[DCCP]: Fix sparse warnings
Arnaldo Carvalho de Melo
6
-24
/
+32
2005-08-29
[DCCP]: Fix RESET handling in dccp_rcv_state_process
Arnaldo Carvalho de Melo
1
-18
/
+42
2005-08-29
[DCCP]: Introduce the DCCP Kernel hacking menu
Arnaldo Carvalho de Melo
5
-21
/
+56
2005-08-29
[DCCP]: Rewrite dccp_sendmsg to be more like UDP
Arnaldo Carvalho de Melo
1
-155
/
+59
2005-08-29
[DCCP]: Just reflow the source code to fit in 80 columns
Arnaldo Carvalho de Melo
11
-258
/
+430
2005-08-29
[PACKET_HISTORY]: Add dccphtx_rtt and rename the win_count fields
Arnaldo Carvalho de Melo
2
-17
/
+18
2005-08-29
[INET_DIAG]: Move the tcp_diag interface to the proper place
Arnaldo Carvalho de Melo
2
-6
/
+6
2005-08-29
[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[TCPDIAG]: Just rename everything to inet_diag
Arnaldo Carvalho de Melo
2
-4
/
+4
2005-08-29
[TCPDIAG]: Introduce inet_diag_{register,unregister}
Arnaldo Carvalho de Melo
3
-0
/
+56
2005-08-29
[CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SEC
Arnaldo Carvalho de Melo
1
-16
/
+19
2005-08-29
[CCID3]: Separate most of the packet history code
Arnaldo Carvalho de Melo
5
-212
/
+516
2005-08-29
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
Arnaldo Carvalho de Melo
1
-0
/
+2
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
2
-5
/
+5
2005-08-29
[DCCP]: Finish the TIMEWAIT minisock support
Arnaldo Carvalho de Melo
2
-15
/
+60
2005-08-29
[DCCP]: Initialize icsk_rto in dccp_v4_init_sock
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-08-29
[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
Arnaldo Carvalho de Melo
5
-72
/
+57
2005-08-29
[DCCP]: Fix u64 printf format warnings.
David S. Miller
4
-14
/
+36
2005-08-29
[INET]: Make inet_create try to load protocol modules
Arnaldo Carvalho de Melo
1
-2
/
+7
2005-08-29
[CCID3]: Reenable list_for_each_entry_safe_continue usage
Arnaldo Carvalho de Melo
1
-9
/
+1
2005-08-29
[DCCP]: Fix checksum routines
Yoshifumi Nishida
3
-22
/
+28
2005-08-29
[ICSK]: Move generalised functions from tcp to inet_connection_sock
Arnaldo Carvalho de Melo
1
-5
/
+1
2005-08-29
[DCCP]: Initial implementation
Arnaldo Carvalho de Melo
16
-0
/
+7309