aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Perches3-17/+17
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-13/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-2/+4
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14hsr: use genl_register_family_with_ops()Johannes Berg1-29/+17
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin10-0/+2337