summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_framereg.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27net: hsr: emit RedBox-MAC TLV in PRP RedBox supervision framesXin Xie1-2/+11
2026-07-27net: hsr: add PRP interlink (RedBox) datapath and duplicate discardXin Xie1-4/+10
2026-06-12net: hsr: simplify fill_last_seq_nrs()Yury Norov1-10/+8
2026-06-02hsr: Remove WARN_ONCE() in hsr_addr_is_self().Kuniyuki Iwashima1-3/+1
2026-05-15net: hsr: defer node table free until after RCU readersMichael Bommarito1-2/+2
2026-05-12net: hsr: fix NULL pointer dereference in hsr_get_node_data()Quan Sun1-1/+4
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+36
2026-04-02net: hsr: serialize seq_blocks merge across nodesLuka Gejak1-2/+36
2026-02-27net/hsr: update outdated commentsKexin Sun1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer1-106/+110
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer1-73/+139
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo1-0/+4
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo1-3/+92
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski1-0/+12
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski1-0/+52
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-16hsr: 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-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior1-35/+28
2022-12-01hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior1-1/+8
2022-12-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior1-5/+11
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior1-126/+75
2022-02-21net: 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-76/+116
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-11net: 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-17net: hsr: validate address B before copying to skbMurali Karicheri1-1/+2
2020-03-25Merge 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-02-29hsr: 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-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo1-27/+46
2019-07-05hsr: 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-06net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri1-12/+0
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri1-35/+35