summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* hinic: add fw version queryXue Chaojing2019-07-084-0/+54
* hinic: remove standard netdev statsXue Chaojing2019-07-021-46/+1Star
* 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-231-6/+15
* hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-195-1/+479
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-194-134/+167
* hinic: add rss supportXue Chaojing2019-06-197-8/+541
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1831-310/+31Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0531-310/+31Star
* | hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET2019-06-151-5/+3Star
* | hinic: add LRO supportXue Chaojing2019-06-0410-13/+348
* | hinic: fix a bug in set rx modeXue Chaojing2019-05-291-4/+0Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-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-122-20/+5Star
* net: hinic: fix null pointer dereference on pointer hwdevColin Ian King2018-11-241-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-302-2/+2
* net-next/hinic: add checksum offload and TSO supportZhao Chen2018-10-1910-60/+571
* hinic: remove ndo_poll_controllerEric Dumazet2018-09-281-20/+0Star
* 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-251-0/+1
|\|
| * net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen2018-07-201-0/+1
* | net: hinic: remove redundant pointer pfhwdevColin Ian King2018-07-041-3/+0Star
|/
* hinic: reset irq affinity before freeing irqWei Yongjun2018-06-281-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+3
* net-next/hinic: add pci device ids for 25ge and 100ge cardZhao Chen2018-05-081-2/+6
* net-next/hinic: add arm64 supportZhao Chen2018-04-191-1/+1
* hinic: Replace PCI pool old APIRomain Perier2018-01-022-6/+6
* net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk2017-09-281-2/+12
* net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk2017-09-281-9/+9
* hinic: don't build the module by defaultVitaly Kuznetsov2017-08-291-1/+0Star
* net-next/hinic: fix comparison of a uint16_t type with -1Aviad Krawczyk2017-08-292-36/+22Star
* net-next/hinic: Fix MTU limitationAviad Krawczyk2017-08-291-0/+1
* hinic: skb_pad() frees on errorDan Carpenter2017-08-261-1/+2
* hinic: uninitialized variable in hinic_api_cmd_init()Dan Carpenter2017-08-251-0/+1
* net: hinic: make functions set_ctrl0 and set_ctrl1 staticColin Ian King2017-08-241-2/+2
* net-next/hinic: Add netpollAviad Krawczyk2017-08-221-0/+20
* net-next/hinic: Add ethtool and statsAviad Krawczyk2017-08-228-1/+341