summaryrefslogtreecommitdiff
path: root/net/sctp/diag.c
AgeCommit message (Expand)Author
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-02-10sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-03-10sctp: fix kernel-infoleak for SCTP socketsEric Dumazet
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2021-12-25sctp: use call_rcu to free endpointXin Long
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
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-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-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2018-02-13sctp: add file comments in diag.cXin Long
2018-02-13sctp: rename sctp_diag.c as diag.cXin Long