summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-01-31netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-10-10netlink: remove the flex array from struct nlmsghdrJakub Kicinski
2023-10-10netlink: annotate data-races around sk->sk_errEric Dumazet
2023-10-10netlink: Fix potential skb memleak in netlink_ackTao Chen
2023-10-10netlink: split up copies in the ack constructionJakub Kicinski
2023-09-23netlink: convert nlk->flags to atomic flagsEric Dumazet
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-19netlink: 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-04-13netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet
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-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski
2022-10-24genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski
2022-09-30genetlink: reject use of nlmsg_flags for new commandsJakub Kicinski
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski
2022-08-30netlink: factor out extack compositionJakub Kicinski
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-26genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()Jiri Pirko
2022-08-18net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-06netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-19netlink: reset network and mac headers in netlink_dump()Eric Dumazet
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-18af_netlink: Fix shift out of bounds in group mask calculationPetr Machata
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal
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