aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-4/+4
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma1-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma4-48/+16
2022-06-27hinic: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2022-06-17hinic: Replace memcpy() with direct assignmentKees Cook1-3/+1
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen1-6/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET1-1/+1
2022-05-16net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin1-0/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski2-2/+4
2022-04-29hinic: fix bug of wq out of bound accessQiao Ma1-2/+5
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-10hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-2/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui1-17/+15
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-6/+4
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-1/+3
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-27net: hinic: Open device for the user access when it is readyLeon Romanovsky1-5/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky3-10/+4
2021-09-16net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-15/+2
2021-08-19hinic: make array speeds static const, makes object smallerColin Ian King1-2/+4
2021-08-09devlink: Set device as early as possibleLeon Romanovsky4-8/+8
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen6-10/+10
2021-05-13net: hinic: fix misspelled "acessing"Guangbin Huang1-1/+1
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang7-19/+19
2021-05-13net: hinic: add blank line after function declarationGuangbin Huang2-0/+2
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang2-2/+0
2021-03-24hinic: avoid gcc -Wrestrict warningArnd Bergmann1-15/+10
2021-03-19hinic: Remove unused variable.David S. Miller1-1/+0
2021-03-19net: hinic: convert strlcpy to strscpyDaode Huang1-2/+2
2021-03-19net: hinic: remove the repeat word "the" in comment.Daode Huang1-1/+1
2021-03-19net: hinic: add a blank line after declarationsDaode Huang1-0/+1
2021-03-19net: hinic: Remove unnecessary 'out of memory' messageDaode Huang4-17/+5
2020-12-09net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun1-7/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-19devlink: move request_firmware out of driverJacob Keller1-11/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+6
2020-10-03net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-3/+2
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-3/+0