aboutsummaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-15net/hsr: Added support for HSR v1Gravatar Peter Heise 1-34/+46
2015-11-23net/hsr: fix a warning messageGravatar Dan Carpenter 1-1/+1
2015-08-18net: hsr: convert to using IFF_NO_QUEUEGravatar Phil Sutter 1-1/+1
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Gravatar Arvid Brodin 1-0/+3
2014-07-08net/hsr: Better frame dispatchGravatar Arvid Brodin 1-147/+23
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Gravatar Arvid Brodin 1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Gravatar Arvid Brodin 1-8/+47
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Gravatar Arvid Brodin 1-108/+134
2014-07-08net/hsr: Move slave init to hsr_slave.c.Gravatar Arvid Brodin 1-137/+55
2014-07-08net/hsr: Operstate handling cleanup.Gravatar Arvid Brodin 1-9/+28
2014-07-08net/hsr: Move to per-hsr device prune timer.Gravatar Arvid Brodin 1-1/+9
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Gravatar Arvid Brodin 1-1/+12
2014-07-08net/hsr: Better variable names and update of contact info.Gravatar Arvid Brodin 1-104/+103
2014-02-18hsr: Use ether_addr_copyGravatar Joe Perches 1-5/+5
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Gravatar Arvid Brodin 1-0/+596