index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
/
hsr_slave.c
Age
Commit message (
Expand
)
Author
2019-07-05
hsr: fix a memory leak in hsr_del_port()
Cong Wang
2019-04-06
net: hsr: convert to SPDX identifier
Murali Karicheri
2019-04-06
net: hsr: fix NULL checks in the code
Murali Karicheri
2019-04-06
net: hsr: remove unnecessary paranthesis from the code
Murali Karicheri
2019-04-06
net: hsr: fix multiple blank lines in the code
Murali Karicheri
2017-02-06
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
2016-04-15
net/hsr: Added support for HSR v1
Peter Heise
2015-03-01
net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...
Arvid Brodin
2014-07-08
net/hsr: Better frame dispatch
Arvid Brodin
2014-07-08
net/hsr: Implemented .ndo_fix_features (better device features handling).
Arvid Brodin
2014-07-08
net/hsr: Use list_head (and rcu) instead of array for slave devices.
Arvid Brodin
2014-07-08
net/hsr: Move slave init to hsr_slave.c.
Arvid Brodin
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin