aboutsummaryrefslogtreecommitdiff
path: root/net/hsr/hsr_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Gravatar Jakub Kicinski 1-1/+1
2021-02-11net: hsr: add offloading supportGravatar George McCollister 1-0/+11
2020-07-27hsr: enhance netlink socket interface to support PRPGravatar Murali Karicheri 1-0/+2
2020-06-22hsr: avoid to create proc file after unregisterGravatar Taehee Yoo 1-3/+6
2020-04-30hsr: remove hsr interface if all slaves are removedGravatar Taehee Yoo 1-2/+20
2020-02-29hsr: use upper/lower device infrastructureGravatar Taehee Yoo 1-1/+2
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Gravatar Taehee Yoo 1-1/+2
2019-12-25hsr: fix a race condition in node list insertion and deletionGravatar Taehee Yoo 1-1/+1
2019-12-25hsr: rename debugfs file when interface name is changedGravatar Taehee Yoo 1-0/+3
2019-12-25hsr: add hsr root debugfs directoryGravatar Taehee Yoo 1-0/+1
2019-04-06net: hsr: convert to SPDX identifierGravatar Murali Karicheri 1-5/+1
2019-04-06net: hsr: fix NULL checks in the codeGravatar Murali Karicheri 1-2/+2
2019-04-06net: hsr: fix multiple blank lines in the codeGravatar Murali Karicheri 1-3/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersGravatar Murali Karicheri 1-1/+2
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Gravatar Arvid Brodin 1-0/+4
2014-07-08net/hsr: Better frame dispatchGravatar Arvid Brodin 1-20/+0
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Gravatar Arvid Brodin 1-88/+40
2014-07-08net/hsr: Move slave init to hsr_slave.c.Gravatar Arvid Brodin 1-10/+14
2014-07-08net/hsr: Operstate handling cleanup.Gravatar Arvid Brodin 1-8/+1
2014-07-08net/hsr: Move to per-hsr device prune timer.Gravatar Arvid Brodin 1-24/+0
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Gravatar Arvid Brodin 1-245/+3
2014-07-08net/hsr: Better variable names and update of contact info.Gravatar Arvid Brodin 1-85/+85
2014-03-27hsr: replace del_timer by del_timer_syncGravatar Julia Lawall 1-1/+1
2014-02-18hsr: Use ether_addr_copyGravatar Joe Perches 1-2/+2
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Gravatar Arvid Brodin 1-0/+469