Age | Commit message (Expand) | Author | Files | Lines |
2023-09-18 | net: hsr: Add __packed to struct hsr_sup_tlv. | Sebastian Andrzej Siewior | 1 | -1/+1 |
2023-06-21 | net: hsr: Disable promiscuous mode in offload mode | Ravi Gunasekaran | 1 | -0/+1 |
2022-12-01 | hsr: Use a single struct for self_node. | Sebastian Andrzej Siewior | 1 | -1/+7 |
2022-12-01 | Revert "net: hsr: use hlist_head instead of list_head for mac addresses" | Sebastian Andrzej Siewior | 1 | -7/+2 |
2022-03-02 | flow_dissector: Add support for HSR | Kurt Kanzenbach | 1 | -16/+0 |
2022-02-06 | net: hsr: use hlist_head instead of list_head for mac addresses | Juhee Kang | 1 | -2/+7 |
2022-01-27 | hsr: remove get_prp_lan_id() | Jakub Kicinski | 1 | -5/+0 |
2021-10-26 | net: hsr: Add support for redbox supervision frames | Andreas Oetken | 1 | -5/+11 |
2021-05-24 | net: hsr: fix mac_len checks | George McCollister | 1 | -2/+2 |
2021-02-25 | net: hsr: add support for EntryForgetTime | Marco Wenzel | 1 | -0/+1 |
2021-02-11 | net: hsr: add offloading support | George McCollister | 1 | -7/+1 |
2021-02-02 | net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary | Andreas Oetken | 1 | -1/+4 |
2020-07-27 | net: prp: add packet handling support | Murali Karicheri | 1 | -1/+72 |
2020-07-27 | net: hsr: define and use proto_ops ptrs to handle hsr specific frames | Murali Karicheri | 1 | -0/+8 |
2020-07-27 | net: prp: add supervision frame generation utility function | Murali Karicheri | 1 | -0/+22 |
2020-07-27 | net: hsr: introduce protocol specific function pointers | Murali Karicheri | 1 | -0/+6 |
2020-07-27 | hsr: enhance netlink socket interface to support PRP | Murali Karicheri | 1 | -1/+10 |
2020-04-29 | net: hsr: remove unused inline functions | YueHaibing | 1 | -19/+0 |
2020-02-29 | hsr: use debugfs_remove_recursive() instead of debugfs_remove() | Taehee Yoo | 1 | -1/+0 |
2020-01-20 | hsr: Fix a compilation error | xiaofeng.yan | 1 | -1/+1 |
2019-12-25 | hsr: fix a race condition in node list insertion and deletion | Taehee Yoo | 1 | -2/+3 |
2019-12-25 | hsr: rename debugfs file when interface name is changed | Taehee Yoo | 1 | -0/+4 |
2019-12-25 | hsr: add hsr root debugfs directory | Taehee Yoo | 1 | -0/+6 |
2019-12-25 | hsr: fix error handling routine in hsr_dev_finalize() | Taehee Yoo | 1 | -7/+4 |
2019-04-15 | net: hsr: fix debugfs path to support multiple interfaces | Murali Karicheri | 1 | -2/+3 |
2019-04-15 | net: hsr: fix naming of file and functions | Murali Karicheri | 1 | -4/+4 |
2019-04-06 | net: hsr: add debugfs support for display node list | Murali Karicheri | 1 | -0/+17 |
2019-04-06 | net: hsr: convert to SPDX identifier | Murali Karicheri | 1 | -5/+1 |
2019-04-06 | net: hsr: remove camel case usage in the code | Murali Karicheri | 1 | -7/+7 |
2019-04-06 | net: hsr: remove unnecessary space after a cast | Murali Karicheri | 1 | -5/+5 |
2019-04-06 | net: hsr: fix lines that ends with a '(' | Murali Karicheri | 1 | -3/+2 |
2019-04-06 | net: hsr: fix multiple blank lines in the code | Murali Karicheri | 1 | -7/+0 |
2019-04-06 | net: hsr: fix lines exceeding 80 characters | Murali Karicheri | 1 | -4/+4 |
2016-04-15 | net/hsr: Added support for HSR v1 | Peter Heise | 1 | -1/+12 |
2014-07-08 | net/hsr: Better frame dispatch | Arvid Brodin | 1 | -2/+14 |
2014-07-08 | net/hsr: Use list_head (and rcu) instead of array for slave devices. | Arvid Brodin | 1 | -15/+16 |
2014-07-08 | net/hsr: Move to per-hsr device prune timer. | Arvid Brodin | 1 | -0/+1 |
2014-07-08 | net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() | Arvid Brodin | 1 | -0/+3 |
2014-07-08 | net/hsr: Better variable names and update of contact info. | Arvid Brodin | 1 | -10/+10 |
2013-11-03 | net/hsr: Add support for the High-availability Seamless Redundancy protocol (... | Arvid Brodin | 1 | -0/+166 |