aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hip04_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-19net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap1-3/+3
2020-03-05hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-4/+3
2019-10-29net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao1-6/+9
2019-10-29net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao1-1/+0
2019-08-06net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao1-9/+11
2019-08-06net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao1-1/+1
2019-08-06net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao1-2/+4
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao1-5/+2
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao1-3/+31
2019-07-09net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao1-0/+9
2019-07-09net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao1-3/+17
2019-07-09net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao1-3/+5
2019-07-09net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao1-0/+24
2019-07-09net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao1-0/+2
2019-07-09net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao1-2/+2
2019-07-09net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao1-4/+4
2019-07-09net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao1-7/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-28net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-09-18net: hns3: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-02-14net: hip04: Omit private ndo_get_stats functionTobias Klauser1-6/+0
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-16net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li1-1/+1
2016-10-17net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-17hisilicon: constify net_device_ops structuresJulia Lawall1-1/+1
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-01-13hip04_eth: fix missing error handle for build_skb failedwangweidong1-1/+4
2015-09-26net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda1-1/+1
2015-07-10net: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-05-12hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-04-15net: hip04: Make tx coalesce timer actually workThomas Gleixner1-7/+11
2015-02-02net: hip04: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2015-01-28hisilicon: add some missing curly bracesDan Carpenter1-1/+2
2015-01-14net: hisilicon: new hip04 ethernet driverdingtianhong1-0/+969