index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hip04_eth.c
Age
Commit message (
Expand
)
Author
2020-03-05
hisilicon: let core reject the unsupported coalescing parameters
Jakub Kicinski
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-20
net: hisilicon: Fix a BUG trigered by wrong bytes_compl
Jiangfeng Xiao
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-10-29
net: hisilicon: Fix ping latency when deal with high throughput
Jiangfeng Xiao
2019-10-29
net: hisilicon: Fix "Trying to free already-free IRQ"
Jiangfeng Xiao
2019-08-06
net: hisilicon: Fix dma_map_single failed on arm64
Jiangfeng Xiao
2019-08-06
net: hisilicon: fix hip04-xmit never return TX_BUSY
Jiangfeng Xiao
2019-08-06
net: hisilicon: make hip04_tx_reclaim non-reentrant
Jiangfeng Xiao
2019-07-12
net: hisilicon: Use devm_platform_ioremap_resource
Jiangfeng Xiao
2019-07-09
net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
2019-07-09
net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
2019-07-09
net: hisilicon: Offset buf address to adapt HI13X1_GMAC
Jiangfeng Xiao
2019-07-09
net: hisilicon: Add group field to adapt HI13X1_GMAC
Jiangfeng Xiao
2019-07-09
net: hisilicon: HI13X1_GMAX need dreq reset at first
Jiangfeng Xiao
2019-07-09
net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG
Jiangfeng Xiao
2019-07-09
net: hisilicon: Cleanup for cast to restricted __be32
Jiangfeng Xiao
2019-07-09
net: hisilicon: Cleanup for got restricted __be32
Jiangfeng Xiao
2019-07-09
net: hisilicon: Add support for HI13X1 to hip04_eth
Jiangfeng Xiao
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-11-28
net: hisilicon: remove unexpected free_netdev
Pan Bian
2018-09-18
net: hns3: fix return type of ndo_start_xmit function
YueHaibing
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-02-14
net: hip04: Omit private ndo_get_stats function
Tobias Klauser
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2016-12-16
net: ethernet: hip04: Call SET_NETDEV_DEV()
Dongpo Li
2016-10-17
net: hip04: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-09-26
net: hip04: mark tx_done() static
Baoyou Xie
2016-09-17
hisilicon: constify net_device_ops structures
Julia Lawall
2016-08-31
net: hisilicon: constify ethtool_ops structures
Julia Lawall
2016-01-13
hip04_eth: fix missing error handle for build_skb failed
wangweidong
2015-09-26
net: hisilicon: fix handling platform_get_irq result
Andrzej Hajda
2015-07-10
net: Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-05-12
hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()
Alexander Duyck
2015-04-15
net: hip04: Make tx coalesce timer actually work
Thomas Gleixner
2015-02-02
net: hip04: add missing MODULE_LICENSE
Arnd Bergmann
2015-01-28
hisilicon: add some missing curly braces
Dan Carpenter
2015-01-14
net: hisilicon: new hip04 ethernet driver
dingtianhong