summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* hinic: fix a bug of ndo_stopLuo bin2020-05-102-18/+14
* 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
* hinic: reduce rss_init stack usageArnd Bergmann2019-06-281-7/+13
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-249-3/+620
* hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King2019-06-221-6/+15
* hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-185-1/+479
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-184-134/+167
* hinic: add rss supportXue Chaojing2019-06-187-8/+541
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1731-310/+31
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0531-310/+31
* | hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET2019-06-151-5/+3
* | hinic: add LRO supportXue Chaojing2019-06-0410-13/+348
* | hinic: fix a bug in set rx modeXue Chaojing2019-05-281-4/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* hinic: Add pci device idsXue Chaojing2019-01-221-4/+6
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-176-4/+73
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-085-24/+24
* net-next/hinic:add shutdown callbackXue Chaojing2019-01-021-0/+6
* hinic: optmize rx refill buffer mechanismXue Chaojing2018-12-112-20/+5
* net: hinic: fix null pointer dereference on pointer hwdevColin Ian King2018-11-231-2/+4
* net-next/hinic: fix a bug in rx data flowXue Chaojing2018-11-201-1/+1
* net-next/hinic:fix a bug in set mac addressXue Chaojing2018-11-201-3/+4
* net-next/hinic:add rx checksum offload for HiNICXue Chaojing2018-11-207-1/+78
* net-next/hinic:replace multiply and division operatorsXue Chaojing2018-11-202-20/+38
* hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor2018-10-292-2/+2
* net-next/hinic: add checksum offload and TSO supportZhao Chen2018-10-1810-60/+571
* hinic: remove ndo_poll_controllerEric Dumazet2018-09-281-20/+0
* net-next: hinic: fix a problem in free_tx_poll()Zhao Chen2018-08-083-11/+49
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+1
|\
| * hinic: Link the logical network device to the pci device in sysfsdann frazier2018-07-251-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-0/+1
|\|
| * net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen2018-07-191-0/+1
* | net: hinic: remove redundant pointer pfhwdevColin Ian King2018-07-041-3/+0
|/
* hinic: reset irq affinity before freeing irqWei Yongjun2018-06-281-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3