aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-04-13netlink: extended ACK reportingJohannes Berg1-2/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-8/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise1-4/+3
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-2/+8
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin1-2/+6
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-1/+1
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-28/+29
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-15/+38
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-27/+27
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-13/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-2/+4
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg1-29/+17
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin1-0/+457