summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
...
* | net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai2020-09-101-1/+1
* | net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.cWang Hai2020-09-101-1/+1
* | hinic: Fix some kernel-doc warnings in hinic_hw_io.cWang Hai2020-09-101-2/+2
* | hinic: add support to query function tableLuo bin2020-08-315-1/+190
* | hinic: add support to query rq infoLuo bin2020-08-316-2/+101
* | hinic: add support to query sq infoLuo bin2020-08-319-4/+254
|/
* hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
* hinic: add check for mailbox msg from VFLuo bin2020-08-044-2/+255
* hinic: add generating mailbox random index supportLuo bin2020-08-045-0/+167
* hinic: add log in exception handling processesLuo bin2020-07-2813-45/+151
* hinic: add support to handle hw abnormal eventLuo bin2020-07-2810-36/+704
* hinic: add firmware update supportLuo bin2020-07-159-4/+565
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-113-19/+90
|\
| * hinic: fix sending mailbox timeout in aeq event workLuo bin2020-07-042-19/+88
| * hinic: fix passing non negative value to ERR_PTRLuo bin2020-07-011-0/+2
* | hinic: remove unused but set variableLuo bin2020-06-302-20/+0
* | hinic: add support to get eeprom informationLuo bin2020-06-284-0/+175
* | hinic: add support to identify physical deviceLuo bin2020-06-287-3/+132
* | hinic: add self test supportLuo bin2020-06-288-0/+331
* | hinic: add support to set and get irq coalesceLuo bin2020-06-288-1/+418
* | hinic: add support to set and get pause paramsLuo bin2020-06-287-11/+217
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* hinic: add set_channels ethtool_ops supportLuo bin2020-06-022-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-102-18/+14
* | hinic: add set_ringparam ethtool_ops supportLuo bin2020-05-1411-15/+104
* | hinic: add link_ksettings ethtool_ops supportLuo bin2020-05-116-9/+682
* | hinic: add three net_device_ops of vfLuo bin2020-05-0911-24/+453
* | hinic: Use kmemdup instead of kzalloc and memcpyZou Wei2020-04-301-6/+3
* | hinic: make symbol 'dump_mox_reg' staticZheng Bin2020-04-301-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-253-1/+383
* | hinic: add sriov feature supportLuo bin2020-04-2523-193/+1195
* | hinic: add mailbox function supportLuo bin2020-04-2510-10/+1456
|/
* hinic: fix wrong value of MIN_SKB_LENLuo bin2020-03-211-1/+1
* hinic: fix wrong para of wait_for_completion_timeoutLuo bin2020-03-212-3/+5
* hinic: fix out-of-order excution in arm cpuLuo bin2020-03-214-0/+9
* hinic: fix the bug of clearing event queueLuo bin2020-03-211-7/+17
* hinic: fix a bug of waitting for IO stoppedLuo bin2020-03-211-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-221-4/+4
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-4/+4
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* hinic: add fw version queryXue Chaojing2019-07-074-0/+54
* hinic: remove standard netdev statsXue Chaojing2019-07-021-46/+1
* hinic: add vlan offload supportXue Chaojing2019-06-297-2/+97