Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-17netlink: don't call ->netlink_bind with table lock heldFlorian Westphal
2021-02-13mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2021-02-05netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner
2020-10-10netlink: export policy in extended ACKJohannes Berg
2020-10-10netlink: policy: refactor per-attr policy writingJohannes Berg
2020-10-06netlink: add mask validationJakub Kicinski
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg
2020-10-04genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg
2020-10-04netlink: compare policy more accuratelyJohannes Berg
2020-10-03genetlink: switch control commands to per-op policiesJakub Kicinski
2020-10-03genetlink: use parsed attrs in dumppolicyJakub Kicinski
2020-10-03genetlink: bring back per op policyJakub Kicinski
2020-10-03genetlink: use .start callback for dumppolicyJakub Kicinski
2020-10-03genetlink: add a structure for dump stateJakub Kicinski
2020-10-03genetlink: 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-18netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge 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-25net: netlink: delete repeated wordsRandy Dunlap
2020-08-24treewide: 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-20netlink: fix state reallocation in policy exportJohannes Berg
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25net: 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-02genetlink: remove genl_bindSean Tranchetti
2020-06-30genetlink: get rid of family->attrbufCong Wang
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13genetlink: clean up family attributes allocationsCong Wang
2020-06-05genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-10net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16netlink: allow extack cookie also for error messagesMichal Kubecek
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: Add missing annotation for *netlink_seq_start()Jules Irenge
2020-03-01netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso