summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-10/+4Star
* s2io: Generate complete messages using single line DBG_PRINTsJoe Perches2009-08-312-161/+165
* s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->Joe Perches2009-08-311-1/+1
* s2io.c: Standardize statistics accessorsJoe Perches2009-08-311-443/+408Star
* s2io.c: fix spelling explainationJoe Perches2009-08-311-1/+1
* s2io.c: convert printks to pr_<level>Joe Perches2009-08-311-10/+7Star
* s2io.c: Make more conforming to normal kernel styleJoe Perches2009-08-311-1108/+1124
* s2io.c: use kzallocJoe Perches2009-08-311-5/+2Star
* s2io.c: Use calculated size in kmallocsJoe Perches2009-08-311-35/+28Star
* s2io.c: Shorten code line length by using intermediate pointersJoe Perches2009-08-311-169/+224
* s2io.c: Use const for stringsJoe Perches2009-08-311-4/+4
* WAN: bit and/or confusionroel kluin2009-08-311-4/+4
* ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-313-0/+126
* ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-312-36/+0Star
* ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-311-35/+52
* ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats()Anton Vorontsov2009-08-311-2/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-08-319-24/+2514
|\
| * Bluetooth: Add USB autosuspend support to btusb driverOliver Neukum2009-08-251-20/+174
| * Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng2009-08-241-1/+2
| * Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall2009-08-221-2/+3
| * Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao2009-08-222-6/+9
| * Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2009-08-222-219/+23Star
| * Bluetooth: Fix last few compiler warning within Marvell core driverMarcel Holtmann2009-08-221-4/+4
| * Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_packMarcel Holtmann2009-08-221-14/+8Star
| * Bluetooth: Remove private device name of Marvell SDIO driverMarcel Holtmann2009-08-222-5/+0Star
| * Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann2009-08-222-2/+2
| * Bluetooth: Fix complicated assignment of firmware for Marvell devicesMarcel Holtmann2009-08-222-53/+38Star
| * Bluetooth: Some coding style cleanup for Marvell core driverMarcel Holtmann2009-08-221-52/+45Star
| * Bluetooth: Remove pointless casts from Marvell debugfs supportMarcel Holtmann2009-08-221-143/+106Star
| * Bluetooth: Remove pointless ifdef protection for Marvell header filesMarcel Holtmann2009-08-222-10/+0Star
| * Bluetooth: Fix compilation of Marvell driver without debugfsMarcel Holtmann2009-08-221-1/+3
| * Bluetooth: Fix Kconfig for Marvell Bluetooth driverMarcel Holtmann2009-08-221-2/+1Star
| * Bluetooth: Add debugfs support to btmrvl driverBing Zhao2009-08-225-1/+487
| * Bluetooth: Add Marvell BT-over-SDIO driverBing Zhao2009-08-224-0/+1255
| * Bluetooth: Add btmrvl driver for Marvell Bluetooth devicesBing Zhao2009-08-224-0/+867
| * Bluetooth: Improve USB driver throughput by increasing the frame sizeVikram Kandukuri2009-08-221-3/+1Star
* | tg3: Update version to 3.101Matt Carlson2009-08-301-2/+2
* | tg3: Move per-int tx members to a per-int structMatt Carlson2009-08-302-79/+86
* | tg3: Move per-int rx members to per-int structMatt Carlson2009-08-302-29/+37
* | tg3: Move general int members to a per-int structMatt Carlson2009-08-302-66/+80
* | tg3: Convert napi handlers to use tnapiMatt Carlson2009-08-301-23/+32
* | tg3: Convert ISR parameter to tnapiMatt Carlson2009-08-301-24/+25
* | tg3: Move napi to per-int structMatt Carlson2009-08-302-23/+25
* | tg3: Cleanup interrupt setup / teardownMatt Carlson2009-08-301-48/+46Star
* | tg3: Use ext rx bdsMatt Carlson2009-08-302-9/+10
* | tg3: Create a new prodring_set structureMatt Carlson2009-08-302-90/+100
* | tg3: Create rx producer ring setup routinesMatt Carlson2009-08-301-87/+144
* | tg3: Clarify rx buffer relationshipsMatt Carlson2009-08-302-20/+24
* | tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flagsMatt Carlson2009-08-302-7/+7
* | tg3: Break out mini producer ring handlingMatt Carlson2009-08-301-11/+12