summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23inet_diag: skip over empty bucketsEric Dumazet1-0/+8
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet1-2/+7
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+2
2024-01-23inet_diag: allow concurrent operationsEric Dumazet1-40/+40
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2023-12-23tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-1/+1
2023-12-05tcp: Dump bound-only sockets in inet_diag.Guillaume Nault1-1/+85
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau1-2/+3
2021-12-11inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet1-3/+1
2021-10-28net: 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-18inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2020-09-22inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-04ip: expose inet sockopts through inet_diagWei Wang1-0/+17
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-17/+48
2020-05-03inet_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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-24/+20
2020-03-09inet_diag: return classid for all socket typesDmitry Yakunin1-24/+20
2020-02-28bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-0/+74
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-47/+70
2020-02-28inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-72/+44
2019-12-14tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-1/+2
2019-11-07inet_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-21tcp: 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 regist...Xin Long1-2/+1
2018-01-02inet_diag: Add equal-operator for portsKristian Evensen1-0/+8
2017-09-02inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-08-19net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11