summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hip04_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: hisilicon: fix the return value handle and remove redundant netdev_err()...Ruan Jinjie2023-08-021-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap2021-07-191-3/+3
* hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-14/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao2019-12-201-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-4/+3
* net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao2019-10-291-6/+9
* net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao2019-10-291-1/+0
* net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-061-9/+11
* net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao2019-08-061-1/+1
* net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao2019-08-061-2/+4
* net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-121-5/+2
* net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
* net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9
* net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+17
* net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+5
* net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao2019-07-091-0/+24
* net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao2019-07-091-0/+2
* net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao2019-07-091-2/+2
* net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao2019-07-091-4/+4
* net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2019-07-091-7/+30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: hisilicon: remove unexpected free_netdevPan Bian2018-11-281-3/+1
* net: hns3: fix return type of ndo_start_xmit functionYueHaibing2018-09-181-1/+2
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* net: hip04: Omit private ndo_get_stats functionTobias Klauser2017-02-141-6/+0
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
* net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2016-10-171-1/+0
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: hip04: mark tx_done() staticBaoyou Xie2016-09-261-1/+1
* hisilicon: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* hip04_eth: fix missing error handle for build_skb failedwangweidong2016-01-131-1/+4
* net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda2015-09-261-1/+1
* net: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-101-1/+0
* hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck2015-05-121-1/+1
* net: hip04: Make tx coalesce timer actually workThomas Gleixner2015-04-151-7/+11
* net: hip04: add missing MODULE_LICENSEArnd Bergmann2015-02-021-0/+1
* hisilicon: add some missing curly bracesDan Carpenter2015-01-281-1/+2
* net: hisilicon: new hip04 ethernet driverdingtianhong2015-01-141-0/+969