summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-23net/hsr: fix possible crash in add_timer()Eric Dumazet1-8/+6
2019-03-23net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan1-1/+3
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-147/+23
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin1-8/+47
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-108/+134
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-137/+55
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin1-9/+28
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin1-1/+9
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin1-1/+12
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-104/+103
2014-02-19hsr: Use ether_addr_copyJoe Perches1-5/+5
2013-11-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin1-0/+596