aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang1-1/+3
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-09hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin1-3/+3
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-7/+31
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo1-0/+17
2020-04-07hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-28/+42
2020-03-16hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo1-18/+21
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo1-18/+9
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo1-7/+15
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo1-0/+1
2019-07-11hsr: switch ->dellink() to ->ndo_uninit()Cong Wang1-7/+0
2019-07-05hsr: implement dellink to clean up resourcesCong Wang1-0/+7
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+2
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri1-5/+5
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri1-12/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri1-13/+18
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+1
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