summaryrefslogtreecommitdiff
path: root/net/hsr
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: hsr: create an API to get hsr port typeXiaoliang Yang2-3/+24
7 daysnet: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar2-9/+13
7 daysnet: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet1-1/+0
7 daysnet: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet2-3/+2
2025-11-24hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-09-19hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu2-1/+4
2025-09-19hsr: use rtnl lock when iterating over portsHangbin Liu3-10/+13
2025-09-19net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2025-08-28net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-05-29net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo5-7/+104
2025-02-08net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet1-2/+5
2024-12-14net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-12-14net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-12-05net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-09-12net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-12net: hsr: Remove interlink_sequence_nr.Eric Dumazet2-2/+0
2024-09-12net: hsr: Use the seqnr lock for frames received via interlink port.Sebastian Andrzej Siewior1-1/+10
2024-09-09net: hsr: remove seqnr_lockEric Dumazet4-33/+14
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-4/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+2
2024-06-20net: hsr: cosmetic: Remove extra white spaceLukasz Majewski1-2/+2
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2024-05-09hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-04-30net: hsr: init prune_proxy_timer soonerEric Dumazet1-1/+1
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski8-16/+203
2024-03-29net: hsr: Use full string description when opening HSR network deviceLukasz Majewski1-7/+6
2024-03-26net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran1-1/+2
2024-03-19hsr: Handle failures in module initFelix Maurer1-4/+11
2024-03-14hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski1-1/+1
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski1-1/+1
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-14net: add netdev_set_operstate() helperEric Dumazet1-16/+6
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-5/+5
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich1-2/+2
2024-01-12net: fill in MODULE_DESCRIPTION()s for HSRBreno Leitao1-0/+1
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri1-1/+66
2023-11-02hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter1-3/+1
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan1-0/+1
2023-08-01net/hsr: Remove unused function declarationsYue Haibing1-2/+0
2023-06-22net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran3-4/+17
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 Siewior3-37/+35