summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-15/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-3/+1
|\
| * net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta2019-11-071-21/+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-221-2/+2
* net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-7/+5
|\
| * 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: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-271-0/+5
* 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-201-4/+39
|\
| * 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: Fixed bug that netdev was opened twiceYonglong Liu2018-12-161-0/+3
| * net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2018-12-161-0/+3
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+4
|/
* net: hns: remove ndo_poll_controllerEric Dumazet2018-09-281-18/+0
* net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-09-251-11/+19
* net: hns: add the code for cleaning pkt in chipPeng Li2018-08-291-3/+18
* net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan2018-08-221-102/+1
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-08-221-1/+1
* net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-6/+7
|\
| * net: hns: Make many functions staticYueHaibing2018-07-261-4/+4
| * net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
| * net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* | ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-231-2/+6
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+2
|\
| * net: hns: set correct return valuePan Bian2017-11-011-2/+2
* | net: hns: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
|/
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng2017-08-031-8/+126
* net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
* net: hns: Fix a skb used after free bugYunsheng Lin2017-07-081-12/+10
* net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-031-4/+5
* net: hns: Replace netif_tx_lock to ring spin locklipeng2017-04-031-10/+11
* net: hns: Fix to adjust buf_size of ring according to mtulipeng2017-04-031-11/+238
* net: hns: Optimize hns_nic_common_poll for better performancelipeng2017-04-031-20/+30
* net: hns: Fix the implementation of irq affinity functionlipeng2017-04-031-46/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
|\
| * net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
* | hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann2017-02-031-10/+15
OpenPOWER on IntegriCloud