summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-2/+2
* ethernet: use device_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: hisilicon: hns: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* net: hns: Fix some typosLu Wei2021-04-011-3/+3
* net: hns: remove redundant variable initializationYonglong Liu2021-03-241-2/+2
* net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai2021-03-081-1/+3
* net: hns: fix variable used when DEBUG is definedTom Rix2021-01-181-1/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+3
* net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-111-1/+2
* net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai2020-09-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-3/+6
|\
| * net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu2020-08-241-3/+6
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-4/+1
|/
* hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-251-1/+1
* 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