summaryrefslogtreecommitdiff
path: root/net/hsr
AgeCommit message (Expand)Author
2024-03-29net: hsr: Use full string description when opening HSR network deviceLukasz Majewski
2024-03-25net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran
2024-03-19hsr: Handle failures in module initFelix Maurer
2024-03-14hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere
2024-02-14net: add netdev_set_operstate() helperEric Dumazet
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich
2024-01-11net: fill in MODULE_DESCRIPTION()s for HSRBreno Leitao
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri
2023-11-01hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan
2023-07-31net/hsr: Remove unused function declarationsYue Haibing
2023-06-21net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran
2023-03-16hsr: ratelimit only when errors are printedMatthieu Baerts
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior
2022-12-01hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior
2022-12-01hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior
2022-12-01hsr: Disable netpoll.Sebastian Andrzej Siewior
2022-12-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior
2022-12-01hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-11-28net: hsr: Fix potential use-after-freeYueHaibing
2022-10-18net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach
2022-02-21net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2022-01-27hsr: remove get_prp_lan_id()Jakub Kicinski
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister
2021-05-24net: hsr: fix mac_len checksGeorge McCollister
2021-05-03net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07net: hsr: Reset MAC header for Tx pathKurt Kanzenbach
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel
2021-02-11net: hsr: add offloading supportGeorge McCollister