summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27net: hsr: allow PRP RedBox (interlink) creationXin Xie1-7/+1
2026-06-05hsr: broadcast netlink notifications in the device's net namespaceMaoyi Xie1-2/+7
2026-05-15net: hsr: reject unresolved interlink ifindexLuka Gejak1-1/+6
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera1-1/+7
2025-10-16net/hsr: add interlink to fill_info outputJan Vaclav1-0/+6
2025-10-14net/hsr: add protocol version to fill_info outputJan Vaclav1-0/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-4/+1
2024-10-14net: hsr: convert to use new timer APIsYu Liao1-3/+3
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski1-0/+1
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski1-3/+27
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior1-3/+1
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