index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
hsr: Fix supervision frame sending on HSRv0
Felix Maurer
1
-0
/
+3
2025-10-02
net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
Ravi Gunasekaran
1
-1
/
+2
2025-10-02
hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsr
Hangbin Liu
2
-1
/
+4
2025-10-02
hsr: use rtnl lock when iterating over ports
Hangbin Liu
3
-10
/
+13
2025-10-02
net: hsr: Add VLAN CTAG filter support
Murali Karicheri
1
-1
/
+79
2025-10-02
net: hsr: Add support for MC filtering at the slave device
Murali Karicheri
1
-1
/
+66
2025-10-02
net: hsr: Disable promiscuous mode in offload mode
Ravi Gunasekaran
3
-4
/
+17
2025-08-28
net, hsr: reject HSR frame if skb can't hold tag
Jakub Acs
1
-1
/
+7
2025-03-13
net: hsr: fix fill_frame_info() regression vs VLAN packets
Eric Dumazet
1
-2
/
+5
2024-12-14
net: hsr: avoid potential out-of-bound access in fill_frame_info()
Eric Dumazet
1
-0
/
+2
2024-12-14
net: hsr: fix hsr_init_sk() vs network/transport headers.
Eric Dumazet
1
-2
/
+2
2024-03-26
hsr: Handle failures in module init
Felix Maurer
1
-4
/
+11
2024-03-26
hsr: Fix uninit-value access in hsr_get_node()
Shigeru Yoshida
1
-0
/
+4
2024-02-23
net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()
Nikita Zhandarovich
1
-2
/
+2
2023-11-20
hsr: Prevent use after free in prp_create_tagged_frame()
Dan Carpenter
1
-3
/
+1
2023-09-19
hsr: Fix uninit-value access in fill_frame_info()
Ziyang Xuan
1
-0
/
+1
2023-04-05
hsr: ratelimit only when errors are printed
Matthieu Baerts
1
-1
/
+1
2023-04-05
net: hsr: Don't log netdev_err message on unknown prp dst node
Kristian Overskeid
1
-1
/
+1
2022-12-31
hsr: Synchronize sequence number updates.
Sebastian Andrzej Siewior
2
-1
/
+10
2022-12-31
hsr: Synchronize sending frames to have always incremented outgoing seq nr.
Sebastian Andrzej Siewior
2
-7
/
+8
2022-12-31
hsr: Disable netpoll.
Sebastian Andrzej Siewior
2
-11
/
+8
2022-12-31
hsr: Avoid double remove of a node.
Sebastian Andrzej Siewior
2
-5
/
+12
2022-12-31
hsr: Add a rcu-read lock to hsr_forward_skb().
Sebastian Andrzej Siewior
1
-0
/
+3
2022-12-08
net: hsr: Fix potential use-after-free
YueHaibing
1
-2
/
+3
2022-10-29
net: hsr: avoid possible NULL deref in skb_clone()
Eric Dumazet
1
-6
/
+6
2022-08-31
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2
-2
/
+2
2022-06-29
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
1
-3
/
+3
2021-06-16
net: hsr: don't check sequence number if tag removal is offloaded
George McCollister
1
-1
/
+2
2021-05-24
net: hsr: fix mac_len checks
George McCollister
5
-21
/
+34
2021-05-03
net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
Phillip Potter
1
-0
/
+4
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+1
2021-04-07
net: hsr: Reset MAC header for Tx path
Kurt Kanzenbach
2
-6
/
+1
2021-03-18
/net/hsr: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-02-25
net: hsr: add support for EntryForgetTime
Marco Wenzel
3
-2
/
+9
2021-02-11
net: hsr: add offloading support
George McCollister
8
-26
/
+48
2021-02-11
net: hsr: generate supervision frame without HSR/PRP tag
George McCollister
2
-33
/
+14
2021-02-02
net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary
Andreas Oetken
1
-1
/
+4
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2020-09-17
net: hsr: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-19
/
+2
2020-09-09
hsr: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Ye Bin
1
-3
/
+3
2020-07-31
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-8
/
+2
2020-07-27
net: prp: enhance debugfs to display PRP info
Murali Karicheri
1
-9
/
+22
2020-07-27
net: prp: add packet handling support
Murali Karicheri
8
-88
/
+433
2020-07-27
net: hsr: define and use proto_ops ptrs to handle hsr specific frames
Murali Karicheri
4
-28
/
+55
2020-07-27
net: prp: add supervision frame generation utility function
Murali Karicheri
3
-2
/
+88
2020-07-27
net: hsr: introduce protocol specific function pointers
Murali Karicheri
2
-31
/
+45
2020-07-27
net: hsr: introduce common code for skb initialization
Murali Karicheri
1
-13
/
+28
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
14
-23
/
+87
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-6
/
+15
[next]