aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-05-272-2/+2
|\
| * oprofile: Use linux/mutex.hAnton Blanchard2011-05-242-2/+2
* | video: mb862xx: udelay need linux/delay.hStephen Rothwell2011-05-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-25141-1041/+1448
|\ \
| * | bonding: documentation and code cleanup for resend_igmpFlavio Leitner2011-05-252-10/+12
| * | bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman2011-05-253-16/+10
| * | Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos2011-05-251-0/+1
| * | bnx2x: protect sequence increment with mutexDmitry Kravkov2011-05-251-1/+2
| * | isdn: netjet - blacklist Digium TDM400PPrarit Bhargava2011-05-251-0/+6
| * | via-velocity: don't annotate MAC registers as packedUlrich Hecht2011-05-251-1/+1
| * | xen: netfront: hold RTNL when updating features.Ian Campbell2011-05-251-0/+2
| * | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-25127-874/+1353
| |\ \
| | * \ Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-24127-874/+1353
| | |\ \
| | | * | iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy2011-05-241-2/+2
| | | * | ath9k: use PS wakeup before REG_READMohammed Shafi Shajakhan2011-05-191-1/+1
| | | * | ath9k: implement .tx_last_beacon()Felix Fietkau2011-05-193-0/+55
| | | * | b43: read PHY info only when needed (for PHY-A)Rafał Miłecki2011-05-191-1/+2
| | | * | b43: separate ssb core resetRafał Miłecki2011-05-191-2/+8
| | | * | b43: add helper for finding GPIO deviceRafał Miłecki2011-05-191-20/+21
| | | * | b43: dma: cache translation (routing bits)Rafał Miłecki2011-05-192-3/+6
| | | * | b43: make b43_wireless_init less bus specificRafał Miłecki2011-05-191-13/+10
| | | * | b43: add helpers for block R/W opsRafał Miłecki2011-05-192-10/+22
| | | * | ath9k: fix ad-hoc nexttbtt calculationFelix Fietkau2011-05-191-1/+1
| | | * | ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-1965-64/+80
| | | * | ath_hw: Fix bssid mask documentationMohammed Shafi Shajakhan2011-05-191-6/+4
| | | * | ath9k_htc: Fix packet timeoutSujith Manoharan2011-05-191-2/+2
| | | * | ath9k_htc: Change credit limit for UB94/95Sujith Manoharan2011-05-191-1/+1
| | | * | ath9k_htc: Fix max subframe handlingSujith Manoharan2011-05-192-6/+1
| | | * | ath9k_htc: Fix BSSID calculationSujith Manoharan2011-05-192-23/+44
| | | * | ath9k_htc: Fix RX filter calculationSujith Manoharan2011-05-191-0/+4
| | | * | ath9k_htc: Recalculate the BSSID mask on interfaceSujith Manoharan2011-05-191-0/+2
| | | * | ath9k_htc: Fix station flagsSujith Manoharan2011-05-192-9/+1
| | | * | ath9k_htc: Fix mode selectionSujith Manoharan2011-05-193-11/+6
| | | * | iwlwifi: remove unused parameter from iwl_hcmd_queue_reclaimDaniel Halperin2011-05-191-3/+2
| | | * | mwifiex: adjust high/low water marks for tx_pending queueMarc Yang2011-05-192-2/+5
| | | * | mwifiex: CPU mips optimization with NO_PKT_PRIO_TIDMarc Yang2011-05-192-0/+7
| | | * | mwifiex: check mwifiex_wmm_lists_empty() before dequeueMarc Yang2011-05-191-1/+1
| | | * | mwifiex: reduce CPU usage by tracking highest_queued_prioMarc Yang2011-05-192-3/+28
| | | * | mwifiex: reduce CPU usage by tracking tx_pkts_queuedMarc Yang2011-05-193-10/+19
| | | * | ath9k: fix ad-hoc mode beacon selectionFelix Fietkau2011-05-191-12/+20
| | | * | cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-195-7/+8
| | | * | ath9k: Fix power save wrappers in debug opsRajkumar Manoharan2011-05-191-0/+8
| | | * | rtlwifi: rtl8192c-common: rtl8192ce: Fix for HT40 regressionLarry Finger2011-05-165-2/+73
| | | * | bcma: add PCI ID of the card found in Thinkpad X120eRafał Miłecki2011-05-161-0/+1
| | | * | carl9170: advertise interface combinationsChristian Lamparter2011-05-163-9/+24
| | | * | b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-1617-174/+175
| | | * | airo: correct proc entry creation interfacesAlexey Dobriyan2011-05-161-22/+11
| | | * | p54usb: add zoom 4410 usbidChristian Lamparter2011-05-161-0/+1
| | | * | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2011-05-1624-473/+716
| | | |\ \
| | | | * | iwlagn: remove unused old_assoc parameterWey-Yi Guy2011-05-131-1/+0