summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_diag.c
AgeCommit message (Expand)Author
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-09-07tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande
2016-08-23net: diag: Fix refcnt leak in error path destroying socketDavid Ahern
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet
2014-09-01tcp: whitespace fixesstephen hemminger
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2009-12-03tcp: diag: Dont report negative values for rx queueEric Dumazet
2008-11-19net: inet_diag_handler structs can be constEric Dumazet
2008-06-11net: remove CVS keywordsAdrian Bunk
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare
2007-10-10[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo
2005-08-29[TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo
2005-08-29[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCPArnaldo Carvalho de Melo
2005-08-29[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-06-23[TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger
2005-06-23[TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.Stephen Hemminger
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo
2005-06-18[NET] Rename open_request to request_sockArnaldo Carvalho de Melo