summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang2020-09-171-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
* | net: netlink: delete repeated wordsRandy Dunlap2020-08-241-4/+4
|/
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-2/+6
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+6
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+5
* bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-9/+9
* net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-2/+85
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-26/+17
|\
| * netlink: allow extack cookie also for error messagesMichal Kubecek2020-03-161-26/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+1
|\|
| * netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso2020-02-291-1/+1
* | net: Add missing annotation for *netlink_seq_start()Jules Irenge2020-03-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-2/+3
|\|
| * net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-02-201-2/+3
* | net: netlink: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1