summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_diag.c
Commit message (Expand)AuthorAgeFilesLines
* net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-231-1/+6
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-151-0/+19
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-151-1/+1
* sock_diag: implement a get_info handler for inetCraig Gallek2015-06-151-2/+3
* sock_diag: specify info_size per inet protocolCraig Gallek2015-06-151-0/+1
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* inet_diag: add const to inet_diag_req_v2Eric Dumazet2015-03-101-2/+2
* tcp: whitespace fixesstephen hemminger2014-09-011-3/+2
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-2/+2
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-1/+1
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-091-1/+14
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-091-1/+0
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-061-2/+2
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* tcp: diag: Dont report negative values for rx queueEric Dumazet2009-12-031-1/+1
* net: inet_diag_handler structs can be constEric Dumazet2008-11-191-1/+1
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+1
* [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2007-10-101-3/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-291-1/+4
* [INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo2005-08-291-0/+54
* [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo2005-08-291-892/+0
* [TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo2005-08-291-195/+196
* [TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo2005-08-291-42/+111
* [IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2005-08-291-23/+17
* [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCPArnaldo Carvalho de Melo2005-08-291-4/+4
* [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo2005-08-291-25/+61
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-8/+8
* [NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo2005-08-291-10/+11
* [INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo2005-08-291-5/+3
* [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2005-08-291-4/+6
* [INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo2005-08-291-4/+4
* [INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo2005-08-291-4/+4
* [INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo2005-08-291-2/+2
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+2
* [TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger2005-06-231-0/+5
* [TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.Stephen Hemminger2005-06-231-7/+2
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-231-18/+2
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-1/+1
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-181-3/+3
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-181-2/+2
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-181-11/+14
* [NETLINK]: Synchronous message processing.Herbert Xu2005-05-031-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+802