index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
/
hsr_forward.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
hsr: Prevent use after free in prp_create_tagged_frame()
Dan Carpenter
1
-3
/
+1
2023-09-11
hsr: Fix uninit-value access in fill_frame_info()
Ziyang Xuan
1
-0
/
+1
2022-12-01
hsr: Synchronize sending frames to have always incremented outgoing seq nr.
Sebastian Andrzej Siewior
1
-2
/
+1
2022-12-01
hsr: Disable netpoll.
Sebastian Andrzej Siewior
1
-3
/
+2
2022-12-01
hsr: Add a rcu-read lock to hsr_forward_skb().
Sebastian Andrzej Siewior
1
-0
/
+3
2022-12-01
Revert "net: hsr: use hlist_head instead of list_head for mac addresses"
Sebastian Andrzej Siewior
1
-5
/
+2
2022-11-28
net: hsr: Fix potential use-after-free
YueHaibing
1
-2
/
+3
2022-10-18
net: hsr: avoid possible NULL deref in skb_clone()
Eric Dumazet
1
-6
/
+6
2022-02-06
net: hsr: use hlist_head instead of list_head for mac addresses
Juhee Kang
1
-2
/
+5
2021-10-26
net: hsr: Add support for redbox supervision frames
Andreas Oetken
1
-6
/
+48
2021-05-24
net: hsr: fix mac_len checks
George McCollister
1
-9
/
+21
2021-05-03
net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
Phillip Potter
1
-0
/
+4
2021-04-07
net: hsr: Reset MAC header for Tx path
Kurt Kanzenbach
1
-6
/
+0
2021-02-11
net: hsr: add offloading support
George McCollister
1
-3
/
+24
2021-02-11
net: hsr: generate supervision frame without HSR/PRP tag
George McCollister
1
-1
/
+7
2020-07-27
net: prp: add packet handling support
Murali Karicheri
1
-57
/
+215
2020-07-27
net: hsr: define and use proto_ops ptrs to handle hsr specific frames
Murali Karicheri
1
-26
/
+37
2020-07-27
net: prp: add supervision frame generation utility function
Murali Karicheri
1
-1
/
+3
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
1
-0
/
+2
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+13
2020-07-20
net: hsr: remove redundant null check
Wang Hai
1
-4
/
+2
2020-07-20
net: hsr: check for return value of skb_put_padto()
Murali Karicheri
1
-6
/
+11
2020-07-17
net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames
Murali Karicheri
1
-0
/
+3
2020-05-07
hsr: remove WARN_ONCE() in hsr_fill_frame_info()
Taehee Yoo
1
-1
/
+1
2019-04-15
net: hsr: add tx stats for master interface
Murali Karicheri
1
-0
/
+7
2019-04-06
net: hsr: convert to SPDX identifier
Murali Karicheri
1
-5
/
+1
2019-04-06
net: hsr: remove camel case usage in the code
Murali Karicheri
1
-19
/
+19
2019-04-06
net: hsr: add missing space around operator in code
Murali Karicheri
1
-1
/
+1
2019-04-06
net: hsr: fix placement of logical operator in a multi-line statement
Murali Karicheri
1
-4
/
+4
2019-04-06
net: hsr: remove unnecessary space after a cast
Murali Karicheri
1
-5
/
+5
2019-04-06
net: hsr: fix NULL checks in the code
Murali Karicheri
1
-6
/
+6
2019-04-06
net: hsr: remove unnecessary paranthesis from the code
Murali Karicheri
1
-12
/
+11
2019-04-06
net: hsr: fix multiple blank lines in the code
Murali Karicheri
1
-8
/
+0
2019-04-06
net: hsr: fix lines exceeding 80 characters
Murali Karicheri
1
-1
/
+2
2017-06-12
hsr: fix incorrect warning
Karicheri, Muralidharan
1
-2
/
+1
2016-10-18
net/hsr: Remove unused but set variable
Tobias Klauser
1
-4
/
+0
2016-04-15
net/hsr: Added support for HSR v1
Peter Heise
1
-11
/
+32
2014-07-08
net/hsr: Better frame dispatch
Arvid Brodin
1
-0
/
+368