Age | Commit message (Expand) | Author | Files | Lines |
2024-01-23 | inet_diag: add module pointer to "struct inet_diag_handler" | Eric Dumazet | 1 | -0/+1 |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
2023-02-10 | sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list | Pietro Borrello | 1 | -3/+1 |
2022-11-18 | sctp: add dif and sdif check in asoc and ep lookup | Xin Long | 1 | -1/+2 |
2022-03-10 | sctp: fix kernel-infoleak for SCTP sockets | Eric Dumazet | 1 | -6/+3 |
2022-01-02 | sctp: hold endpoint before calling cb in sctp_transport_lookup_process | Xin Long | 1 | -25/+21 |
2021-12-25 | sctp: use call_rcu to free endpoint | Xin Long | 1 | -6/+6 |
2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -4/+2 |
2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -6/+2 |
2020-03-08 | inet_diag: return classid for all socket types | Dmitry Yakunin | 1 | -6/+2 |
2020-02-27 | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data | Martin KaFai Lau | 1 | -1/+1 |
2020-02-27 | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() | Martin KaFai Lau | 1 | -2/+3 |
2019-11-06 | net: annotate lockless accesses to sk->sk_max_ack_backlog | Eric Dumazet | 1 | -1/+1 |
2019-11-06 | net: annotate lockless accesses to sk->sk_ack_backlog | Eric Dumazet | 1 | -1/+1 |
2019-10-09 | net: silence KCSAN warnings about sk->sk_backlog.len reads | Eric Dumazet | 1 | -1/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
2019-02-12 | inet_diag: fix reporting cgroup classid and fallback to priority | Konstantin Khlebnikov | 1 | -0/+1 |
2018-02-13 | sctp: add file comments in diag.c | Xin Long | 1 | -0/+31 |
2018-02-13 | sctp: rename sctp_diag.c as diag.c | Xin Long | 1 | -0/+526 |