aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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