summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_main.h
AgeCommit message (Expand)Author
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior
2023-06-21net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2022-01-27hsr: remove get_prp_lan_id()Jakub Kicinski
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-05-24net: hsr: fix mac_len checksGeorge McCollister
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel
2021-02-11net: hsr: add offloading supportGeorge McCollister
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken
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