Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-12-26hsr: rename debugfs file when interface name is changedTaehee Yoo
2019-12-26hsr: add hsr root debugfs directoryTaehee Yoo
2019-12-26hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo
2019-04-16net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri
2019-04-16net: hsr: fix naming of file and functionsMurali Karicheri
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-07net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-07net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-07net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2016-04-16net/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-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin