summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c
AgeCommit message (Expand)Author
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu
2023-09-20net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen
2021-04-01net: hns: Fix some typosLu Wei
2021-03-24net: hns: remove redundant variable initializationYonglong Liu
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai
2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-11net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song
2020-09-10net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu
2020-06-25hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17net: hns: fix soft lockup when there is not enough memoryYonglong Liu
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta
2019-08-18net: hns: add phy_attached_info() to the hns driverYonglong Liu
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-03net: hns: add support for vlan TSOYonglong 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong 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 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: Fixed bug that netdev was opened twiceYonglong Liu
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li
2018-08-22net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan
2018-08-22net: hns: fix skb->truesize underestimationHuazhong Tan