summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_framereg.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-03-17hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2022-12-02hsr: Use a single struct for self_node.Sebastian Andrzej Siewior1-35/+28
2022-12-02hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior1-1/+8
2022-12-02hsr: Avoid double remove of a node.Sebastian Andrzej Siewior1-5/+11
2022-12-02Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior1-130/+79
2022-02-22net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang1-10/+15
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang1-6/+10
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang1-80/+120
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken1-11/+50
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski1-2/+2
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister1-1/+2
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel1-2/+7
2021-02-12net: hsr: add offloading supportGeorge McCollister1-0/+2
2020-07-27net: prp: add packet handling supportMurali Karicheri1-19/+75
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-0/+1
2020-07-18net: hsr: validate address B before copying to skbMurali Karicheri1-1/+2
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+2
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo1-7/+2
2020-03-01hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-02-19net: hsr: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-01-21net/hsr: remove seq_nr_after_or_eqAlex Shi1-1/+0
2019-12-26hsr: fix a race condition in node list insertion and deletionTaehee Yoo1-27/+46
2019-07-06hsr: implement dellink to clean up resourcesCong Wang1-1/+10
2019-05-23hsr: fix don't prune the master node from the node_dbAndreas Oetken1-0/+8
2019-04-07net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri1-12/+0
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-07net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri1-35/+35
2019-04-07net: hsr: add missing space around operator in codeMurali Karicheri1-3/+3
2019-04-07net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri1-2/+2
2019-04-07net: hsr: remove unnecessary space after a castMurali Karicheri1-5/+5
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri1-1/+1
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri1-1/+1
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri1-12/+0
2019-04-07net: hsr: fix lines exceeding 80 charactersMurali Karicheri1-3/+5
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan1-0/+12
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan1-2/+7
2016-04-16net/hsr: Added support for HSR v1Peter Heise1-11/+19
2014-07-12net/hsr: Remove left-over never-true conditional code.Arvid Brodin1-4/+0
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-157/+161
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-78/+64
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-2/+4
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin1-1/+4
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin1-54/+54
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1