Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-08 | net/hsr: Move slave init to hsr_slave.c. | Arvid Brodin | |
Also try to prevent some possible slave dereference race conditions. This is finalized in the next patch, which abandons the slave array in favour of a list_head list and list RCU. Signed-off-by: Arvid Brodin <arvid.brodin@alten.se> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2014-07-08 | net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() | Arvid Brodin | |
Also move the frame receive handler to hsr_slave.c. Signed-off-by: Arvid Brodin <arvid.brodin@alten.se> Signed-off-by: David S. Miller <davem@davemloft.net> |