summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add __init and __exit marks to UART driversGustavo F. Padovan2010-07-274-8/+8
* Bluetooth: Use hci_recv_stream_fragment() in UART driverGustavo F. Padovan2010-07-271-101/+2
* Bluetooth: Fix permission of hci_ath.cGustavo F. Padovan2010-07-271-0/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-272506-92640/+231984
|\
| * Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala2010-07-215-1/+261
| * Bluetooth: Use __packed annotation for driversGustavo F. Padovan2010-07-214-5/+5
| * Bluetooth: Move bit-field variable in USB driver to data->flagsGustavo F. Padovan2010-07-211-6/+4
| * Bluetooth: Added support for controller shipped with iMac i5Cyril Lacoux2010-07-211-0/+3
| * Bluetooth: Remove unnecessary casts of private_data in driversJoe Perches2010-07-211-1/+1
| * Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2010-07-212-1/+18
| * Bluetooth: Use kzalloc for driversJulia Lawall2010-07-211-6/+2
| * Bluetooth: Use kmemdup for driversJulia Lawall2010-07-211-2/+1
| * Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar2010-07-213-48/+55
| * Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock2010-07-211-2/+0
| * Bluetooth: Silence warning in btmrvl SDIO driverKulikov Vasiliy2010-07-211-3/+3
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-216-15/+25
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-192-5/+6
| | |\
| | | * rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
| | | * hostap_pci: set dev->base_addr during probeJohn W. Linville2010-07-141-0/+1
| | * | ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
| | * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-161-4/+9
| | |\ \
| | | * | vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin2010-07-161-4/+4
| | | * | vhost-net: avoid flush under lockMichael S. Tsirkin2010-07-151-0/+5
| | * | | axnet_cs: use spin_lock_irqsave in ax_interruptKen Kawasaki2010-07-131-3/+4
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-132-2/+17
| | |\ \ \ | | | | |/ | | | |/|
| | * | | r8169: incorrect identifier for a 8168dpFrancois Romieu2010-07-121-1/+1
| * | | | phy: add suspend/resume in the ic+Giuseppe Cavallaro2010-07-201-0/+2
| * | | | cxgb4vf: Fix bug where we were only allocating one queue in MSI modeCasey Leedom2010-07-201-4/+2
| * | | | cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay arrayCasey Leedom2010-07-201-1/+1
| * | | | bnx2: Update version to 2.0.17.Michael Chan2010-07-201-2/+2
| * | | | bnx2: Remove some unnecessary smp_mb() in tx fast path.Michael Chan2010-07-201-1/+9
| * | | | bnx2: Call pci_enable_msix() with actual number of vectors.Michael Chan2010-07-202-7/+26
| * | | | bnx2: Use proper counter for net_device_stats->multicast.Michael Chan2010-07-201-1/+1
| * | | | ixgbe: fix version string for ixgbeDon Skidmore2010-07-201-1/+1
| * | | | ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou2010-07-201-1/+1
| * | | | ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2010-07-202-13/+11
| * | | | ixgbe: drop support for UDP in RSS hash generationAlexander Duyck2010-07-201-3/+1
| * | | | ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend2010-07-201-1/+1
| * | | | e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck2010-07-201-2/+2
| * | | | drivers/net/82596.c: fix warningAndrew Morton2010-07-201-1/+1
| * | | | ks8842: Fix ks8842_tx_frame() for 16bit case.David S. Miller2010-07-201-5/+3
| * | | | smsc911x: Add spinlocks around registers accessCatalin Marinas2010-07-191-40/+52
| * | | | bonding: avoid a warningEric Dumazet2010-07-191-0/+2
| * | | | net: Removing dead ARCH_PNX010XChristoph Egger2010-07-192-47/+2
| * | | | net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara2010-07-192-5/+12
| * | | | net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara2010-07-191-0/+2
| * | | | bonding: fix bond_inet6addr_event()Eric Dumazet2010-07-191-0/+2
| * | | | s2io: Remove unnecessary memset of netdev private dataTobias Klauser2010-07-191-1/+0
| * | | | net: support time stamping in phy devices.Richard Cochran2010-07-192-0/+7
| * | | | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-1923-40/+32