aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)Author
2020-05-21tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2020-05-21inet_diag: return classid for all socket typesDmitry Yakunin
2020-03-07tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-01-02inet_diag: Add equal-operator for portsKristian Evensen
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov
2016-10-20tcp: relax listening_hash operationsEric Dumazet
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-08-24net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti
2016-08-24net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti
2016-06-28net: diag: Add support to filter on device indexDavid Ahern
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2015-12-15net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti
2015-12-15net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA
2015-06-21sock_diag: fetch source port from inet_sockCraig Gallek
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-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-12inet: introduce ireq_familyEric Dumazet