summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on D...Mark Lord2008-02-021-81/+104
* PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo...Mark Lord2008-02-023-1/+6
* PCI: Add missing "space" in printk messagesJoe Perches2008-02-022-4/+4
* PCI: export pci_restore_msi_state()Linas Vepstas2008-02-022-8/+1
* pci hotplug: fix rpaphp directory namingLinas Vepstas2008-02-023-38/+24
* PCI: Unhide the SMBus on the HP xw4100Jean Delvare2008-02-021-0/+6
* PCI: More Sanity checks for DMARFenghua Yu2008-02-021-3/+17
* PCI: drivers/pci/quirks.c: coding-style cleanupAndrew Morton2008-02-021-125/+125
* PCI: remove additional pci_scan_child_bus() prototypeAdrian Bunk2008-02-021-2/+0
* PCI: always export pci_scan_single_deviceAdrian Bunk2008-02-021-1/+1
* PCI: remove unneeded lock_kernel() in drivers/pci/syscall.c.Diego Woitasen2008-02-021-5/+0
* PCI: Mem Policy: fix mempolicy usage in pci driverLee Schermerhorn2008-02-021-3/+1
* PCI: VIA CX700 quirk to disable PCI Bus ParkingTim Yamin2008-02-021-0/+28
* PCI: quirk_vialatency: Omit reading pci revision IDAuke Kok2008-02-021-5/+2
* PCI: hotplug: Link fakephp lastAlex Chiang2008-02-021-1/+3
* PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang2008-02-021-1/+1
* PCI: hotplug: acpiphp: Remove unused variable from acpiphpAlex Chiang2008-02-021-1/+0
* PCI: hotplug: remove ExperimentalKristen Carlson Accardi2008-02-021-2/+2
* PCI: hotplug: Switch to pci_get_bus_and_slotJoonwoo Park2008-02-021-4/+7
* pcie: utilize pcie transaction pending bitShaohua Li2008-02-021-0/+21
* pcie port driver: correctly detect native PME featureShaohua Li2008-02-021-3/+2
* PCI: drivers/pci/: remove unused exportsAdrian Bunk2008-02-025-8/+0
* PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk2008-02-021-2/+4
* PCI: make pci_restore_bars() staticAdrian Bunk2008-02-021-2/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-02-013-4/+2
|\
| * ide-cd: fix leftover data BUGJens Axboe2008-02-011-1/+1
| * unexport add_disk_randomnessAdrian Bunk2008-02-011-2/+0
| * block/sunvdc.c:print_version() must be __devinitAdrian Bunk2008-02-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-0148-1748/+4466
|\ \
| * | [BNX2]: Fix ASYM PAUSE advertisement for remote PHY.Michael Chan2008-02-011-1/+1
| * | [MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register(...Rami Rosen2008-02-011-1/+1
| * | [BNX2]: Update version to 1.7.3.Michael Chan2008-02-011-2/+2
| * | [BNX2]: Update firmware.Michael Chan2008-02-012-981/+982
| * | [BNX2]: Fine-tune flow control on 5709.Michael Chan2008-02-012-6/+56
| * | [BNX2]: Remove CTX_WR macro.Michael Chan2008-02-012-20/+14
| * | [BNX2]: Remove REG_WR_IND/REG_RD_IND macros.Michael Chan2008-02-012-64/+65
| * | [BNX2]: Refine tx coalescing setup.Michael Chan2008-02-012-3/+15
| * | [BNX2]: Fix 5706 serdes link down bug.Michael Chan2008-02-012-2/+3
| * | Add new driver 'rndis_wlan' for wireless RNDIS devices.Jussi Kivilinna2008-02-013-0/+2787
| * | Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-02-0113-511/+12
| * | rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna2008-02-012-4/+51
| * | rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna2008-02-012-4/+24
| * | rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna2008-02-012-0/+11
| * | usbnet: add driver_priv pointer to 'struct usbnet'Jussi Kivilinna2008-02-011-0/+1
| * | rndis_host: export functionsJussi Kivilinna2008-02-012-7/+22
| * | rndis_host: Split up rndis_host.cJussi Kivilinna2008-02-012-222/+249
| * | usbnet: Use wlan device name for RNDIS wireless devicesJussi Kivilinna2008-02-012-0/+5
| * | rndis_host: Fix rndis packet filter flags.Jussi Kivilinna2008-02-011-1/+22
| * | rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna2008-02-011-3/+9
| * | rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna2008-02-011-1/+1