summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-08-17net: hsr: free learned nodes on device setup failureXin Xie1-0/+2
2026-07-27net: hsr: emit RedBox-MAC TLV in PRP RedBox supervision framesXin Xie1-3/+30
2026-07-27net: hsr: add PRP interlink (RedBox) datapath and duplicate discardXin Xie1-2/+9
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+17
2026-04-02net: hsr: fix VLAN add unwind on slave errorsLuka Gejak1-15/+17
2026-03-29net: hsr: constify hsr_ops and prp_ops protocol operation structuresLuka Gejak1-2/+2
2026-02-27net/hsr: update outdated commentsKexin Sun1-1/+1
2025-12-01net: hsr: create an API to get hsr port typeXiaoliang Yang1-0/+20
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer1-1/+1
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu1-1/+6
2025-09-11hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu1-0/+3
2025-09-11hsr: use rtnl lock when iterating over portsHangbin Liu1-9/+9
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+3
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera1-0/+5
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-3/+3
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo1-0/+2
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar1-0/+13
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-11-26net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-11-11net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2024-11-11net: hsr: Add VLAN supportWingMan Kwok1-5/+0
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-09-11net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-11net: hsr: Remove interlink_sequence_nr.Eric Dumazet1-1/+0
2024-09-09net: hsr: remove seqnr_lockEric Dumazet1-25/+10
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-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski1-11/+52
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet1-1/+1
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski1-2/+34
2024-03-29net: hsr: Use full string description when opening HSR network deviceLukasz Majewski1-7/+6
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
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri1-1/+66
2023-06-21net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran1-0/+5
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior1-1/+0
2022-12-01hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior1-5/+7
2022-12-01hsr: Disable netpoll.Sebastian Andrzej Siewior1-8/+6
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior1-7/+3
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang1-3/+7
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-3/+3