Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-12net: hsr: add offloading supportGeorge McCollister
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-05-07net: hsr: fix incorrect type usage for protocol variableMurali Karicheri
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-22hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo
2020-03-01hsr: use upper/lower device infrastructureTaehee Yoo
2020-03-01hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo
2020-03-01hsr: use extack error message instead of netdev_infoTaehee Yoo
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2019-07-06hsr: fix a memory leak in hsr_del_port()Cong Wang
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-07net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-04-16net/hsr: Added support for HSR v1Peter Heise
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin
2014-07-08net/hsr: Better frame dispatchArvid Brodin
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin