aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing1-0/+6
2018-12-11hinic: optmize rx refill buffer mechanismXue Chaojing2-20/+5
2018-11-23net: hinic: fix null pointer dereference on pointer hwdevColin Ian King1-2/+4
2018-11-20net-next/hinic: fix a bug in rx data flowXue Chaojing1-1/+1
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 Chaojing7-1/+78
2018-11-20net-next/hinic:replace multiply and division operatorsXue Chaojing2-20/+38
2018-10-29hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor2-2/+2
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen10-60/+571
2018-09-28hinic: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-08-08net-next: hinic: fix a problem in free_tx_poll()Zhao Chen3-11/+49
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-25hinic: Link the logical network device to the pci device in sysfsdann frazier1-0/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-19net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen1-0/+1
2018-07-04net: hinic: remove redundant pointer pfhwdevColin Ian King1-3/+0
2018-06-28hinic: reset irq affinity before freeing irqWei Yongjun1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-05-08net-next/hinic: add pci device ids for 25ge and 100ge cardZhao Chen1-2/+6
2018-04-19net-next/hinic: add arm64 supportZhao Chen1-1/+1
2018-01-02hinic: Replace PCI pool old APIRomain Perier2-6/+6
2017-09-28net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk1-2/+12
2017-09-28net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk1-9/+9
2017-08-28hinic: don't build the module by defaultVitaly Kuznetsov1-1/+0