summaryrefslogtreecommitdiffstats
path: root/net/hsr
Commit message (Expand)AuthorAgeFilesLines
...
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-085-27/+15Star
* net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-086-247/+283
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-088-305/+304Star
* hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+1
|\
| * hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
* | hsr: Use ether_addr_copyJoe Perches2014-02-193-17/+17
|/
* net/hsr: using kfree_rcu() to simplify the codeWei Yongjun2013-12-171-9/+4Star
* net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin2013-11-301-0/+28
* net/hsr: Very small fix of comment style.Arvid Brodin2013-11-301-1/+2
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-13/+6Star
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-2/+4
* hsr: don't call genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0Star
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1Star
* net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem2013-11-141-1/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* hsr: use genl_register_family_with_ops()Johannes Berg2013-11-141-29/+17Star
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-0410-0/+2337