aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-15/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-01-17net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta1-21/+1
2019-08-18net: hns: add phy_attached_info() to the hns driverYonglong Liu1-0/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2019-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu1-0/+5
2019-01-04net: hns: Fix WARNING when hns modules installedYonglong Liu1-10/+7
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+39
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu1-0/+3
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-2/+4
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin1-11/+19
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li1-3/+18
2018-08-22net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan1-102/+1
2018-08-22net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-08-22net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+7
2018-07-26net: hns: Make many functions staticYueHaibing1-4/+4
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-2/+6
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-01net: hns: set correct return valuePan Bian1-2/+2
2017-10-18net: hns: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng1-8/+126
2017-07-12net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng1-7/+9
2017-07-08net: hns: Fix a skb used after free bugYunsheng Lin1-12/+10
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil1-4/+5
2017-04-03net: hns: Replace netif_tx_lock to ring spin locklipeng1-10/+11
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng1-11/+238
2017-04-03net: hns: Optimize hns_nic_common_poll for better performancelipeng1-20/+30
2017-04-03net: hns: Fix the implementation of irq affinity functionlipeng1-46/+29
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-03hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann1-10/+15