aboutsummaryrefslogtreecommitdiffstats
path: root/net/handshake/netlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-25/+5
2023-10-23net/handshake: fix file ref count in handshake_nl_accept_doit()Moritz Wanzenböck1-25/+5
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever1-1/+1
2023-09-01net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet1-12/+6
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-04-21net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven1-1/+1
2023-04-19net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever1-0/+7
2023-04-19net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever1-0/+312