aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-28hinic: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-07-25hinic: Link the logical network device to the pci device in sysfsdann frazier1-0/+1
2018-05-08net-next/hinic: add pci device ids for 25ge and 100ge cardZhao Chen1-2/+6
2017-08-28net-next/hinic: Fix MTU limitationAviad Krawczyk1-0/+1
2017-08-22net-next/hinic: Add netpollAviad Krawczyk1-0/+20
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk1-1/+217
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk1-2/+10
2017-08-22net-next/hinic: Add Rx handlerAviad Krawczyk1-0/+27
2017-08-22net-next/hinic: Add logical Txq and RxqAviad Krawczyk1-2/+170
2017-08-22net-next/hinic: Add Rx mode and link event handlerAviad Krawczyk1-0/+284
2017-08-22net-next/hinic: Add port management commandsAviad Krawczyk1-1/+194
2017-08-22net-next/hinic: Initialize hw interfaceAviad Krawczyk1-0/+195