summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac-rk: add pd_gmac support for rk3399David Wu2016-09-021-0/+9
* net: stmmac: dwmac-rk: fixes the gmac resume after PD on/offRoger Chen2016-09-021-9/+10
* net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen2016-09-021-0/+226
* mISDN: mark symbols static where possibleBaoyou Xie2016-09-014-17/+17
* net: emac: emac gigabit ethernet controller driverTimur Tabi2016-09-0111-0/+3857
* net: dsa: remove ds_to_privVivien Didelot2016-09-014-60/+60
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-012-11/+10
* net: pegasus: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-011-1/+2
* bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-011-1/+1
* sky2: use napi_complete_donestephen hemminger2016-09-011-1/+1
* net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE2016-09-011-0/+1
* net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE2016-09-013-0/+206
* net: xgene: fix backward compatibility fixArnd Bergmann2016-09-011-4/+0
* r8152: fix the coding style with checkpatch.plhayeswang2016-09-011-6/+5
* net: asix: autoneg will set WRITE_MEDIUM regRobert Foss2016-08-311-4/+1
* net: asix: see 802.3 spec for phy resetRobert Foss2016-08-311-3/+24
* net: asix: Fix AX88772x resume failuresRobert Foss2016-08-311-1/+46
* net: asix: Avoid looping when the device is disconnectedRobert Foss2016-08-312-12/+46
* net: asix: Add in_pm parameterRobert Foss2016-08-314-150/+472
* net: axienet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* r8152: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: mediatek: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* ppp: declare PPP devices as LLTXGuillaume Nault2016-08-311-0/+2
* ppp: avoid dealock on recursive xmitGuillaume Nault2016-08-311-12/+40
* xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger2016-08-313-6/+7
* net: dsa: mv88e6xxx: add MDB supportVivien Didelot2016-08-311-0/+65
* net: dsa: mv88e6xxx: make switchdev DB ops genericVivien Didelot2016-08-311-43/+57
* liquidio: CN23XX firmware downloadRaghu Vatsavayi2016-08-313-46/+111
* liquidio: MSIX support for CN23XXRaghu Vatsavayi2016-08-316-69/+452
* liquidio: CN23XX queue manipulationRaghu Vatsavayi2016-08-315-8/+225
* liquidio: CN23XX register setupRaghu Vatsavayi2016-08-314-8/+316
* liquidio: CN23XX device init and sriov configRaghu Vatsavayi2016-08-314-1/+544
* liquidio: CN23XX queue definitionsRaghu Vatsavayi2016-08-316-33/+286
* liquidio: CN23XX register definitionsRaghu Vatsavayi2016-08-311-0/+604
* liquidio: Common enable irq functionRaghu Vatsavayi2016-08-318-14/+48
* liquidio: Firmware version managementRaghu Vatsavayi2016-08-312-5/+27
* liquidio: Consolidate common functionalityRaghu Vatsavayi2016-08-3115-444/+426
* net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven2016-08-311-2/+2
* net: systemport: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* dwc_eth_qos: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-314-4/+4
* net: bcmgenet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* qede: hide 32-bit compile warningArnd Bergmann2016-08-301-1/+1
* ravb: avoid unused function warningsArnd Bergmann2016-08-301-10/+4
* net: veth: Set features for MPLSDavid Ahern2016-08-301-0/+1
* ixgbe: Eliminate useless message and improve logicMark Rustad2016-08-301-11/+5
* drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King2016-08-301-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-08-3010-122/+200
|\
| * fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29