summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun2020-12-091-7/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* devlink: move request_firmware out of driverJacob Keller2020-11-191-11/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-053-13/+6
|\
| * net: hinic: fix DEVLINK build errorsRandy Dunlap2020-10-031-0/+1
| * hinic: fix wrong return value of mac-set cmdLuo bin2020-09-242-13/+5
* | devlink: convert flash_update to use params structureJacob Keller2020-09-251-3/+2
* | devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-3/+0
* | hinic: improve the comments of function headerLuo bin2020-09-236-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-30/+63
|\|
| * hinic: fix sending pkts from core while self testingLuo bin2020-09-182-2/+6
| * hinic: fix potential resource leakWei Li2020-09-171-7/+14
| * hinic: fix rewaking txq after netif_tx_disableLuo bin2020-09-112-16/+28
| * hinic: bump up the timeout of UPDATE_FW cmdLuo bin2020-09-051-0/+4
| * hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin2020-09-051-5/+11
* | hinic: modify irq nameLuo bin2020-09-184-9/+13
* | hinic: add vxlan segmentation and cs offload supportLuo bin2020-09-142-12/+46
* | net: hinic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* | 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