summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)Author
2020-07-04hinic: fix sending mailbox timeout in aeq event workLuo bin
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-02hinic: add set_channels ethtool_ops supportLuo bin
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin
2020-05-10hinic: fix a bug of ndo_stopLuo bin
2020-05-09hinic: add three net_device_ops of vfLuo bin
2020-04-30hinic: Use kmemdup instead of kzalloc and memcpyZou Wei
2020-04-30hinic: make symbol 'dump_mox_reg' staticZheng Bin
2020-04-30hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei
2020-04-30hinic: make a bunch of functions staticYueHaibing
2020-04-25hinic: add net_device_ops associated with vfLuo bin
2020-04-25hinic: add sriov feature supportLuo bin
2020-04-25hinic: add mailbox function supportLuo bin
2020-03-21hinic: fix wrong value of MIN_SKB_LENLuo bin
2020-03-21hinic: fix wrong para of wait_for_completion_timeoutLuo bin
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin
2020-03-21hinic: fix the bug of clearing event queueLuo bin
2020-03-21hinic: fix a bug of waitting for IO stoppedLuo bin
2020-02-27hinic: fix a bug of rss configurationLuo bin
2020-02-27hinic: fix a bug of setting hw_ioctxtLuo bin
2020-02-27hinic: fix a irq affinity bugLuo bin
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-07hinic: add fw version queryXue Chaojing
2019-07-02hinic: remove standard netdev statsXue Chaojing
2019-06-29hinic: add vlan offload supportXue Chaojing
2019-06-28hinic: reduce rss_init stack usageArnd Bergmann
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing
2019-06-22hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King
2019-06-18hinic: add support for rss parameters with ethtoolXue Chaojing
2019-06-18hinic: move ethtool code into hinic_ethtoolXue Chaojing
2019-06-18hinic: add rss supportXue Chaojing
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15hinic: Use devm_kasprintf instead of hard coding itChristophe JAILLET
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-04hinic: add LRO supportXue Chaojing
2019-05-28hinic: fix a bug in set rx modeXue Chaojing
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-01-22hinic: Add pci device idsXue Chaojing
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing
2018-12-11hinic: optmize rx refill buffer mechanismXue Chaojing
2018-11-23net: hinic: fix null pointer dereference on pointer hwdevColin Ian King