summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_netlink.c
AgeCommit message (Expand)Author
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-09hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo
2020-04-07hsr: check protocol version in hsr_newlink()Taehee Yoo
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16hsr: set .netnsok flagTaehee Yoo
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo
2019-07-11hsr: switch ->dellink() to ->ndo_uninit()Cong Wang
2019-07-05hsr: implement dellink to clean up resourcesCong Wang
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2019-03-22genetlink: make policy common to familyJohannes Berg
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-04-13netlink: extended ACK reportingJohannes Berg
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise
2016-04-15net/hsr: Added support for HSR v1Peter Heise
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin
2014-07-08net/hsr: Better frame dispatchArvid Brodin
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin