summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet14 days1-1/+1
* hsr: Handle failures in module initFelix Maurer2024-03-191-4/+11
* net: fill in MODULE_DESCRIPTION()s for HSRBreno Leitao2024-01-111-0/+1
* net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: hsr: add offloading supportGeorge McCollister2021-02-111-0/+11
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-0/+2
* hsr: avoid to create proc file after unregisterTaehee Yoo2020-06-221-3/+6
* hsr: remove hsr interface if all slaves are removedTaehee Yoo2020-04-301-2/+20
* hsr: use upper/lower device infrastructureTaehee Yoo2020-02-291-1/+2
* hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-301-1/+2
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-251-1/+1
* hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-251-0/+3
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-251-0/+1
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-061-2/+2
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-061-3/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-061-1/+2
* net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin2015-03-011-0/+4
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-20/+0
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-88/+40
* net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-081-10/+14
* net/hsr: Operstate handling cleanup.Arvid Brodin2014-07-081-8/+1
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-081-24/+0
* net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-081-245/+3
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-081-85/+85
* hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* hsr: Use ether_addr_copyJoe Perches2014-02-181-2/+2
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-031-0/+469