aboutsummaryrefslogtreecommitdiff
path: root/net/hsr/hsr_slave.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05hsr: fix a memory leak in hsr_del_port()Gravatar Cong Wang 1-0/+1
2019-04-06net: hsr: convert to SPDX identifierGravatar Murali Karicheri 1-5/+1
2019-04-06net: hsr: fix NULL checks in the codeGravatar Murali Karicheri 1-3/+3
2019-04-06net: hsr: remove unnecessary paranthesis from the codeGravatar Murali Karicheri 1-2/+2
2019-04-06net: hsr: fix multiple blank lines in the codeGravatar Murali Karicheri 1-3/+0
2017-02-06net-next: treewide use is_vlan_dev() helper function.Gravatar Parav Pandit 1-1/+2
2016-04-15net/hsr: Added support for HSR v1Gravatar Peter Heise 1-1/+3
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Gravatar Arvid Brodin 1-3/+7
2014-07-08net/hsr: Better frame dispatchGravatar Arvid Brodin 1-235/+52
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Gravatar Arvid Brodin 1-0/+2
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Gravatar Arvid Brodin 1-78/+121
2014-07-08net/hsr: Move slave init to hsr_slave.c.Gravatar Arvid Brodin 1-0/+91
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Gravatar Arvid Brodin 1-0/+243