index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
genetlink.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
genetlink: remove genl_bind
Sean Tranchetti
1
-8
/
+0
2020-06-30
genetlink: get rid of family->attrbuf
Cong Wang
1
-2
/
+0
2019-10-06
net: genetlink: remove unused genl_family_attrbuf()
Jiri Pirko
1
-2
/
+0
2019-10-06
net: genetlink: parse attrs and store in contect info struct during dumpit
Jiri Pirko
1
-0
/
+4
2019-10-06
net: genetlink: introduce dump info struct to be available during dumpit op
Jiri Pirko
1
-0
/
+14
2019-04-28
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+7
2019-04-28
netlink: re-add parse/validate functions in strict mode
Johannes Berg
1
-0
/
+19
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-8
/
+8
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-2
/
+2
2018-08-30
genetlink: constify genl_err_attr() argument
Michal Kubecek
1
-1
/
+1
2017-11-16
genetlink: fix genlmsg_nlhdr()
Michal Kubecek
1
-8
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-05
genetlink: remove ops_list from genetlink header.
Rosen, Rami
1
-1
/
+0
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-3
/
+5
2017-04-13
genetlink: pass extended ACK report down
Johannes Berg
1
-0
/
+12
2016-11-13
genetlink: Make family a signed integer.
David S. Miller
1
-1
/
+1
2016-10-27
genetlink: use idr to track families
Johannes Berg
1
-16
/
+15
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-59
/
+12
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-5
/
+2
2016-10-27
genetlink: introduce and use genl_family_attrbuf()
Johannes Berg
1
-0
/
+2
2016-02-18
Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"
Florian Westphal
1
-4
/
+0
2015-12-16
netlink: add a start callback for starting a netlink dump
Tom Herbert
1
-0
/
+2
2015-09-24
genetlink: simplify genl_notify
Jiri Benc
1
-3
/
+2
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
1
-3
/
+1
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2015-01-27
genetlink: Add genlmsg_parse() helper function.
Joe Stringer
1
-0
/
+17
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-2
/
+2
2015-01-17
genetlink: synchronize socket closing and family removal
Johannes Berg
1
-1
/
+4
2015-01-17
genetlink: document parallel_ops
Johannes Berg
1
-0
/
+2
2014-12-27
netlink/genetlink: pass network namespace to bind/unbind
Johannes Berg
1
-2
/
+2
2014-12-27
genetlink: pass multicast bind/unbind to families
Johannes Berg
1
-0
/
+5
2014-12-27
genetlink: pass only network namespace to genl_has_listeners()
Johannes Berg
1
-2
/
+2
2014-09-20
genetlink: add function genl_has_listeners()
Nicolas Dichtel
1
-0
/
+8
2014-01-07
genl: Add genlmsg_new_unicast() for unicast message allocation
Thomas Graf
1
-0
/
+4
2013-11-21
genetlink: fix genl_set_err() group ID
Johannes Berg
1
-0
/
+3
2013-11-21
genetlink: fix genlmsg_multicast() bug
Johannes Berg
1
-4
/
+1
2013-11-20
genetlink: make multicast groups const, prevent abuse
Johannes Berg
1
-17
/
+31
2013-11-20
genetlink: pass family to functions using groups
Johannes Berg
1
-6
/
+16
2013-11-20
genetlink: add and use genl_set_err()
Johannes Berg
1
-0
/
+14
2013-11-20
genetlink: remove family pointer from genl_multicast_group
Johannes Berg
1
-2
/
+0
2013-11-20
genetlink: remove genl_unregister_mc_group()
Johannes Berg
1
-2
/
+0
2013-11-20
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
1
-2
/
+6
2013-11-16
genetlink: unify registration functions
Johannes Berg
1
-4
/
+24
2013-11-15
genetlink: make genl_ops flags a u8 and move to end
Johannes Berg
1
-3
/
+3
2013-11-15
genetlink: allow making ops const
Johannes Berg
1
-5
/
+5
2013-11-15
genetlink: register family ops as array
Johannes Berg
1
-3
/
+4
2013-11-15
genetlink: remove genl_register_ops/genl_unregister_ops
Johannes Berg
1
-2
/
+0
2013-09-20
genetlink.h: Remove extern from function prototypes
Joe Perches
1
-13
/
+13
2013-08-29
genl: Hold reference on correct module while netlink-dump.
Pravin B Shelar
1
-2
/
+18
2013-04-25
genl: Allow concurrent genl callbacks.
Pravin B Shelar
1
-0
/
+1
[next]