summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)AuthorFilesLines
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-22net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran1-0/+5
2022-12-02hsr: Use a single struct for self_node.Sebastian Andrzej Siewior1-1/+0
2022-12-02hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior1-5/+7
2022-12-02hsr: Disable netpoll.Sebastian Andrzej Siewior1-8/+6
2022-12-02Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior1-7/+3
2022-03-12net: 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
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken1-4/+4
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-05-25net: hsr: fix mac_len checksGeorge McCollister1-0/+2
2021-04-08net: hsr: Reset MAC header for Tx pathKurt Kanzenbach1-0/+1
2021-02-12net: hsr: add offloading supportGeorge McCollister1-11/+3
2021-02-12net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister1-32/+7
2020-07-27net: prp: add packet handling supportMurali Karicheri1-6/+14
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri1-1/+4
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri1-1/+63
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri1-31/+39
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-2/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2020-07-05hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo1-4/+7
2020-06-29net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-23hsr: avoid to create proc file after unregisterTaehee Yoo1-20/+1
2020-04-26hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-03-01hsr: use upper/lower device infrastructureTaehee Yoo1-12/+20
2020-03-01hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo1-16/+7
2020-03-01hsr: use extack error message instead of netdev_infoTaehee Yoo1-4/+5
2019-12-26hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2019-12-26hsr: fix a race condition in node list insertion and deletionTaehee Yoo1-3/+4
2019-12-26hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo1-9/+10
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo1-2/+7
2019-07-12hsr: switch ->dellink() to ->ndo_uninit()Cong Wang1-10/+8
2019-07-06hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang1-3/+7
2019-07-06hsr: implement dellink to clean up resourcesCong Wang1-8/+5
2019-07-06hsr: fix a memory leak in hsr_del_port()Cong Wang1-2/+4
2019-04-16net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri1-1/+1
2019-04-16net: hsr: fix naming of file and functionsMurali Karicheri1-2/+2
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri1-0/+5
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri1-14/+15
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri1-1/+1
2019-04-07net: hsr: fix lines that ends with a '('Murali Karicheri1-4/+3
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri1-3/+3