index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netlink
/
genetlink.c
Age
Commit message (
Expand
)
Author
2014-06-02
genetlink: remove superfluous assignment
Denis ChengRq
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2014-01-06
genl: Add genlmsg_new_unicast() for unicast message allocation
Thomas Graf
2013-11-28
genetlink/pmcraid: use proper genetlink multicast API
Johannes Berg
2013-11-28
genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()
Geert Uytterhoeven
2013-11-21
genetlink: fix genlmsg_multicast() bug
Johannes Berg
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
2013-11-19
genetlink: remove family pointer from genl_multicast_group
Johannes Berg
2013-11-19
genetlink: remove genl_unregister_mc_group()
Johannes Berg
2013-11-19
quota/genetlink: use proper genetlink multicast APIs
Johannes Berg
2013-11-19
drop_monitor/genetlink: use proper genetlink multicast APIs
Johannes Berg
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2013-11-18
genetlink: rename shadowed variable
Johannes Berg
2013-11-15
genetlink: unify registration functions
Johannes Berg
2013-11-14
genetlink: allow making ops const
Johannes Berg
2013-11-14
genetlink: register family ops as array
Johannes Berg
2013-11-14
genetlink: remove genl_register_ops/genl_unregister_ops
Johannes Berg
2013-08-28
genl: Hold reference on correct module while netlink-dump.
Pravin B Shelar
2013-08-28
genl: Fix genl dumpit() locking.
Pravin B Shelar
2013-08-22
Revert "genetlink: fix family dump race"
Johannes Berg
2013-08-13
genetlink: fix family dump race
Johannes Berg
2013-07-30
genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE
Pablo Neira
2013-07-27
genetlink: release cb_lock before requesting additional module
Stanislaw Gruszka
2013-04-26
genetlink: fix possible memory leak in genl_family_rcv_msg()
Wei Yongjun
2013-04-25
genl: Allow concurrent genl callbacks.
Pravin B Shelar
2013-03-20
genetlink: trigger BUG_ON if a group name is too long
Masatake YAMATO
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
netlink: kill netlink_set_nonroot
Pablo Neira Ayuso
2012-07-24
genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEP
WANG Cong
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-06-29
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
2012-05-29
genetlink: Build a generic netlink family module alias
Neil Horman
2012-04-01
genetlink: Stop using NLA_PUT*().
David S. Miller
2012-02-26
netlink: add netlink_dump_control structure for netlink_dump_start()
Pablo Neira Ayuso
2012-01-30
net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.
Denys Vlasenko
2012-01-14
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-05
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
2011-12-28
genetlink: add auto module loading
Stephen Hemminger
2011-12-22
netlink: af_netlink cleanup (v2)
stephen hemminger
2011-12-03
genetlink: Add lockdep_genl_is_held().
Pravin B Shelar
2011-12-03
genetlink: Add genl_notify()
Pravin B Shelar
2011-06-09
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
2011-01-19
Revert "netlink: test for all flags of the NLM_F_DUMP composite"
David S. Miller
2011-01-09
netlink: test for all flags of the NLM_F_DUMP composite
Jan Engelhardt
2010-10-05
genetlink: introduce pre_doit/post_doit hooks
Johannes Berg
2010-07-26
genetlink: use genl_register_family_with_ops()
Changli Gao
2010-07-26
genetlink: cleanup code according to CodingStyle
Changli Gao
[next]