aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-2/+3
2021-12-10inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet1-3/+1
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni1-1/+1
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-4/+1
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski1-2/+10
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-03ip: expose inet sockopts through inet_diagWei Wang1-0/+17
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-17/+48
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin1-0/+31
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin1-0/+7
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-24/+20
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin1-24/+20
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-0/+74
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-47/+70
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-72/+44
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-1/+2
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet1-9/+6
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov1-1/+9
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-03-12sock_diag: request _diag module only when the family or proto has been registeredXin Long1-2/+1
2018-01-02inet_diag: Add equal-operator for portsKristian Evensen1-0/+8
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11
2017-01-13tcp: remove early retransmitYuchung Cheng1-1/+0
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-0/+1
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-15/+33
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-0/+9
2016-10-20tcp: relax listening_hash operationsEric Dumazet1-12/+4
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-16/+33
2016-08-24net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti1-3/+33
2016-08-24net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti1-11/+17
2016-06-28net: diag: Add support to filter on device indexDavid Ahern1-0/+25
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel1-3/+6
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long1-6/+6
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet1-2/+1
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet1-2/+5
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet1-0/+1
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek1-3/+3
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2015-12-15net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti1-8/+15
2015-12-15net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti1-15/+27
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-88/+8
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet1-1/+1
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter1-2/+2