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