summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns
AgeCommit message (Expand)Author
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski
2019-08-18net: hns: add phy_attached_info() to the hns driverYonglong Liu
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-03net: hns: add support for vlan TSOYonglong Liu
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-02net: hns: Fix loopback test failed at copper portsYonglong Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-02-27net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27net: hns: Restart autoneg need return failed when autoneg offYonglong Liu
2019-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-04net: hns: Fix use after free identified by SLUB debugYonglong Liu
2019-01-04net: hns: Fix WARNING when hns modules installedYonglong Liu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet