aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hip04_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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