summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)Author
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
2018-11-20net-next/hinic: fix a bug in rx data flowXue Chaojing
2018-11-20net-next/hinic:fix a bug in set mac addressXue Chaojing
2018-11-20net-next/hinic:add rx checksum offload for HiNICXue Chaojing
2018-11-20net-next/hinic:replace multiply and division operatorsXue Chaojing
2018-10-29hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen
2018-09-28hinic: remove ndo_poll_controllerEric Dumazet
2018-08-08net-next: hinic: fix a problem in free_tx_poll()Zhao Chen
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-25hinic: Link the logical network device to the pci device in sysfsdann frazier
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-19net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen
2018-07-04net: hinic: remove redundant pointer pfhwdevColin Ian King
2018-06-28hinic: reset irq affinity before freeing irqWei Yongjun
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-08net-next/hinic: add pci device ids for 25ge and 100ge cardZhao Chen
2018-04-19net-next/hinic: add arm64 supportZhao Chen
2018-01-02hinic: Replace PCI pool old APIRomain Perier
2017-09-28net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk
2017-09-28net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk
2017-08-28hinic: don't build the module by defaultVitaly Kuznetsov
2017-08-28net-next/hinic: fix comparison of a uint16_t type with -1Aviad Krawczyk
2017-08-28net-next/hinic: Fix MTU limitationAviad Krawczyk
2017-08-25hinic: skb_pad() frees on errorDan Carpenter
2017-08-24hinic: uninitialized variable in hinic_api_cmd_init()Dan Carpenter
2017-08-23net: hinic: make functions set_ctrl0 and set_ctrl1 staticColin Ian King
2017-08-22net-next/hinic: Add netpollAviad Krawczyk