summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-3/+5
|\
| * net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
| * net: hns: add phy_attached_info() to the hns driverYonglong Liu2019-08-181-0/+2
| * net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+2
* | drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-7/+1
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-0/+4
|\ \ | |/ |/|
| * net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3021-105/+21
|/
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* net: hns: fix unsigned comparison to less than zeroColin Ian King2019-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0513-47/+62
|\
| * net: hns: Fix sparse: some warnings in HNS driversYonglong Liu2019-04-0410-32/+26
| * net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-04-041-1/+3
| * net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-04-041-6/+27
| * net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-04-041-1/+1
| * net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-04-041-5/+2
| * net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-04-041-2/+3
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
|/
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-281-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-0/+3
|\
| * net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-191-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+2
|\|
| * net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-02-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-302-7/+14
|\|
| * net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
| * net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
* | net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-171-2/+3
|/
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-01-041-4/+2
* net: hns: Fix WARNING when hns modules installedYonglong Liu2019-01-041-10/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-206-178/+413
|\
| * net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu2018-12-161-41/+216
| * net: hns: Add mac pcs config when enable|disable macYonglong Liu2018-12-162-4/+11
| * net: hns: Fix ntuple-filters status error.Yonglong Liu2018-12-161-1/+1
| * net: hns: Avoid net reset caused by pause frames stormYonglong Liu2018-12-161-2/+10
| * net: hns: Free irq when exit from abnormal branchYonglong Liu2018-12-161-1/+22
| * net: hns: Clean rx fbd when ae stopped.Yonglong Liu2018-12-161-0/+3
| * net: hns: Fixed bug that netdev was opened twiceYonglong Liu2018-12-161-0/+3
| * net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2018-12-162-127/+127
| * net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2018-12-162-0/+18
| * net: hns: Incorrect offset address used for some registers.Yonglong Liu2018-12-161-2/+2
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-042-30/+20
|\
| * net: hns: remove ndo_poll_controllerEric Dumazet2018-09-281-18/+0
| * net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-09-252-12/+20
* | net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun2018-09-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-0514-4/+257
|\|