summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2024-12-14netlink: terminate outstanding dump on socket closeJakub Kicinski
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-09-04netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2024-05-25netlink: annotate data-races around sk->sk_errEric Dumazet
2024-05-25netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-02-23netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-07-23netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-23netlink: fix potential deadlock in netlink_set_err()Eric Dumazet
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-05-24netlink: annotate accesses to nlk->cb_runningEric Dumazet
2023-05-11netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima
2023-02-01netlink: annotate data races around sk_stateEric Dumazet
2023-02-01netlink: annotate data races around dst_portid and dst_groupEric Dumazet
2023-02-01netlink: annotate data races around nlk->portidEric Dumazet
2022-08-25net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-05-18netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet
2022-04-27netlink: reset network and mac headers in netlink_dump()Eric Dumazet
2022-04-08af_netlink: Fix shift out of bounds in group mask calculationPetr Machata
2021-12-17net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet
2021-07-30net: netlink: Remove unused functionYajun Deng
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-07-20netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-05-17netlink: disable IRQs for netlink_lock_table()Johannes Berg
2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner
2020-10-09netlink: export policy in extended ACKJohannes Berg
2020-10-09netlink: policy: refactor per-attr policy writingJohannes Berg
2020-10-06netlink: add mask validationJakub Kicinski
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-03netlink: compare policy more accuratelyJohannes Berg
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski
2020-10-02genetlink: bring back per op policyJakub Kicinski
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski
2020-10-02genetlink: add a structure for dump stateJakub Kicinski
2020-10-02genetlink: add small version of opsJakub Kicinski
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-09-24netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov