aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03cdc-ether: Implement reset_resume()Oliver Neukum1-0/+1
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6David S. Miller5-40/+41
2009-12-03bnx2: Update version to 2.0.3.Michael Chan1-2/+2
2009-12-03bnx2: Read firmware version from VPD.Michael Chan1-3/+99
2009-12-03bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan1-2/+10
2009-12-03bnx2: Dump some state during tx timeout.Michael Chan2-0/+25
2009-12-03bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan1-1/+5
2009-12-03tg3: Update version to 3.105Matt Carlson1-2/+2
2009-12-03tg3: Clean tg3_init_one()Matt Carlson1-6/+2
2009-12-03tg3: Use pci_read_vpd() instead of private methodMatt Carlson1-23/+12
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson2-9/+16
2009-12-03tg3: Add 57765 asic revMatt Carlson2-19/+62
2009-12-03tg3: Make TSS enable independent of MSI-X enableMatt Carlson2-35/+57
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches132-805/+799
2009-12-03be2net: Bump up the driver version numberAjit Khaparde1-1/+1
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde6-0/+128
2009-12-03be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde1-32/+57
2009-12-03Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driverBen Hutchings1-0/+2
2009-12-03Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar3-22/+36
2009-12-03Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann1-0/+1
2009-12-03Bluetooth: Remove unused global minor variableMarcel Holtmann1-10/+2
2009-12-03Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner1-7/+0
2009-12-03Bluetooth: Removal of unused variable in btmrvl driverRahul Tank1-1/+0
2009-12-03Merge branch 'master' into nextJames Morris1258-32099/+96402
2009-12-02sunhme: fix dma warning in Sun HMEMikulas Patocka1-5/+14
2009-12-02atl1e: Remove non-implementation of ethtool set_msglevel() operationBen Hutchings1-5/+0
2009-12-02atl1e: Remove redundant definitions of ethtool operationsBen Hutchings1-10/+0
2009-12-02atl1e: Allow TX checksum offload and TSO to be disabled and reenabledBen Hutchings1-0/+2
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-36/+1
2009-12-02cnic: Use dma_alloc_coherent().Michael Chan1-24/+30
2009-12-02cnic: Fix rq_page_table DMA address.Michael Chan1-2/+2
2009-12-02cnic: Fix bogus iSCSI MAC addressMichael Chan1-2/+6
2009-12-02cnic: Fix bnx2x ring shutdown.Michael Chan1-0/+7
2009-12-02cnic: Fix ring I/O address for bnx2x devices.Michael Chan1-5/+3
2009-12-02netxen: fix failure cases for fw hang recoveryAmit Kumar Salecha1-11/+15
2009-12-02netxen : fix debug tools access for NX2031Narender Kumar1-19/+44
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan3-209/+204
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan2-11/+17
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan2-0/+4
2009-12-02tg3: remove use of skb_dma_map/unmapAlexander Duyck2-47/+132
2009-12-02be2net: remove use of skb_dma_map/unmapAlexander Duyck1-11/+26
2009-12-02bnx2: remove skb_dma_map/unmap calls from driverAlexander Duyck2-12/+61
2009-12-02igbvf: remove skb_dma_map/unmap call from driversAlexander Duyck2-14/+52
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck2-18/+56
2009-12-02ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck2-14/+50
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck2-19/+42
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck2-16/+41
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2-21/+47
2009-12-02VIDEO: Correct use of request_region/request_mem_regionJulia Lawall1-1/+1
2009-12-02SPI: spi_txx9: Fix bit rate calculationAtsushi Nemoto1-7/+6