summaryrefslogtreecommitdiffstats
path: root/net/hsr
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: check for return value of skb_put_padto()Murali Karicheri2020-07-201-6/+11
* net: hsr: validate address B before copying to skbMurali Karicheri2020-07-171-1/+2
* net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri2020-07-171-0/+3
* hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo2020-07-041-4/+7
* hsr: avoid to create proc file after unregisterTaehee Yoo2020-06-224-24/+25
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo2020-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+1
|\
| * net: hsr: fix incorrect type usage for protocol variableMurali Karicheri2020-05-061-1/+1
* | hsr: remove hsr interface if all slaves are removedTaehee Yoo2020-04-301-2/+20
* | net: hsr: remove unused inline functionsYueHaibing2020-04-291-19/+0
* | hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo2020-04-251-3/+1
|/
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-071-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-253-39/+48
|\
| * hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-211-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-02-293-30/+40
* | hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo2020-02-293-37/+16
* | hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2020-02-291-1/+2
* | hsr: use extack error message instead of netdev_infoTaehee Yoo2020-02-295-21/+35
* | hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2020-02-292-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-301-1/+2
* hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-251-0/+2
* hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-255-37/+56
* hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-253-0/+20
* hsr: add hsr root debugfs directoryTaehee Yoo2019-12-254-3/+28
* hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-253-24/+21
* hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-251-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-051-3/+7
* hsr: implement dellink to clean up resourcesCong Wang2019-07-055-10/+25
* hsr: fix a memory leak in hsr_del_port()Cong Wang2019-07-052-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-151-0/+7
* net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri2019-04-153-9/+9
* net: hsr: fix naming of file and functionsMurali Karicheri2019-04-154-24/+24
* 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-066-12/+155
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0612-61/+12
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-061-0/+1