aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hip04_eth.c
AgeCommit message (Expand)Author
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-19net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap
2020-03-05hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-29net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao
2019-10-29net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao
2019-08-06net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao
2019-08-06net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao
2019-08-06net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao
2019-07-09net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao
2019-07-09net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao
2019-07-09net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao
2019-07-09net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-28net: hisilicon: remove unexpected free_netdevPan Bian
2018-09-18net: hns3: fix return type of ndo_start_xmit functionYueHaibing
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-02-14net: hip04: Omit private ndo_get_stats functionTobias Klauser
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-16net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li
2016-10-17net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie
2016-09-17hisilicon: constify net_device_ops structuresJulia Lawall
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall
2016-01-13hip04_eth: fix missing error handle for build_skb failedwangweidong
2015-09-26net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda
2015-07-10net: Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-05-12hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck
2015-04-15net: hip04: Make tx coalesce timer actually workThomas Gleixner
2015-02-02net: hip04: add missing MODULE_LICENSEArnd Bergmann
2015-01-28hisilicon: add some missing curly bracesDan Carpenter
2015-01-14net: hisilicon: new hip04 ethernet driverdingtianhong