aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_framereg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan1-0/+12
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan1-2/+7
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-11/+19
2014-07-11net/hsr: Remove left-over never-true conditional code.Arvid Brodin1-4/+0
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-157/+161
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-78/+64
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-2/+4
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin1-1/+4
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-54/+54
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-03hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter1-1/+1
2014-02-18hsr: Use ether_addr_copyJoe Perches1-10/+10
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin1-0/+503