aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal1-0/+32
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+8
2020-10-09netlink: export policy in extended ACKJohannes Berg2-0/+66
2020-10-09netlink: policy: refactor per-attr policy writingJohannes Berg1-28/+51
2020-10-06netlink: add mask validationJakub Kicinski1-0/+8
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski1-5/+36
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg1-10/+92
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg2-21/+84
2020-10-03netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-02genetlink: bring back per op policyJakub Kicinski1-5/+13
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-02genetlink: add a structure for dump stateJakub Kicinski2-27/+32
2020-10-02genetlink: add small version of opsJakub Kicinski1-32/+95
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-14/+33
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-09-24netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov1-14/+33
2020-09-17netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-31netlink: policy: correct validation type checkJohannes Berg1-1/+2
2020-08-28netlink: fix a data race in netlink_rcv_wake()zhudi1-1/+1
2020-08-24net: netlink: delete repeated wordsRandy Dunlap2-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-08-19netlink: fix state reallocation in policy exportJohannes Berg1-0/+3
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg1-13/+19
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-2/+6
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-1/+6
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano1-1/+1
2020-07-01genetlink: remove genl_bindSean Tranchetti1-49/+0
2020-06-29genetlink: get rid of family->attrbufCong Wang1-35/+13
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-16/+12
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-12genetlink: clean up family attributes allocationsCong Wang1-16/+12
2020-06-04genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang1-36/+58
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+5
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-9/+9
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song1-2/+85
2020-04-30netlink: add infrastructure to expose policies to userspaceJohannes Berg3-1/+387
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-26/+17
2020-03-16netlink: allow extack cookie also for error messagesMichal Kubecek1-26/+17
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-11net: Add missing annotation for *netlink_seq_start()Jules Irenge1-0/+1
2020-02-29netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso1-1/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3