aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani1-8/+3
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-34/+46
2015-11-23net/hsr: fix a warning messageDan Carpenter1-1/+1
2015-08-18net: hsr: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface.Arvid Brodin1-0/+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_setup.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-18hsr: Use ether_addr_copyJoe Perches1-5/+5
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin1-0/+596