summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_main.c
AgeCommit message (Expand)Author
2024-01-11net: fill in MODULE_DESCRIPTION()s for HSRBreno Leitao
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-02-11net: hsr: add offloading supportGeorge McCollister
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo
2020-04-30hsr: remove hsr interface if all slaves are removedTaehee Yoo
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo
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-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin
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 slave init to hsr_slave.c.Arvid Brodin
2014-07-08net/hsr: Operstate handling cleanup.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
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall
2014-02-18hsr: Use ether_addr_copyJoe Perches
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin