aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-28hinic: add support to get eeprom informationLuo bin4-0/+175
2020-06-28hinic: add support to identify physical deviceLuo bin7-3/+132
2020-06-28hinic: add self test supportLuo bin8-0/+331
2020-06-28hinic: add support to set and get irq coalesceLuo bin8-1/+418
2020-06-28hinic: add support to set and get pause paramsLuo bin7-11/+217
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-06-02hinic: add set_channels ethtool_ops supportLuo bin2-9/+33
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+14
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin11-15/+104
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin6-9/+682
2020-05-10hinic: fix a bug of ndo_stopLuo bin2-18/+14
2020-05-09hinic: add three net_device_ops of vfLuo bin11-24/+453
2020-04-30hinic: Use kmemdup instead of kzalloc and memcpyZou Wei1-6/+3
2020-04-30hinic: make symbol 'dump_mox_reg' staticZheng Bin1-1/+1
2020-04-30hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei1-5/+3
2020-04-30hinic: make a bunch of functions staticYueHaibing1-43/+48
2020-04-25hinic: add net_device_ops associated with vfLuo bin3-1/+383
2020-04-25hinic: add sriov feature supportLuo bin23-193/+1195
2020-04-25hinic: add mailbox function supportLuo bin10-10/+1456
2020-03-21hinic: fix wrong value of MIN_SKB_LENLuo bin1-1/+1
2020-03-21hinic: fix wrong para of wait_for_completion_timeoutLuo bin2-3/+5
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin4-0/+9
2020-03-21hinic: fix the bug of clearing event queueLuo bin1-7/+17
2020-03-21hinic: fix a bug of waitting for IO stoppedLuo bin1-49/+2
2020-02-27hinic: fix a bug of rss configurationLuo bin1-1/+2
2020-02-27hinic: fix a bug of setting hw_ioctxtLuo bin3-1/+3
2020-02-27hinic: fix a irq affinity bugLuo bin2-3/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-4/+4
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-07hinic: add fw version queryXue Chaojing4-0/+54
2019-07-02hinic: remove standard netdev statsXue Chaojing1-46/+1
2019-06-29hinic: add vlan offload supportXue Chaojing7-2/+97
2019-06-28hinic: reduce rss_init stack usageArnd Bergmann1-7/+13
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing9-3/+620
2019-06-22hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King1-6/+15
2019-06-18hinic: add support for rss parameters with ethtoolXue Chaojing5-1/+479
2019-06-18hinic: move ethtool code into hinic_ethtoolXue Chaojing4-134/+167
2019-06-18hinic: add rss supportXue Chaojing7-8/+541
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-310/+31
2019-06-15hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET1-5/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner31-310/+31
2019-06-04hinic: add LRO supportXue Chaojing10-13/+348
2019-05-28hinic: fix a bug in set rx modeXue Chaojing1-4/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-22hinic: Add pci device idsXue Chaojing1-4/+6
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing6-4/+73
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain5-24/+24