summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.h
AgeCommit message (Expand)Author
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-04-29net: hsr: remove unused inline functionsYueHaibing
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo
2020-01-20hsr: Fix a compilation errorxiaofeng.yan
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2016-04-15net/hsr: Added support for HSR v1Peter Heise
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 to per-hsr device prune timer.Arvid Brodin
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin