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
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-05-25net: hsr: fix mac_len checksGeorge McCollister
2021-04-08net: hsr: Reset MAC header for Tx pathKurt Kanzenbach
2021-02-12net: hsr: add offloading supportGeorge McCollister
2021-02-12net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-05hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo
2020-06-29net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck
2020-06-23hsr: avoid to create proc file after unregisterTaehee Yoo
2020-04-26hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo
2020-03-01hsr: use upper/lower device infrastructureTaehee Yoo
2020-03-01hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo
2020-03-01hsr: use extack error message instead of netdev_infoTaehee Yoo
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