summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)Author
2024-01-23inet_diag: skip over empty bucketsEric Dumazet
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-01-23inet_diag: allow concurrent operationsEric Dumazet
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2021-12-10inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet
2020-09-03ip: expose inet sockopts through inet_diagWei Wang
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric 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)