summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_netlink.c
AgeCommit message (Expand)Author
2020-04-24hsr: check protocol version in hsr_newlink()Taehee Yoo
2020-04-02hsr: set .netnsok flagTaehee Yoo
2020-04-02hsr: add restart routine into hsr_get_node_list()Taehee Yoo
2020-04-02hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo
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