aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_forward.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet1-6/+6
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang1-2/+5
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken1-6/+48
2021-05-24net: hsr: fix mac_len checksGeorge McCollister1-9/+21
2021-05-03net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter1-0/+4
2021-04-07net: hsr: Reset MAC header for Tx pathKurt Kanzenbach1-6/+0
2021-02-11net: hsr: add offloading supportGeorge McCollister1-3/+24
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister1-1/+7
2020-07-27net: prp: add packet handling supportMurali Karicheri1-57/+215
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri1-26/+37
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri1-1/+3
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-0/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+13
2020-07-20net: hsr: remove redundant null checkWang Hai1-4/+2
2020-07-20net: hsr: check for return value of skb_put_padto()Murali Karicheri1-6/+11
2020-07-17net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri1-0/+3
2020-05-07hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo1-1/+1
2019-04-15net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri1-19/+19
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri1-1/+1
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri1-4/+4
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri1-5/+5
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri1-6/+6
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri1-12/+11
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri1-8/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri1-1/+2
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan1-2/+1
2016-10-18net/hsr: Remove unused but set variableTobias Klauser1-4/+0
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-11/+32
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-0/+368