summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* be2net: Add support for ethtool self testSuresh R2009-12-033-0/+223
* net: Fix ks8851 snl NULL pointer dereference OopsTristram Ha2009-12-031-2/+2
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-031-21/+3
* bnx2: Refine VPD logic.Michael Chan2009-12-031-28/+21
* ixgbe: use EIAM to automask MSI-XJesse Brandeburg2009-12-031-6/+19
* ixgbe: performance tweaksJesse Brandeburg2009-12-033-30/+27
* ixgbe: change default ring sizeJesse Brandeburg2009-12-031-2/+2
* ixgbe: select FCoE Tx queue in ndo_select_queueYi Zou2009-12-031-10/+14
* ixgbe: use known user priority for FCoE when DCB is enabledYi Zou2009-12-033-13/+28
* usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum2009-12-032-29/+136
* cdc-ether: Implement reset_resume()Oliver Neukum2009-12-031-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-12-035-40/+41
|\
| * Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driverBen Hutchings2009-12-031-0/+2
| * Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar2009-12-033-22/+36
| * Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann2009-12-031-0/+1
| * Bluetooth: Remove unused global minor variableMarcel Holtmann2009-12-031-10/+2
| * Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner2009-12-031-7/+0
| * Bluetooth: Removal of unused variable in btmrvl driverRahul Tank2009-12-031-1/+0
* | bnx2: Update version to 2.0.3.Michael Chan2009-12-031-2/+2
* | bnx2: Read firmware version from VPD.Michael Chan2009-12-031-3/+99
* | bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan2009-12-031-2/+10
* | bnx2: Dump some state during tx timeout.Michael Chan2009-12-032-0/+25
* | bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan2009-12-031-1/+5
* | tg3: Update version to 3.105Matt Carlson2009-12-031-2/+2
* | tg3: Clean tg3_init_one()Matt Carlson2009-12-031-6/+2
* | tg3: Use pci_read_vpd() instead of private methodMatt Carlson2009-12-031-23/+12
* | tg3: Add some VPD preprocessor constantsMatt Carlson2009-12-032-9/+16
* | tg3: Add 57765 asic revMatt Carlson2009-12-032-19/+62
* | tg3: Make TSS enable independent of MSI-X enableMatt Carlson2009-12-032-35/+57
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03132-805/+799
* | be2net: Bump up the driver version numberAjit Khaparde2009-12-031-1/+1
* | be2net: Support for WoL using magic packet after suspend.Ajit Khaparde2009-12-036-0/+128
* | be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde2009-12-031-32/+57
|/
* sunhme: fix dma warning in Sun HMEMikulas Patocka2009-12-021-5/+14
* atl1e: Remove non-implementation of ethtool set_msglevel() operationBen Hutchings2009-12-021-5/+0
* atl1e: Remove redundant definitions of ethtool operationsBen Hutchings2009-12-021-10/+0
* atl1e: Allow TX checksum offload and TSO to be disabled and reenabledBen Hutchings2009-12-021-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-022-36/+1
|\
| * bnx2: EEH is failing with timeoutBreno Leitao2009-12-021-0/+1
| * atl1e:disable NETIF_F_TSO6 for hardware limitJie Yang2009-12-021-36/+0
* | cnic: Use dma_alloc_coherent().Michael Chan2009-12-021-24/+30
* | cnic: Fix rq_page_table DMA address.Michael Chan2009-12-021-2/+2
* | cnic: Fix bogus iSCSI MAC addressMichael Chan2009-12-021-2/+6
* | cnic: Fix bnx2x ring shutdown.Michael Chan2009-12-021-0/+7
* | cnic: Fix ring I/O address for bnx2x devices.Michael Chan2009-12-021-5/+3
* | netxen: fix failure cases for fw hang recoveryAmit Kumar Salecha2009-12-021-11/+15
* | netxen : fix debug tools access for NX2031Narender Kumar2009-12-021-19/+44
* | e1000e: correct ICH/PCH PHY operations function pointersBruce Allan2009-12-023-209/+204
* | e1000e: refactor PHY ID detection workaroundBruce Allan2009-12-022-11/+17
* | e1000e: check_polarity function pointers not set for 8257xBruce Allan2009-12-022-0/+4