summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_framereg.c
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: add support for EntryForgetTimeMarco Wenzel2021-02-251-2/+7
* net: hsr: add offloading supportGeorge McCollister2021-02-111-0/+2
* net: prp: add packet handling supportMurali Karicheri2020-07-271-19/+75
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-0/+1
* net: hsr: validate address B before copying to skbMurali Karicheri2020-07-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-7/+2
|\
| * hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2020-03-161-7/+2
* | hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2020-02-291-1/+2
|/
* net: hsr: Pass lockdep expression to RCU listsAmol Grover2020-02-191-1/+2
* net/hsr: remove seq_nr_after_or_eqAlex Shi2020-01-211-1/+0
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-251-27/+46
* hsr: implement dellink to clean up resourcesCong Wang2019-07-051-1/+10
* hsr: fix don't prune the master node from the node_dbAndreas Oetken2019-05-231-0/+8
* net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-061-0/+4
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-061-12/+0
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-061-0/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-061-35/+35
* net: hsr: add missing space around operator in codeMurali Karicheri2019-04-061-3/+3
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-061-2/+2
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-061-5/+5
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-061-1/+1
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-061-1/+1
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-061-12/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-061-3/+5
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-061-0/+12
* net: hsr: Convert timers to use timer_setup()Kees Cook2017-10-251-4/+2
* hsr: fix incorrect warningKaricheri, Muralidharan2017-06-121-2/+7
* net/hsr: Added support for HSR v1Peter Heise2016-04-151-11/+19
* net/hsr: Remove left-over never-true conditional code.Arvid Brodin2014-07-111-4/+0
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-157/+161
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-78/+64
* net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-081-2/+4
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-081-1/+4
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-081-54/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-1/+1
|\
| * hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
* | hsr: Use ether_addr_copyJoe Perches2014-02-181-10/+10
|/
* net/hsr: using kfree_rcu() to simplify the codeWei Yongjun2013-12-171-9/+4
* net/hsr: Very small fix of comment style.Arvid Brodin2013-11-301-1/+2
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-031-0/+503