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
/
include
/
net
/
genetlink.h
Age
Commit message (
Expand
)
Author
2014-09-19
genetlink: add function genl_has_listeners()
Nicolas Dichtel
2014-01-06
genl: Add genlmsg_new_unicast() for unicast message allocation
Thomas Graf
2013-11-21
genetlink: fix genl_set_err() group ID
Johannes Berg
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: add and use genl_set_err()
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
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2013-11-15
genetlink: unify registration functions
Johannes Berg
2013-11-14
genetlink: make genl_ops flags a u8 and move to end
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-09-20
genetlink.h: Remove extern from function prototypes
Joe Perches
2013-08-28
genl: Hold reference on correct module while netlink-dump.
Pravin B Shelar
2013-04-25
genl: Allow concurrent genl callbacks.
Pravin B Shelar
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-06-28
net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()
Thomas Graf
2012-01-30
net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.
Denys Vlasenko
2011-12-03
genetlink: Add genl_notify()
Pravin B Shelar
2011-06-22
netlink: advertise incomplete dumps
Johannes Berg
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-02-03
include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument
Julia Lawall
2010-10-05
genetlink: introduce pre_doit/post_doit hooks
Johannes Berg
2010-06-02
net: CONFIG_NET_NS reduction
Eric Dumazet
2009-11-04
net: cleanup include/net
Eric Dumazet
2009-07-12
genetlink: make netns aware
Johannes Berg
2009-05-21
genetlink: Introduce genl_register_family_with_ops()
Michał Mirosław
2008-06-03
netlink: Improve returned error codes
Thomas Graf
2007-07-18
[GENETLINK]: Dynamic multicast groups.
Johannes Berg
2007-06-07
[NETLINK]: Mark netlink policies const
Patrick McHardy
2006-12-02
[GENETLINK]: Add cmd dump completion.
Jamal Hadi Salim
2006-12-02
[GENL]: Add genlmsg_put_reply() to simplify building reply headers
Thomas Graf
2006-12-02
[GENL]: Add genlmsg_reply() to simply unicast replies to requests
Thomas Graf
2006-12-02
[GENL]: Add genlmsg_new() to allocate generic netlink messages
Thomas Graf
2006-10-01
[PATCH] Add genetlink utilities for payload length calculation
Balbir Singh
2006-09-22
[GENL]: Provide more information to userspace about registered genl families
Thomas Graf
2006-09-22
[NETLINK]: Add notification message sending interface
Thomas Graf
2006-07-14
[PATCH] per-task-delay-accounting: utilities for genetlink usage
Balbir Singh
2006-01-13
[PATCH] genetlink: don't touch module ref count
Per Liden
2006-01-03
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
2005-11-10
[NETLINK]: Generic netlink family
Thomas Graf