aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2-11/+10
2016-09-01net: pegasus: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-09-01bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-01sky2: use napi_complete_donestephen hemminger1-1/+1
2016-09-01net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE1-0/+1
2016-09-01net: ethernet: dwmac: add Ethernet glue logic for stm32 chipAlexandre TORGUE3-0/+206
2016-09-01net: xgene: fix backward compatibility fixArnd Bergmann1-4/+0
2016-09-01r8152: fix the coding style with checkpatch.plhayeswang1-6/+5
2016-08-31net: asix: autoneg will set WRITE_MEDIUM regRobert Foss1-4/+1
2016-08-31net: asix: see 802.3 spec for phy resetRobert Foss1-3/+24
2016-08-31net: asix: Fix AX88772x resume failuresRobert Foss1-1/+46
2016-08-31net: asix: Avoid looping when the device is disconnectedRobert Foss2-12/+46
2016-08-31net: asix: Add in_pm parameterRobert Foss4-150/+472
2016-08-31net: axienet: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31r8152: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31net: mediatek: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31ppp: declare PPP devices as LLTXGuillaume Nault1-0/+2
2016-08-31ppp: avoid dealock on recursive xmitGuillaume Nault1-12/+40
2016-08-31xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger3-6/+7
2016-08-31net: dsa: mv88e6xxx: add MDB supportVivien Didelot1-0/+65
2016-08-31net: dsa: mv88e6xxx: make switchdev DB ops genericVivien Didelot1-43/+57
2016-08-31liquidio: CN23XX firmware downloadRaghu Vatsavayi3-46/+111
2016-08-31liquidio: MSIX support for CN23XXRaghu Vatsavayi6-69/+452
2016-08-31liquidio: CN23XX queue manipulationRaghu Vatsavayi5-8/+225
2016-08-31liquidio: CN23XX register setupRaghu Vatsavayi4-8/+316
2016-08-31liquidio: CN23XX device init and sriov configRaghu Vatsavayi4-1/+544
2016-08-31liquidio: CN23XX queue definitionsRaghu Vatsavayi6-33/+286
2016-08-31liquidio: CN23XX register definitionsRaghu Vatsavayi1-0/+604
2016-08-31liquidio: Common enable irq functionRaghu Vatsavayi8-14/+48
2016-08-31liquidio: Firmware version managementRaghu Vatsavayi2-5/+27
2016-08-31liquidio: Consolidate common functionalityRaghu Vatsavayi15-444/+426
2016-08-31net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven1-2/+2
2016-08-31net: systemport: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31dwc_eth_qos: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall4-4/+4
2016-08-31net: bcmgenet: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-31net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-30qede: hide 32-bit compile warningArnd Bergmann1-1/+1
2016-08-30ravb: avoid unused function warningsArnd Bergmann1-10/+4
2016-08-30net: veth: Set features for MPLSDavid Ahern1-0/+1
2016-08-30ixgbe: Eliminate useless message and improve logicMark Rustad1-11/+5
2016-08-30drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King1-1/+1
2016-08-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-122/+200
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller219-1016/+3170
2016-08-29Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-0/+1
2016-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds53-332/+596
2016-08-29Merge tag 'platform-drivers-x86-v4.8-4' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds2-11/+5
2016-08-29Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-5/+10
2016-08-29hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare1-0/+1
2016-08-29fm10k: don't re-map queues when a mailbox message sufficesJacob Keller1-17/+29