summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf1-210/+341
2013-08-01tile: enable GRO in the tilegx network driverChris Metcalf1-1/+1
2013-08-01tile: fix panic bug in napi support for tilegx network driverChris Metcalf1-32/+33
2013-08-01tile: update dev->stats directly in tilegx network driverChris Metcalf1-21/+8
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf1-159/+188
2013-08-01tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf1-76/+0
2013-08-01tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf1-3/+6
2013-08-01tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf1-26/+15
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf2-33/+25
2013-08-01gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2-4/+1
2013-07-31sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart1-2/+3
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-334/+986
2013-07-31ixgbe: add support for quad-port x520 adapterDon Skidmore6-17/+358
2013-07-31ixgbe: clear semaphore bits on timeoutsEmil Tantilov1-24/+21
2013-07-31ixgbe: rename LL_EXTENDED_STATS to use queue instead of qJacob Keller1-6/+6
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller3-12/+14
2013-07-31ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidthJacob Keller1-7/+129
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+43
2013-07-30PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller2-2/+5
2013-07-30ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov3-60/+18
2013-07-30ixgbe: fix semaphore lock for I2C read/writes on 82598Emil Tantilov4-148/+182
2013-07-30ixgbe: bump version numberDon Skidmore1-1/+1
2013-07-30ixgbe: add new media type.Don Skidmore4-7/+95
2013-07-30ixgbe: fix fc autoneg ethtool reporting.Don Skidmore4-16/+40
2013-07-30ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assignedAlexander Duyck1-34/+1
2013-07-30ixgbe: Retain VLAN filtering in promiscuous + VT modeGreg Rose2-2/+75
2013-07-30net: mvneta: support big endianThomas Petazzoni1-3/+32
2013-07-30net: mvneta: move the RX and TX desc macros outside of the structsThomas Petazzoni1-11/+15
2013-07-30drivers: net: cpsw: Add support for set MAC addressMugunthan V N1-0/+28
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf1-23/+54
2013-07-30be2net: don't use dev_err when AER enabling failsIvan Vecera1-1/+1
2013-07-29tg3: Update version to 3.133Nithin Sujir1-2/+2
2013-07-29tg3: Fix UDP fragments treated as RMCPNithin Sujir2-0/+4
2013-07-29tg3: Enable support for timesync gpio outputNithin Sujir2-4/+68
2013-07-29tg3: Implement the shutdown handlerNithin Sujir1-2/+18
2013-07-29tg3: Allow NVRAM programming when interface is downNithin Sujir1-8/+2
2013-07-29tg3: Remove incorrect switch to aux powerNithin Sujir1-5/+0
2013-07-29cnic: Update version to 2.5.17 and copyright year.Michael Chan4-6/+6
2013-07-29cnic: Add missing error checking for RAMROD_CMD_ID_CLOSEEddie Wai1-4/+7
2013-07-29cnic: Update TCP options setup for iSCSI.Eddie Wai3-32/+37
2013-07-29cnic: Reset tcp_flags during cnic_cm_create().Eddie Wai1-0/+1
2013-07-29cnic: Simplify cnic_release().Michael Chan1-13/+0
2013-07-29cnic: Simplify netdev events handling.Michael Chan1-2/+2
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin7-27/+164
2013-07-29net/mlx4_en: Fix BlueFlame raceEugenia Emantayev1-19/+42
2013-07-28e1000e: fix I217/I218 PHY initialization flowBruce Allan1-33/+50
2013-07-28e1000e: do not resume device from RPM suspend to read PHY status registersBruce Allan1-3/+2
2013-07-28e1000e: enable support for new device IDsBruce Allan3-2/+14
2013-07-28e1000e: ethtool unnecessarily takes device out of RPM suspendBruce Allan1-28/+77
2013-07-28e1000e: Tx hang on I218 when linked at 100Half and slow response at 10MbpsBruce Allan2-7/+48