summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_framereg.h
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski2024-04-261-0/+4
* hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2022-12-011-0/+2
* hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2022-12-011-0/+1
* Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior2022-12-011-11/+3
* net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2022-02-211-1/+7
* net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2022-02-191-1/+1
* net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang2022-02-061-3/+5
* net: hsr: get ready for const netdev->dev_addrJakub Kicinski2021-10-241-2/+2
* net: hsr: add support for EntryForgetTimeMarco Wenzel2021-02-251-0/+1
* net: prp: add packet handling supportMurali Karicheri2020-07-271-4/+25
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-0/+2
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-251-4/+2
* hsr: implement dellink to clean up resourcesCong Wang2019-07-051-1/+2
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-061-0/+12
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-061-0/+1
* net: hsr: Convert timers to use timer_setup()Kees Cook2017-10-251-1/+1
* hsr: fix incorrect warningKaricheri, Muralidharan2017-06-121-1/+1
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-11/+14
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-7/+5
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-081-1/+1
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-081-18/+18
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-031-0/+53