aboutsummaryrefslogtreecommitdiffstats
path: root/net/hsr/hsr_slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-24net: hsr: fix mac_len checksGeorge McCollister1-6/+5
2021-02-11net: hsr: add offloading supportGeorge McCollister1-4/+6
2020-07-27net: prp: add packet handling supportMurali Karicheri1-1/+23
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri1-0/+2
2020-05-06net: hsr: fix incorrect type usage for protocol variableMurali Karicheri1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-21hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo1-4/+1
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo1-17/+18
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo1-3/+0
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo1-8/+12
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2019-07-05hsr: fix a memory leak in hsr_del_port()Cong Wang1-0/+1
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri1-5/+1
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri1-3/+3
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri1-2/+2
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri1-3/+0
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+2
2016-04-15net/hsr: Added support for HSR v1Peter Heise1-1/+3
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface.Arvid Brodin1-3/+7
2014-07-08net/hsr: Better frame dispatchArvid Brodin1-235/+52
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin1-0/+2
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin1-78/+121
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin1-0/+91
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin1-0/+243