summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-121-1/+9
* tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2018-12-211-1/+3
* sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-2/+1Star
* inet_diag: Add equal-operator for portsKristian Evensen2018-01-021-0/+8
* inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-021-4/+18
* net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-191-0/+11
* tcp: remove early retransmitYuchung Cheng2017-01-141-1/+0Star
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-141-0/+1
* tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-091-15/+33
* net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-241-0/+9
* tcp: relax listening_hash operationsEric Dumazet2016-10-201-12/+4Star
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-091-16/+33
* net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-251-3/+33
* net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2016-08-251-11/+17
* net: diag: Add support to filter on device indexDavid Ahern2016-06-281-0/+25
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-3/+6
* net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-211-6/+6
* sctp: export some functions for sctp_diag in inet_diagXin Long2016-04-151-26/+41
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-051-2/+1Star
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-051-2/+5
* net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet2016-03-151-0/+1
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-3/+3
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2016-01-211-7/+14
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2015-12-161-8/+15
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2015-12-161-15/+27
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-88/+8Star
* tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-031-1/+1
* net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter2015-07-111-2/+2
* net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter2015-06-241-0/+4
* inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA2015-06-231-2/+2
* sock_diag: fetch source port from inet_sockCraig Gallek2015-06-211-0/+2
* sock_diag: implement a get_info handler for inetCraig Gallek2015-06-161-0/+46
* sock_diag: specify info_size per inet protocolCraig Gallek2015-06-161-2/+2
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-3/+5
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-6/+22
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-2/+2
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-3/+15
|\
| * inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-131-3/+15
* | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-2/+2
* | inet: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-191-2/+2
* | inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet2015-03-161-67/+53Star
* | inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet2015-03-141-101/+47Star
* | inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet2015-03-141-1/+1
* | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-1/+1
* | inet: introduce ireq_familyEric Dumazet2015-03-131-1/+1
* | inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2015-03-131-2/+1Star
* | net: add real socket cookiesEric Dumazet2015-03-121-5/+9
* | inet_diag: add const to inet_diag_req_v2Eric Dumazet2015-03-101-11/+11