summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski2024-04-261-3/+27
* Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior2022-12-011-3/+1
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang2022-02-061-1/+3
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin2020-09-091-3/+3
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-7/+31
* hsr: avoid to create proc file after unregisterTaehee Yoo2020-06-221-0/+17
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-071-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-28/+42
|\
| * hsr: set .netnsok flagTaehee Yoo2020-03-161-0/+1
| * hsr: add restart routine into hsr_get_node_list()Taehee Yoo2020-03-161-14/+24
| * hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2020-03-161-18/+21
* | hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo2020-02-291-18/+9
* | hsr: use extack error message instead of netdev_infoTaehee Yoo2020-02-291-7/+15
|/
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-251-0/+1
* hsr: switch ->dellink() to ->ndo_uninit()Cong Wang2019-07-111-7/+0
* hsr: implement dellink to clean up resourcesCong Wang2019-07-051-0/+7
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-061-5/+5
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-061-12/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-061-13/+18
* genetlink: make policy common to familyJohannes Berg2019-03-221-2/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* netlink: extended ACK reportingJohannes Berg2017-04-131-2/+2
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-8/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* NLA_BINARY misuse bug in HSRPeter Heise2016-04-211-4/+3
* net/hsr: Added support for HSR v1Peter Heise2016-04-151-2/+8
* net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin2014-07-081-2/+6
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-1/+1
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-28/+29
* net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-081-15/+38
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-081-27/+27
* net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin2013-11-301-0/+28
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-13/+6
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-2/+4
* hsr: don't call genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem2013-11-141-1/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* hsr: use genl_register_family_with_ops()Johannes Berg2013-11-141-29/+17
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-031-0/+457