summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
Commit message (Expand)AuthorAgeFilesLines
* inet_diag: skip over empty bucketsEric Dumazet2024-01-231-0/+8
* sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet2024-01-231-2/+7
* sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+2
* inet_diag: allow concurrent operationsEric Dumazet2024-01-231-40/+40
* inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet2024-01-231-3/+3
* tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima2023-12-221-1/+1
* tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-041-1/+85
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-1/+1
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-2/+3
* inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-101-3/+1
* net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-271-1/+1
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+1
* inet_diag: add support for tw_markMaciej Żenczykowski2021-06-161-2/+10
* inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-171-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-5/+15
|\
| * inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet2020-09-211-5/+15
* | ip: expose inet sockopts through inet_diagWei Wang2020-09-031-0/+17
|/
* inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-17/+48
* inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin2020-05-021-1/+2
* inet_diag: add support for cgroup filterDmitry Yakunin2020-04-301-0/+31
* inet_diag: add cgroup id attributeDmitry Yakunin2020-04-301-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-24/+20
|\
| * inet_diag: return classid for all socket typesDmitry Yakunin2020-03-081-24/+20
* | bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-271-0/+74
* | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-271-47/+70
* | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-271-72/+44
|/
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-1/+2
* inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-061-9/+6
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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-201-1/+3
* sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-2/+1
* inet_diag: Add equal-operator for portsKristian Evensen2018-01-021-0/+8
* inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-011-4/+18
* net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-181-0/+11