summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.h
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: add support for EntryForgetTimeMarco Wenzel2021-02-251-0/+1
* net: hsr: add offloading supportGeorge McCollister2021-02-111-7/+1
* net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken2021-02-021-1/+4
* net: prp: add packet handling supportMurali Karicheri2020-07-271-1/+72
* net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri2020-07-271-0/+8
* net: prp: add supervision frame generation utility functionMurali Karicheri2020-07-271-0/+22
* net: hsr: introduce protocol specific function pointersMurali Karicheri2020-07-271-0/+6
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-1/+10
* net: hsr: remove unused inline functionsYueHaibing2020-04-291-19/+0
* hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2020-02-291-1/+0
* hsr: Fix a compilation errorxiaofeng.yan2020-01-201-1/+1
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-251-2/+3
* hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-251-0/+4
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-251-0/+6
* hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-251-7/+4
* net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri2019-04-151-2/+3
* net: hsr: fix naming of file and functionsMurali Karicheri2019-04-151-4/+4
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-061-0/+17
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-061-7/+7
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-061-5/+5
* net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-061-3/+2
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-061-7/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-061-4/+4
* net/hsr: Added support for HSR v1Peter Heise2016-04-151-1/+12
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-2/+14
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-15/+16
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-081-0/+1
* net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-081-0/+3
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-081-10/+10
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-031-0/+166