aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo1-1/+1
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo1-0/+3
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo1-0/+1
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri1-2/+2
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri1-3/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri1-1/+2
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface.Arvid Brodin1-0/+4
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-20/+0
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-88/+40
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-10/+14
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin1-8/+1
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin1-24/+0
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin1-245/+3
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-85/+85
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-02-18hsr: Use ether_addr_copyJoe Perches1-2/+2
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin1-0/+469