summaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski2024-04-261-0/+1
* net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran2024-03-251-1/+2
* net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran2023-06-211-4/+11
* net: hsr: fix mac_len checksGeorge McCollister2021-05-241-6/+5
* net: hsr: add offloading supportGeorge McCollister2021-02-111-4/+6
* net: prp: add packet handling supportMurali Karicheri2020-07-271-1/+23
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-271-0/+2
* net: hsr: fix incorrect type usage for protocol variableMurali Karicheri2020-05-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+4
|\
| * hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-211-4/+4
* | hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo2020-03-051-4/+1
* | hsr: use upper/lower device infrastructureTaehee Yoo2020-02-291-17/+18
* | hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo2020-02-291-3/+0
* | hsr: use extack error message instead of netdev_infoTaehee Yoo2020-02-291-8/+12
|/
* net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-041-0/+2
* hsr: fix a memory leak in hsr_del_port()Cong Wang2019-07-051-0/+1
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-061-5/+1
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-061-3/+3
* net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-061-2/+2
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-061-3/+0
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+2
* net/hsr: Added support for HSR v1Peter Heise2016-04-151-1/+3
* net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin2015-03-011-3/+7
* net/hsr: Better frame dispatchArvid Brodin2014-07-081-235/+52
* net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2014-07-081-0/+2
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-081-78/+121
* net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-081-0/+91
* net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-081-0/+243