summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-05-18net: mscc: Add SPDX identifierAlexandre Belloni
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu
2018-05-18net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu
2018-05-18net: stmmac: Enable OSP for GMAC4Jose Abreu
2018-05-17net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TESTFlorian Fainelli
2018-05-17net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli
2018-05-17net: ethernet: ti: Allow most drivers with COMPILE_TESTFlorian Fainelli
2018-05-17qede: Add build_skb() support.Manish Chopra
2018-05-17Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-05-17nfp: flower: fix error path during representor creationJiri Pirko
2018-05-17net: mvpp2: print rx error with rate-limitYan Markman
2018-05-17net: mvpp2: set mac address does not require the stop/start sequenceYan Markman
2018-05-17net: mvpp2: avoid checking for free aggregated descriptors twiceYan Markman
2018-05-17net: mvpp2: 2500baseX supportAntoine Tenart
2018-05-17net: mvpp2: 1000baseX supportAntoine Tenart
2018-05-17phy: cp110-comphy: 2.5G SGMII modeAntoine Tenart
2018-05-17net: mvpp2: phylink supportAntoine Tenart
2018-05-17net: mvpp2: align the ethtool ops definitionAntoine Tenart
2018-05-17Merge tag 'wireless-drivers-next-for-davem-2018-05-17' of git://git.kernel.or...David S. Miller
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing
2018-05-17bonding: introduce link change helperTonghao Zhang
2018-05-17net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov
2018-05-17ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy
2018-05-16qed: Fix LL2 race during connection terminateMichal Kalderon
2018-05-16qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon
2018-05-16qed: LL2 flush isles when connection is closedMichal Kalderon
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik
2018-05-16net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan
2018-05-16net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan
2018-05-16net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli