summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)AuthorFilesLines
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-09-04netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-4/+0
2024-05-25netlink: annotate data-races around sk->sk_errEric Dumazet1-4/+4
2024-05-25netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet1-6/+9
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka1-1/+1
2024-02-23netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao1-1/+1
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-0/+3
2023-07-23netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-1/+1
2023-07-23netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela1-1/+1
2023-05-24netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-11netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima1-52/+23
2023-02-01netlink: annotate data races around sk_stateEric Dumazet1-4/+6
2023-02-01netlink: annotate data races around dst_portid and dst_groupEric Dumazet1-9/+14
2023-02-01netlink: annotate data races around nlk->portidEric Dumazet1-2/+5
2022-08-25net: genl: fix error path memory leak in policy dumpingJakub Kicinski2-3/+17
2022-05-18netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-04-27netlink: reset network and mac headers in netlink_dump()Eric Dumazet1-0/+7
2022-04-08af_netlink: Fix shift out of bounds in group mask calculationPetr Machata1-0/+2
2021-12-17net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli1-0/+5
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet1-4/+10
2021-07-30net: netlink: Remove unused functionYajun Deng1-8/+0
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng1-5/+4
2021-07-20netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng1-1/+3
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-4/+4
2021-05-17netlink: disable IRQs for netlink_lock_table()Johannes Berg1-2/+4
2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal1-0/+32
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+8
2020-10-09netlink: export policy in extended ACKJohannes Berg2-0/+66
2020-10-09netlink: policy: refactor per-attr policy writingJohannes Berg1-28/+51
2020-10-06netlink: add mask validationJakub Kicinski1-0/+8
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski1-5/+36
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg1-10/+92
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg2-21/+84
2020-10-03netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-02genetlink: bring back per op policyJakub Kicinski1-5/+13
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-02genetlink: add a structure for dump stateJakub Kicinski2-27/+32
2020-10-02genetlink: add small version of opsJakub Kicinski1-32/+95
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-14/+33
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-09-24netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov1-14/+33
2020-09-17netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2