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
/
ipv4
/
tcp_diag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-11
inet_diag: Rename inet_diag_req into inet_diag_req_v2
Pavel Emelyanov
1
-2
/
+2
2011-12-16
sock_diag: Fix module netlink aliases
Pavel Emelyanov
1
-1
/
+1
2011-12-09
inet_diag: Generalize inet_diag dump and get_exact calls
Pavel Emelyanov
1
-1
/
+14
2011-12-09
inet_diag: Remove indirect sizeof from inet diag handlers
Pavel Emelyanov
1
-1
/
+0
2011-12-06
inet_diag: Switch from _GETSOCK to IPPROTO_ numbers
Pavel Emelyanov
1
-2
/
+2
2011-12-06
inet_diag: Partly rename inet_ to sock_
Pavel Emelyanov
1
-1
/
+1
2009-12-03
tcp: diag: Dont report negative values for rx queue
Eric Dumazet
1
-1
/
+1
2008-11-19
net: inet_diag_handler structs can be const
Eric Dumazet
1
-1
/
+1
2008-06-11
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2007-10-22
[INET]: Let inet_diag and friends autoload
Jean Delvare
1
-0
/
+1
2007-10-10
[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.
Rick Jones
1
-3
/
+5
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-29
[TCP]: Export accept queue len of a TCP listening socket via rx_queue
Sridhar Samudrala
1
-1
/
+4
2005-08-29
[INET_DIAG]: Move the tcp_diag interface to the proper place
Arnaldo Carvalho de Melo
1
-0
/
+54
2005-08-29
[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
Arnaldo Carvalho de Melo
1
-892
/
+0
2005-08-29
[TCPDIAG]: Just rename everything to inet_diag
Arnaldo Carvalho de Melo
1
-195
/
+196
2005-08-29
[TCPDIAG]: Introduce inet_diag_{register,unregister}
Arnaldo Carvalho de Melo
1
-42
/
+111
2005-08-29
[IPV6]: Generalise the tcp_v6_lookup routines
Arnaldo Carvalho de Melo
1
-23
/
+17
2005-08-29
[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP
Arnaldo Carvalho de Melo
1
-4
/
+4
2005-08-29
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
Arnaldo Carvalho de Melo
1
-25
/
+61
2005-08-29
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
1
-8
/
+8
2005-08-29
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
1
-10
/
+11
2005-08-29
[INET]: Generalise the TCP sock ID lookup routines
Arnaldo Carvalho de Melo
1
-5
/
+3
2005-08-29
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
Arnaldo Carvalho de Melo
1
-4
/
+6
2005-08-29
[INET]: Generalise the tcp_listen_ lock routines
Arnaldo Carvalho de Melo
1
-4
/
+4
2005-08-29
[INET]: Move tcp_port_rover to inet_hashinfo
Arnaldo Carvalho de Melo
1
-4
/
+4
2005-08-29
[INET]: Just rename the TCP hashtable functions/structs to inet_
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-08-29
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
Harald Welte
1
-1
/
+2
2005-06-23
[TCP]: Report congestion control algorithm in tcp_diag.
Stephen Hemminger
1
-0
/
+5
2005-06-23
[TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.
Stephen Hemminger
1
-7
/
+2
2005-06-23
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
1
-18
/
+2
2005-06-18
[NET] rename struct tcp_listen_opt to struct listen_sock
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-06-18
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
1
-3
/
+3
2005-06-18
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-06-18
[NET] Generalise TCP's struct open_request minisock infrastructure
Arnaldo Carvalho de Melo
1
-11
/
+14
2005-05-03
[NETLINK]: Synchronous message processing.
Herbert Xu
1
-1
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+802