summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli
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
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
2020-09-17netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-31netlink: policy: correct validation type checkJohannes Berg
2020-08-28netlink: fix a data race in netlink_rcv_wake()zhudi
2020-08-24net: netlink: delete repeated wordsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-19netlink: fix state reallocation in policy exportJohannes Berg
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-29genetlink: get rid of family->attrbufCong Wang
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12genetlink: clean up family attributes allocationsCong Wang