summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma2022-07-061-4/+0
* net: hinic: fix bug that ethtool get wrong statsQiao Ma2022-07-064-48/+16
* hinic: Use the bitmap API when applicableChristophe JAILLET2022-06-281-5/+2
* hinic: Replace memcpy() with direct assignmentKees Cook2022-06-171-3/+1
* ethernet: Remove vf rate limit check for driversBin Chen2022-06-111-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-241-1/+1
|\
| * hinic: Avoid some over memory allocationChristophe JAILLET2022-05-221-1/+1
* | net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin2022-05-161-0/+2
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-082-2/+4
|/
* hinic: fix bug of wq out of bound accessQiao Ma2022-04-301-2/+5
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-2/+2
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-081-0/+1
| |\
| * | hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal2021-12-101-2/+2
* | | hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+2
* | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\ \ \ | | |/ | |/|
| * | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
| |/
* | net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-097-40/+31
* | net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-091-9/+8
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui2021-11-151-17/+15
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-6/+4
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-1/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: hinic: Open device for the user access when it is readyLeon Romanovsky2021-09-271-5/+2
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-223-10/+4
* net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-15/+2
* hinic: make array speeds static const, makes object smallerColin Ian King2021-08-191-2/+4
* devlink: Set device as early as possibleLeon Romanovsky2021-08-094-8/+8
* net: huawei: hinic: Fix wrong function name in commentsYang Shen2021-05-176-10/+10
* net: hinic: fix misspelled "acessing"Guangbin Huang2021-05-141-1/+1
* net: hinic: remove unnecessary parenthesesGuangbin Huang2021-05-147-19/+19
* net: hinic: add blank line after function declarationGuangbin Huang2021-05-142-0/+2
* net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-142-2/+0
* hinic: avoid gcc -Wrestrict warningArnd Bergmann2021-03-251-15/+10
* hinic: Remove unused variable.David S. Miller2021-03-191-1/+0
* net: hinic: convert strlcpy to strscpyDaode Huang2021-03-191-2/+2
* net: hinic: remove the repeat word "the" in comment.Daode Huang2021-03-191-1/+1
* net: hinic: add a blank line after declarationsDaode Huang2021-03-191-0/+1
* net: hinic: Remove unnecessary 'out of memory' messageDaode Huang2021-03-194-17/+5
* net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun2020-12-101-7/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
* devlink: move request_firmware out of driverJacob Keller2020-11-201-11/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-063-13/+6
|\
| * net: hinic: fix DEVLINK build errorsRandy Dunlap2020-10-041-0/+1
| * hinic: fix wrong return value of mac-set cmdLuo bin2020-09-252-13/+5
* | devlink: convert flash_update to use params structureJacob Keller2020-09-261-3/+2
* | devlink: check flash_update parameter support in net coreJacob Keller2020-09-261-3/+0