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-02-22net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel
2021-02-12net: hsr: add offloading supportGeorge McCollister
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-07-18net: hsr: validate address B before copying to skbMurali Karicheri
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo
2020-03-01hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo
2020-02-19net: hsr: Pass lockdep expression to RCU listsAmol Grover
2020-01-21net/hsr: remove seq_nr_after_or_eqAlex Shi
2019-12-26hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-07-06hsr: implement dellink to clean up resourcesCong Wang
2019-05-23hsr: fix don't prune the master node from the node_dbAndreas Oetken
2019-04-07net: hsr: Fix node prune function for forget time expiryAaron Kramer
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: add blank line after function declarationMurali Karicheri
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-07net: hsr: add missing space around operator in codeMurali Karicheri
2019-04-07net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri
2019-04-07net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-07net: hsr: fix lines exceeding 80 charactersMurali Karicheri
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-06-12hsr: fix incorrect warningKaricheri, Muralidharan
2016-04-16net/hsr: Added support for HSR v1Peter Heise
2014-07-12net/hsr: Remove left-over never-true conditional code.Arvid Brodin
2014-07-08net/hsr: Better frame dispatchArvid 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: Move to per-hsr device prune timer.Arvid Brodin
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-04hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter
2014-02-19hsr: Use ether_addr_copyJoe Perches
2013-12-18net/hsr: using kfree_rcu() to simplify the codeWei Yongjun
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin
2013-11-04net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin