aboutsummaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11net: add per-cpu storage and net->core_statsGravatar Eric Dumazet 1-1/+1
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesGravatar Juhee Kang 1-3/+7
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Gravatar Sebastian Andrzej Siewior 1-3/+3
2021-10-26net: hsr: Add support for redbox supervision framesGravatar Andreas Oetken 1-4/+4
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Gravatar Jakub Kicinski 1-1/+1
2021-05-24net: hsr: fix mac_len checksGravatar George McCollister 1-0/+2
2021-04-07net: hsr: Reset MAC header for Tx pathGravatar Kurt Kanzenbach 1-0/+1
2021-02-11net: hsr: add offloading supportGravatar George McCollister 1-11/+3
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGravatar George McCollister 1-32/+7
2020-07-27net: prp: add packet handling supportGravatar Murali Karicheri 1-6/+14
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesGravatar Murali Karicheri 1-1/+4
2020-07-27net: prp: add supervision frame generation utility functionGravatar Murali Karicheri 1-1/+63
2020-07-27net: hsr: introduce protocol specific function pointersGravatar Murali Karicheri 1-31/+39
2020-07-27net: hsr: introduce common code for skb initializationGravatar Murali Karicheri 1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPGravatar Murali Karicheri 1-2/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+7
2020-07-04hsr: fix interface leak in error path of hsr_dev_finalize()Gravatar Taehee Yoo 1-4/+7
2020-06-28net/hsr: fix hsr_dev_xmit()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterGravatar Taehee Yoo 1-20/+1
2020-04-25hsr: remove unnecessary code in hsr_dev_change_mtu()Gravatar Taehee Yoo 1-3/+1
2020-02-29hsr: use upper/lower device infrastructureGravatar Taehee Yoo 1-12/+20
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleGravatar Taehee Yoo 1-16/+7
2020-02-29hsr: use extack error message instead of netdev_infoGravatar Taehee Yoo 1-4/+5
2019-12-25hsr: reset network header when supervision frame is createdGravatar Taehee Yoo 1-0/+2
2019-12-25hsr: fix a race condition in node list insertion and deletionGravatar Taehee Yoo 1-3/+4
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Gravatar Taehee Yoo 1-9/+10
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Gravatar Taehee Yoo 1-2/+7
2019-07-11hsr: switch ->dellink() to ->ndo_uninit()Gravatar Cong Wang 1-10/+8
2019-07-05hsr: fix a NULL pointer deref in hsr_dev_xmit()Gravatar Cong Wang 1-3/+7
2019-07-05hsr: implement dellink to clean up resourcesGravatar Cong Wang 1-8/+5
2019-07-05hsr: fix a memory leak in hsr_del_port()Gravatar Cong Wang 1-2/+4
2019-04-15net: hsr: fix debugfs path to support multiple interfacesGravatar Murali Karicheri 1-1/+1
2019-04-15net: hsr: fix naming of file and functionsGravatar Murali Karicheri 1-2/+2
2019-04-06net: hsr: add debugfs support for display node listGravatar Murali Karicheri 1-0/+5
2019-04-06net: hsr: convert to SPDX identifierGravatar Murali Karicheri 1-5/+1
2019-04-06net: hsr: remove camel case usage in the codeGravatar Murali Karicheri 1-14/+15
2019-04-06net: hsr: fix NULL checks in the codeGravatar Murali Karicheri 1-1/+1
2019-04-06net: hsr: fix lines that ends with a '('Gravatar Murali Karicheri 1-4/+3
2019-04-06net: hsr: fix alignment issues in the code for functionsGravatar Murali Karicheri 1-3/+3
2019-04-06net: hsr: remove unnecessary paranthesis from the codeGravatar Murali Karicheri 1-4/+3
2019-04-06net: hsr: fix multiple blank lines in the codeGravatar Murali Karicheri 1-10/+0
2019-03-07net/hsr: fix possible crash in add_timer()Gravatar Eric Dumazet 1-8/+6
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Gravatar Mao Wenan 1-1/+3
2017-10-25net: hsr: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-08-22net/hsr: Check skb_put_padto() return valueGravatar Florian Fainelli 1-1/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]Gravatar yuan linyu 1-3/+3
2017-06-07net: Fix inconsistent teardown and release of private netdev state.Gravatar David S. Miller 1-2/+2
2017-02-21net/hsr: use eth_hw_addr_random()Gravatar Tobias Klauser 1-1/+1
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-0/+1
2016-05-16net/hsr: Use setup_timer and mod_timer.Gravatar Muhammad Falak R Wani 1-8/+3