summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: annotate data-races around sk->sk_errEric Dumazet2023-10-041-4/+4
* netlink: convert nlk->flags to atomic flagsEric Dumazet2023-08-131-60/+30
* netlink: Add new netlink_release functionAnjali Kulkarni2023-07-231-0/+6
* netlink: Reverse the patch which removed filteringAnjali Kulkarni2023-07-231-2/+25
* netlink: Make use of __assign_bit() APIAndy Shevchenko2023-07-111-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-2/+3
|\
| * netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-06-221-2/+3
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* | netlink: support extack in dump ->start()Jakub Kicinski2023-06-121-0/+2
|/
* net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-05-311-1/+1
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-101-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-52/+23
|\
| * netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-04-241-52/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-6/+9
|\|
| * netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet2023-04-041-6/+9
* | netlink: remove unused 'compare' functionFlorian Westphal2023-03-091-2/+0
|/
* netlink: annotate data races around sk_stateEric Dumazet2023-01-231-4/+6
* netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-01-231-9/+14
* netlink: annotate data races around nlk->portidEric Dumazet2023-01-231-2/+5
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-9/+33
|\
| * netlink: remove the flex array from struct nlmsghdrJakub Kicinski2022-11-181-1/+1
| * netlink: Fix potential skb memleak in netlink_ackTao Chen2022-11-071-1/+3
| * netlink: split up copies in the ack constructionJakub Kicinski2022-10-311-9/+20
| * net: add a refcount tracker for kernel socketsEric Dumazet2022-10-241-0/+11
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* netlink: Bounds-check struct nlmsgerr creationKees Cook2022-09-051-3/+5
* netlink: add support for ext_ack missing attributesJakub Kicinski2022-08-301-0/+12
* netlink: factor out extack compositionJakub Kicinski2022-08-301-30/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+0
|\
| * netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet2022-05-061-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-0/+7
|\|
| * netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-191-0/+7
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
|/
* af_netlink: Fix shift out of bounds in group mask calculationPetr Machata2022-03-181-0/+2
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-0/+5
|\
| * net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-11-301-0/+5
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-4/+10
|\
| * netlink: annotate data races around nlk->boundEric Dumazet2021-10-051-4/+10
* | netlink: remove netlink_broadcast_filteredFlorian Westphal2021-10-051-21/+2
|/
* netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-07-201-1/+3
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-4/+4
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-05-171-2/+4
* netlink: don't call ->netlink_bind with table lock heldFlorian Westphal2021-04-161-2/+2
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-041-0/+8
* netlink: export policy in extended ACKJohannes Berg2020-10-091-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-10-021-14/+33
|\
| * netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov2020-09-241-14/+33