summaryrefslogtreecommitdiffstats
path: root/net/hsr
Commit message (Expand)AuthorAgeFilesLines
* hsr: Use %pM format specifier for MAC addressesAndy Shevchenko2020-07-311-8/+2
* net: prp: enhance debugfs to display PRP infoMurali Karicheri2020-07-271-9/+22
* net: prp: add packet handling supportMurali Karicheri2020-07-278-88/+433
* net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri2020-07-274-28/+55
* net: prp: add supervision frame generation utility functionMurali Karicheri2020-07-273-2/+88
* net: hsr: introduce protocol specific function pointersMurali Karicheri2020-07-272-31/+45
* net: hsr: introduce common code for skb initializationMurali Karicheri2020-07-271-13/+28
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-2714-23/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-6/+15
|\
| * 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
* | net: hsr: remove redundant null checkWang Hai2020-07-201-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-4/+7
|\|
| * hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo2020-07-041-4/+7
* | net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
|/
* 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