Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26hsr: reset network header when supervision frame is createdTaehee Yoo
2019-12-26hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-12-26hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo
2019-07-12hsr: switch ->dellink() to ->ndo_uninit()Cong Wang
2019-07-06hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang
2019-07-06hsr: implement dellink to clean up resourcesCong Wang
2019-07-06hsr: fix a memory leak in hsr_del_port()Cong Wang
2019-04-16net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri
2019-04-16net: hsr: fix naming of file and functionsMurali Karicheri
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-07net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-07net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-03-07net/hsr: fix possible crash in add_timer()Eric Dumazet
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook
2017-08-22net/hsr: Check skb_put_padto() return valueFlorian Fainelli
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-02-21net/hsr: use eth_hw_addr_random()Tobias Klauser
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-05-16net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani
2016-04-16net/hsr: Added support for HSR v1Peter Heise
2015-11-23net/hsr: fix a warning messageDan Carpenter
2015-08-18net: hsr: convert to using IFF_NO_QUEUEPhil Sutter
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin
2014-07-08net/hsr: Better frame dispatchArvid Brodin
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin
2014-02-19hsr: Use ether_addr_copyJoe Perches
2013-11-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin