summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2017-06-17net: hns: Fix the device being used for dma mapping during TXKejian Yan
2017-02-14hns: avoid stack overflow with CONFIG_KASANArnd Bergmann
2016-11-07net: hns: fix device reference leaksJohan Hovold
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-06net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King
2016-10-03net: hns: delete redundant broadcast packet filter processDaode Huang
2016-10-03net: hns: bug fix about broadcast/multicast packetsDaode Huang
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan
2016-10-03net: hns: delete repeat read fbd num after whileDaode Huang
2016-10-03net: hns: add fini_process for v2 napi processDaode Huang
2016-10-03net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang
2016-10-03net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes
2016-09-17hisilicon: constify net_device_ops structuresJulia Lawall
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-26net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun
2016-08-19net: hns: Add reset function support for RoCE driveroulijun
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King
2016-08-10net: hns: fix typo in g_gmac_stats_string[]Fabian Frederick
2016-08-01ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin...Peter Chen
2016-08-01ethernet: hisilicon: hns: hns_dsaf_mac: add missing of_node_put after calling...Peter Chen
2016-07-16net: hisilicon: Add Fast Ethernet MAC driverDongpo Li
2016-07-05net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun
2016-07-01net: hns: get reset registers from DTKejian Yan
2016-07-01net: hns: add media-type property for hnsKejian Yan
2016-07-01net: hns: remove redundant hns_mac_dev_to_enet_if()Kejian Yan
2016-07-01net: hns: normalize two different loopDaode Huang
2016-07-01net: hns: add a space before "*/"Daode Huang
2016-07-01net: hns: delete redundant parentheseDaode Huang
2016-07-01net: hns: change code style from a = a + x to a += xDaode Huang
2016-07-01net: hns: fix code style about hns driverDaode Huang
2016-06-28net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-28net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes
2016-06-21net: hns: bug fix about TSO on|off when there is trafficDaode Huang
2016-06-21net: hns: change the default coalesce usecsDaode Huang
2016-06-21net: hns: fix sbm default parameters config errorDaode Huang
2016-06-21net: hns: fix bug that alloc skb fail lead to port unavailableJun He