summaryrefslogtreecommitdiffstats
path: root/net/hsr (follow)
Commit message (Expand)AuthorAgeFilesLines
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-081-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-263-39/+48
|\
| * hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-221-4/+4
| * hsr: set .netnsok flagTaehee Yoo2020-03-161-0/+1
| * hsr: add restart routine into hsr_get_node_list()Taehee Yoo2020-03-161-14/+24
| * hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2020-03-162-25/+23
* | hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo2020-03-051-4/+1
* | hsr: use upper/lower device infrastructureTaehee Yoo2020-03-013-30/+40
* | hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo2020-03-013-37/+16
* | hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2020-03-011-1/+2
* | hsr: use extack error message instead of netdev_infoTaehee Yoo2020-03-015-21/+35
* | hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2020-03-012-5/+1
|/
* net: hsr: Pass lockdep expression to RCU listsAmol Grover2020-02-191-1/+2
* net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-041-0/+2
* net/hsr: remove seq_nr_after_or_eqAlex Shi2020-01-211-1/+0
* hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann2020-01-081-1/+1
* hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-311-1/+2
* hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-261-0/+2
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-265-37/+56
* hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-263-0/+20
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-264-3/+28
* hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-263-24/+21
* hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-261-1/+0
* hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-051-2/+7
* hsr: switch ->dellink() to ->ndo_uninit()Cong Wang2019-07-113-18/+8
* hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang2019-07-061-3/+7
* hsr: implement dellink to clean up resourcesCong Wang2019-07-065-10/+25
* hsr: fix a memory leak in hsr_del_port()Cong Wang2019-07-062-2/+5
* hsr: fix don't prune the master node from the node_dbAndreas Oetken2019-05-231-0/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
* net: hsr: add tx stats for master interfaceMurali Karicheri2019-04-161-0/+7
* net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri2019-04-163-9/+9
* net: hsr: fix naming of file and functionsMurali Karicheri2019-04-164-24/+24
* net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-071-0/+4
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-076-12/+155
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0712-61/+12
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-071-0/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-074-75/+76
* net: hsr: add missing space around operator in codeMurali Karicheri2019-04-072-4/+4
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-072-6/+6
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-073-15/+15
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-075-13/+13
* net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-072-7/+5
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-073-9/+9
* net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-073-18/+16
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-077-55/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-075-22/+31
* genetlink: make policy common to familyJohannes Berg2019-03-221-2/+1
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-071-8/+6