aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei/hinic/hinic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing1-1/+2
2022-09-22net: hinic: remove duplicate macro definitionZhengchao Shao1-2/+0
2022-09-22net: hinic: modify kernel doc commentsZhengchao Shao1-2/+0
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma1-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma1-41/+16
2022-06-27hinic: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-6/+4
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-1/+3
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-16net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-23hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-15/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang1-1/+0
2020-12-09net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun1-7/+1
2020-09-23hinic: improve the comments of function headerLuo bin1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+24
2020-09-14hinic: add vxlan segmentation and cs offload supportLuo bin1-1/+6
2020-09-11hinic: fix rewaking txq after netif_tx_disableLuo bin1-0/+24
2020-08-31hinic: add support to query function tableLuo bin1-0/+15
2020-08-31hinic: add support to query rq infoLuo bin1-2/+21
2020-08-31hinic: add support to query sq infoLuo bin1-3/+42
2020-07-28hinic: add support to handle hw abnormal eventLuo bin1-23/+64
2020-07-15hinic: add firmware update supportLuo bin1-2/+26
2020-06-28hinic: add support to set and get irq coalesceLuo bin1-0/+53
2020-06-28hinic: add support to set and get pause paramsLuo bin1-10/+65
2020-06-02hinic: add set_channels ethtool_ops supportLuo bin1-1/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+2
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin1-3/+6
2020-05-10hinic: fix a bug of ndo_stopLuo bin1-14/+2
2020-05-09hinic: add three net_device_ops of vfLuo bin1-7/+10
2020-04-25hinic: add net_device_ops associated with vfLuo bin1-1/+42
2020-04-25hinic: add sriov feature supportLuo bin1-8/+69
2020-02-27hinic: fix a bug of rss configurationLuo bin1-1/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-06-29hinic: add vlan offload supportXue Chaojing1-2/+7
2019-06-28hinic: reduce rss_init stack usageArnd Bergmann1-7/+13
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing1-0/+5
2019-06-18hinic: move ethtool code into hinic_ethtoolXue Chaojing1-133/+1
2019-06-18hinic: add rss supportXue Chaojing1-5/+121
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-06-04hinic: add LRO supportXue Chaojing1-1/+60
2019-05-28hinic: fix a bug in set rx modeXue Chaojing1-4/+0
2019-01-22hinic: Add pci device idsXue Chaojing1-4/+6
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing1-0/+6
2018-11-20net-next/hinic:fix a bug in set mac addressXue Chaojing1-3/+4
2018-11-20net-next/hinic:add rx checksum offload for HiNICXue Chaojing1-1/+6
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen1-1/+22