index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-4
/
+5
2025-04-14
net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRP
Fernando Fernandez Mancera
4
-0
/
+17
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
1
-3
/
+3
2025-03-13
net: hsr: Add KUnit test for PRP
Jaakko Karrenpalo
4
-0
/
+236
2025-03-13
net: hsr: Fix PRP duplicate detection
Jaakko Karrenpalo
5
-7
/
+104
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-1
/
+1
2025-02-22
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-4
/
+4
2025-02-22
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+4
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+5
2025-01-30
net: hsr: fix fill_frame_info() regression vs VLAN packets
Eric Dumazet
1
-2
/
+5
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+3
2025-01-15
saner replacement for debugfs_rename()
Al Viro
1
-6
/
+3
2025-01-14
net: hsr: Create and export hsr_get_port_ndev()
MD Danish Anwar
2
-9
/
+13
2025-01-09
net: hsr: remove synchronize_rcu() from hsr_add_port()
Eric Dumazet
1
-1
/
+0
2025-01-07
net: hsr: remove one synchronize_rcu() from hsr_del_port()
Eric Dumazet
2
-3
/
+2
2024-12-03
net: hsr: must allocate more bytes for RedBox support
Eric Dumazet
1
-6
/
+13
2024-12-01
net: hsr: avoid potential out-of-bound access in fill_frame_info()
Eric Dumazet
1
-0
/
+2
2024-11-26
net: hsr: fix hsr_init_sk() vs network/transport headers.
Eric Dumazet
1
-2
/
+2
2024-11-12
net: hsr: Add VLAN CTAG filter support
Murali Karicheri
1
-1
/
+79
2024-11-12
net: hsr: Add VLAN support
WingMan Kwok
2
-10
/
+14
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-4
/
+1
2024-10-14
net: hsr: convert to use new timer APIs
Yu Liao
1
-3
/
+3
2024-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2024-09-12
net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()
Jeongjun Park
1
-0
/
+4
2024-09-12
net: hsr: Remove interlink_sequence_nr.
Eric Dumazet
2
-2
/
+0
2024-09-12
net: hsr: Use the seqnr lock for frames received via interlink port.
Sebastian Andrzej Siewior
1
-1
/
+10
2024-09-09
net: hsr: remove seqnr_lock
Eric Dumazet
4
-33
/
+14
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-4
/
+4
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-2
/
+2
2024-06-20
net: hsr: cosmetic: Remove extra white space
Lukasz Majewski
1
-2
/
+2
2024-06-14
net: hsr: Send supervisory frames to HSR network with ProxyNodeTable data
Lukasz Majewski
6
-14
/
+105
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+12
2024-05-09
hsr: Simplify code for announcing HSR nodes timer setup
Lukasz Majewski
1
-15
/
+12
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2
-2
/
+2
2024-04-30
net: hsr: init prune_proxy_timer sooner
Eric Dumazet
1
-1
/
+1
2024-04-26
net: hsr: Provide RedBox support (HSR-SAN)
Lukasz Majewski
8
-16
/
+203
2024-03-29
net: hsr: Use full string description when opening HSR network device
Lukasz Majewski
1
-7
/
+6
2024-03-26
net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
Ravi Gunasekaran
1
-1
/
+2
2024-03-19
hsr: Handle failures in module init
Felix Maurer
1
-4
/
+11
2024-03-14
hsr: Fix uninit-value access in hsr_get_node()
Shigeru Yoshida
1
-0
/
+4
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-02-29
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
Lukasz Majewski
1
-1
/
+1
2024-02-28
net: hsr: Fix typo in the hsr_forward_do() function comment
Lukasz Majewski
1
-1
/
+1
2024-02-21
net: hsr: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
1
-16
/
+6
2024-02-14
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
1
-5
/
+5
2024-01-29
net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()
Nikita Zhandarovich
1
-2
/
+2
2024-01-12
net: fill in MODULE_DESCRIPTION()s for HSR
Breno Leitao
1
-0
/
+1
2023-11-22
net: hsr: Add support for MC filtering at the slave device
Murali Karicheri
1
-1
/
+66
2023-11-02
hsr: Prevent use after free in prp_create_tagged_frame()
Dan Carpenter
1
-3
/
+1
[next]