aboutsummaryrefslogtreecommitdiff
path: root/net/hsr/hsr_framereg.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-12hsr: fix incorrect warningGravatar Karicheri, Muralidharan 1-2/+7
2016-04-15net/hsr: Added support for HSR v1Gravatar Peter Heise 1-11/+19
2014-07-11net/hsr: Remove left-over never-true conditional code.Gravatar Arvid Brodin 1-4/+0
2014-07-08net/hsr: Better frame dispatchGravatar Arvid Brodin 1-157/+161
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Gravatar Arvid Brodin 1-78/+64
2014-07-08net/hsr: Move slave init to hsr_slave.c.Gravatar Arvid Brodin 1-2/+4
2014-07-08net/hsr: Move to per-hsr device prune timer.Gravatar Arvid Brodin 1-1/+4
2014-07-08net/hsr: Better variable names and update of contact info.Gravatar Arvid Brodin 1-54/+54
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-03-03hsr: off by one sanity check in hsr_register_frame_in()Gravatar Dan Carpenter 1-1/+1
2014-02-18hsr: Use ether_addr_copyGravatar Joe Perches 1-10/+10
2013-12-17net/hsr: using kfree_rcu() to simplify the codeGravatar Wei Yongjun 1-9/+4
2013-11-30net/hsr: Very small fix of comment style.Gravatar Arvid Brodin 1-1/+2
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Gravatar Arvid Brodin 1-0/+503