summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* net: netlink: Remove unused functionYajun Deng2021-07-301-8/+0
* net: netlink: add the case when nlh is NULLYajun Deng2021-07-271-5/+4
* 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
* mptcp: avoid lock_fast usage in accept pathFlorian Westphal2021-02-121-0/+32
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-041-0/+8
* netlink: export policy in extended ACKJohannes Berg2020-10-092-0/+66
* netlink: policy: refactor per-attr policy writingJohannes Berg2020-10-091-28/+51
* netlink: add mask validationJakub Kicinski2020-10-061-0/+8
* genetlink: allow dumping command-specific policyJakub Kicinski2020-10-031-5/+36
* genetlink: properly support per-op policy dumpingJohannes Berg2020-10-031-10/+92
* genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg2020-10-031-6/+19
* netlink: rework policy dump to support multiple policiesJohannes Berg2020-10-032-21/+84
* netlink: compare policy more accuratelyJohannes Berg2020-10-031-4/+8
* genetlink: switch control commands to per-op policiesJakub Kicinski2020-10-021-3/+11
* genetlink: use parsed attrs in dumppolicyJakub Kicinski2020-10-021-7/+2
* genetlink: bring back per op policyJakub Kicinski2020-10-021-5/+13
* genetlink: use .start callback for dumppolicyJakub Kicinski2020-10-021-24/+24
* genetlink: add a structure for dump stateJakub Kicinski2020-10-022-27/+32
* genetlink: add small version of opsJakub Kicinski2020-10-021-32/+95
* 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: fix policy dump leakJohannes Berg2020-10-022-15/+18
* | 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-042-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
| |\
| | * netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | netlink: policy: correct validation type checkJohannes Berg2020-08-311-1/+2
* | net: netlink: delete repeated wordsRandy Dunlap2020-08-242-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-0/+3
|\|
| * netlink: fix state reallocation in policy exportJohannes Berg2020-08-191-0/+3
* | netlink: make NLA_BINARY validation more flexibleJohannes Berg2020-08-181-13/+19
|/
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-1/+1
|\
| * net: genetlink: Move initialization to core_initcallDaniel Lezcano2020-07-211-1/+1
* | 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
* | genetlink: remove genl_bindSean Tranchetti2020-07-011-49/+0
* | genetlink: get rid of family->attrbufCong Wang2020-06-291-35/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-16/+12
|\
| * genetlink: clean up family attributes allocationsCong Wang2020-06-121-16/+12
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
|/
* genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang2020-06-041-36/+58
* 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