aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach1-16/+0
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang1-2/+7
2022-01-27hsr: remove get_prp_lan_id()Jakub Kicinski1-5/+0
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken1-5/+11
2021-05-24net: hsr: fix mac_len checksGeorge McCollister1-2/+2
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel1-0/+1
2021-02-11net: hsr: add offloading supportGeorge McCollister1-7/+1
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2020-07-27net: prp: add packet handling supportMurali Karicheri1-1/+72
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri1-0/+8
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri1-0/+22
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri1-0/+6
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-1/+10
2020-04-29net: hsr: remove unused inline functionsYueHaibing1-19/+0
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo1-1/+0
2020-01-20hsr: Fix a compilation errorxiaofeng.yan1-1/+1
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo1-2/+3
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo1-0/+4
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo1-0/+6
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo1-7/+4
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri1-2/+3
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri1-4/+4
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri1-0/+17
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri1-7/+7
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri1-5/+5
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri1-3/+2
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri1-7/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri1-4/+4
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-1/+12
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-2/+14
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-15/+16
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin1-0/+1
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin1-0/+3
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-10/+10
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin1-0/+166