summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-132-2/+2
* hinic: add set_channels ethtool_ops supportLuo bin2020-06-032-9/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-18/+14
|\
| * hinic: fix a bug of ndo_stopLuo bin2020-05-112-18/+14
* | hinic: add set_ringparam ethtool_ops supportLuo bin2020-05-1511-15/+104
* | hinic: add link_ksettings ethtool_ops supportLuo bin2020-05-116-9/+682
* | hinic: add three net_device_ops of vfLuo bin2020-05-1011-24/+453
* | hinic: Use kmemdup instead of kzalloc and memcpyZou Wei2020-05-011-6/+3
* | hinic: make symbol 'dump_mox_reg' staticZheng Bin2020-05-011-1/+1
* | hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei2020-04-301-5/+3
* | hinic: make a bunch of functions staticYueHaibing2020-04-301-43/+48
* | hinic: add net_device_ops associated with vfLuo bin2020-04-263-1/+383
* | hinic: add sriov feature supportLuo bin2020-04-2623-193/+1195
* | hinic: add mailbox function supportLuo bin2020-04-2610-10/+1456
|/
* hinic: fix wrong value of MIN_SKB_LENLuo bin2020-03-221-1/+1
* hinic: fix wrong para of wait_for_completion_timeoutLuo bin2020-03-222-3/+5
* hinic: fix out-of-order excution in arm cpuLuo bin2020-03-224-0/+9
* hinic: fix the bug of clearing event queueLuo bin2020-03-221-7/+17
* hinic: fix a bug of waitting for IO stoppedLuo bin2020-03-221-49/+2
* hinic: fix a bug of rss configurationLuo bin2020-02-271-1/+2
* hinic: fix a bug of setting hw_ioctxtLuo bin2020-02-273-1/+3
* hinic: fix a irq affinity bugLuo bin2020-02-272-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-4/+4
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-4/+4
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
* hinic: add fw version queryXue Chaojing2019-07-084-0/+54
* hinic: remove standard netdev statsXue Chaojing2019-07-021-46/+1
* hinic: add vlan offload supportXue Chaojing2019-06-297-2/+97
* hinic: reduce rss_init stack usageArnd Bergmann2019-06-281-7/+13
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-249-3/+620
* hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King2019-06-231-6/+15
* hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-195-1/+479
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-194-134/+167
* hinic: add rss supportXue Chaojing2019-06-197-8/+541
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1831-310/+31
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0531-310/+31
* | hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET2019-06-151-5/+3
* | hinic: add LRO supportXue Chaojing2019-06-0410-13/+348
* | hinic: fix a bug in set rx modeXue Chaojing2019-05-291-4/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* hinic: Add pci device idsXue Chaojing2019-01-221-4/+6
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-176-4/+73
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-085-24/+24
* net-next/hinic:add shutdown callbackXue Chaojing2019-01-021-0/+6
* hinic: optmize rx refill buffer mechanismXue Chaojing2018-12-122-20/+5
* net: hinic: fix null pointer dereference on pointer hwdevColin Ian King2018-11-241-2/+4
* net-next/hinic: fix a bug in rx data flowXue Chaojing2018-11-201-1/+1
* net-next/hinic:fix a bug in set mac addressXue Chaojing2018-11-201-3/+4