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