summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: xgene: fix: Use GPIO to get link statusIyappan Subramanian2016-10-123-3/+23
* net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-30/+40
* net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-17/+25
* net: ti: cpsw: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-7/+10
* net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-41/+56
* net: stmmac: use phydev from struct net_devicePhilippe Reynes2016-10-124-33/+30
* net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-31/+53
* net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes2016-10-121-45/+43
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-124-4/+0
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1132-954/+1043
|\
| * be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
| * be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
| * be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
| * be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
| * be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10
| * wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet2016-10-081-4/+4
| * net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-081-0/+1
| * xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-081-11/+9
| * drivers: net: phy: Correct duplicate MDIO_XGENE entryLaura Abbott2016-10-071-7/+1
| * ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEMGeert Uytterhoeven2016-10-071-0/+1
| * net: ethernet: mediatek: get hw lro capability by the chip id instead of by t...Nelson Chang2016-10-072-2/+13
| * net: ethernet: mediatek: get the chip id by ETHDMASYS registersNelson Chang2016-10-072-0/+34
| * net: bgmac: Fix errant feature flag checkJon Mason2016-10-071-1/+1
| * net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju2016-10-071-0/+128
| * drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N2016-10-071-0/+14
| * net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-071-11/+11
| * net: ps3_gelic: Add missing \n to end of deb_dbg messageColin Ian King2016-10-071-1/+1
| * net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-071-2/+2
| * xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-072-10/+30
| * xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-072-10/+18
| * xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-071-1/+14
| * xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-071-16/+8
| * xen-netback: refactor guest rxDavid Vrabel2016-10-072-384/+215
| * xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-074-50/+2
| * xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-073-755/+790
| * Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2016-10-0710-116/+132
| |\
| | * fsl/fman: remove leftover commentMadalin Bucur2016-10-041-4/+0
| | * fsl/fman: fix return value checkingMadalin Bucur2016-10-041-2/+2
| | * fsl/fman: simplify redundant conditionMadalin Bucur2016-10-041-2/+1
| | * fsl/fman: check of_get_phy_mode() return valueMadalin Bucur2016-10-041-4/+6
| | * fsl/fman: check pcsphy pointer before useMadalin Bucur2016-10-041-0/+3
| | * fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur2016-10-041-1/+2
| | * fsl/fman: return a phy_dev pointer from initMadalin Bucur2016-10-042-12/+13
| | * fsl/fman: simplify device tree readsMadalin Bucur2016-10-043-48/+30
| | * fsl/fman: use of_get_phy_mode()Madalin Bucur2016-10-041-31/+2
| | * fsl/fman: small fixesMadalin Bucur2016-10-042-6/+8
| | * fsl/fman: fix loadable module compilationIgal Liberman2016-10-044-7/+64
| | * fsl/fman: split lines over 80 charactersMadalin Bucur2016-10-042-2/+4
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-16/+10
|\ \ \