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_main.c
Age
Commit message (
Expand
)
Author
2021-02-11
net: hsr: add offloading support
George McCollister
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
2020-06-22
hsr: avoid to create proc file after unregister
Taehee Yoo
2020-04-30
hsr: remove hsr interface if all slaves are removed
Taehee Yoo
2020-02-29
hsr: use upper/lower device infrastructure
Taehee Yoo
2019-12-30
hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
Taehee Yoo
2019-12-25
hsr: fix a race condition in node list insertion and deletion
Taehee Yoo
2019-12-25
hsr: rename debugfs file when interface name is changed
Taehee Yoo
2019-12-25
hsr: add hsr root debugfs directory
Taehee Yoo
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: fix multiple blank lines in the code
Murali Karicheri
2019-04-06
net: hsr: fix lines exceeding 80 characters
Murali Karicheri
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: 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: Operstate handling cleanup.
Arvid Brodin
2014-07-08
net/hsr: Move to per-hsr device prune timer.
Arvid Brodin
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin
2014-07-08
net/hsr: Better variable names and update of contact info.
Arvid Brodin
2014-03-27
hsr: replace del_timer by del_timer_sync
Julia Lawall
2014-02-18
hsr: Use ether_addr_copy
Joe Perches
2013-11-03
net/hsr: Add support for the High-availability Seamless Redundancy protocol (...
Arvid Brodin