aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* drivers/net/wireless: Use static const char * const where possibleJoe Perches2010-09-14
* drivers/net/pcmcia: Use static const char * const where possibleJoe Perches2010-09-14
* drivers/net: Use static const char * const where possibleJoe Perches2010-09-14
* drivers/isdn: Use static const char * const where possibleJoe Perches2010-09-14
* e1000e: Simplify MSI interrupt testingJean Delvare2010-09-14
* uwb: use '%pM' format to print MAC addressAndy Shevchenko2010-09-13
* bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov2010-09-13
* cx82310_eth: allow empty URBsOndrej Zary2010-09-13
* cx82310_eth: check usb_string() return value for errorOndrej Zary2010-09-13
* drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-13
* net/cxgb3: remove undefined operationsAndreas Schwab2010-09-13
* net/de4x5: remove undefined operationsAndreas Schwab2010-09-13
* sundance: Add power management hooksDenis Kirjanov2010-09-13
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-13
* bna: Check for NULL before deref in bnad_cb_tx_cleanupDavid S. Miller2010-09-12
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-10
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-10
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-10
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-10
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-10
* sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings2010-09-10
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-10
* sfc: Remove declarations of functions that no longer existBen Hutchings2010-09-10
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-10
* sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings2010-09-10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-10
|\
| * Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-10
| |\
| | * vhost: error handling fixMichael S. Tsirkin2010-09-06
| | * vhost: fix attach to cgroups regressionMichael S. Tsirkin2010-09-06
| * | ipheth: remove incorrect devtype to WWANDan Williams2010-09-10
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-09
| |\ \
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-09-07
| | |\ \
| | | * | PCI: bus speed strings should be constStephen Hemminger2010-08-31
| | | * | PCI hotplug: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2010-08-25
| | | * | PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige2010-08-24
| | | * | PCI: PCIe: Move PCIe PME code to the pcie directoryRafael J. Wysocki2010-08-24
| | | * | PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki2010-08-24
| | | * | PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2010-08-24
| | | * | ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki2010-08-24
| | | * | ACPI/PCI: Do not preserve _OSC control bits returned by a query Rafael J. Wysocki2010-08-24
| | | * | ACPI/PCI: Make acpi_pci_query_osc() return control bitsRafael J. Wysocki2010-08-24
| | | * | ACPI/PCI: Reorder checks in acpi_pci_osc_control_set()Rafael J. Wysocki2010-08-24
| | | * | PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki2010-08-24
| | | * | PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki2010-08-24
| | * | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-09-07
| | |\ \ \
| | | * | | md: resolve confusion of MD_CHANGE_CLEANNeilBrown2010-08-30
| | | * | | md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arraysDan Williams2010-08-30
| | | * | | Move .gitignore from drivers/md to lib/raid6NeilBrown2010-08-30
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-09-07
| | |\ \ \ \
| | | * | | | Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu2010-08-09