summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-1918-90/+170
|\
| * stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO2013-02-151-1/+1
| * xen-netback: cancel the credit timer when taking the vif downDavid Vrabel2013-02-141-2/+1
| * xen-netback: correctly return errors from netbk_count_requests()David Vrabel2013-02-141-4/+4
| * net: cdc_ncm: fix probing of devices with multiple control interface altsettingsBjørn Mork2013-02-141-3/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-1310-104/+127
| |\
| | * net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
| | * atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
| * | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-02-133-1/+3
| |\ \
| | * | drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf2013-02-042-0/+2
| | * | drivers/input/joystick/analog.c: enable precise timerChris Metcalf2013-02-041-1/+1
| * | | drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij2013-02-121-1/+3
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-128-71/+81
| |\ \ \
| | * | | drm/radeon: enforce use of radeon_get_ib_value when reading user cmdJerome Glisse2013-02-122-62/+62
| | * | | Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-02-116-9/+19
| | |\ \ \
| | | * | | drm/nouveau: add lockdep annotationsMarcin Slusarz2013-02-093-3/+9
| | | * | | drm/nv50/fb: Fix nullptr-deref on IGPsRoy Spliet2013-01-312-4/+5
| | | * | | drm/nouveau: use different register to wait for secret scrubberMaarten Lankhorst2013-01-311-2/+5
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-18127-1619/+7184
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-18127-1619/+7184
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2013-02-158-96/+119
| | |\ \ \ \ \ \
| | | * | | | | | ath6kl: minor optimization using if, else ifMohammed Shafi Shajakhan2012-11-271-5/+5
| | | * | | | | | ath6kl: Move and rename ath6kl_cleanup_vif functionMohammed Shafi Shajakhan2012-11-274-61/+58
| | | * | | | | | ath6kl: Parse beacon interval from userspaceMohammed Shafi Shajakhan2012-11-273-3/+28
| | | * | | | | | ath6kl: trivial cleanup on interface type selectionMohammed Shafi Shajakhan2012-11-271-5/+1
| | | * | | | | | ath6kl: Fix kernel panic on continuous driver load/unloadMohammed Shafi Shajakhan2012-11-271-0/+16
| | | * | | | | | ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan2012-11-273-17/+8
| | | * | | | | | ath6kl: Use standard way to assign the boolean variableMohammed Shafi Shajakhan2012-11-271-1/+1
| | | * | | | | | ath6kl: Remove erroneous flag clearingMohammed Shafi Shajakhan2012-11-271-2/+0
| | | * | | | | | drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall2012-11-161-4/+2
| | | * | | | | | ath6kl: Fix a mismatch in power management debug messageMohammed Shafi Shajakhan2012-11-161-2/+2
| | * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-1520-96/+52
| | |\ \ \ \ \ \ \
| | | * | | | | | | mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_privKarl Beldan2013-02-151-0/+1
| | | * | | | | | | mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-156-33/+20
| | | * | | | | | | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-1516-63/+31
| | * | | | | | | | brcmsmac: Remove unnecessary memset castsJoe Perches2013-02-141-13/+10
| | * | | | | | | | brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches2013-02-141-16/+13
| | * | | | | | | | iwlegacy: more checks for dma mapping errorsStanislaw Gruszka2013-02-143-44/+59
| | * | | | | | | | rt2x00: check for dma mappings errorsStanislaw Gruszka2013-02-144-13/+36
| | * | | | | | | | mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2013-02-142-8/+25
| | * | | | | | | | rtlwifi: Rework KconfigLarry Finger2013-02-141-25/+25
| | * | | | | | | | brcmsmac: fix brcms_c_country_valid()Dan Carpenter2013-02-141-2/+1
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1416-83/+116
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-02-1225-303/+572
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | iwlwifi: mvm: beautify code in rx_handlersEmmanuel Grumbach2013-02-121-19/+22
| | | * | | | | | | | | iwlwifi: mvm: update station when marked associatedJohannes Berg2013-02-124-9/+26
| | | * | | | | | | | | iwlwifi: mvm: don't wait for session protection to startJohannes Berg2013-02-121-142/+73
| | | * | | | | | | | | iwlwifi: mvm: don't delay the association until after beaconJohannes Berg2013-02-123-5/+15
| | | * | | | | | | | | iwlwifi: dvm: apply beacon changes immediatelyJohannes Berg2013-02-121-3/+2
| | | * | | | | | | | | iwlwifi: mvm: report wakeup reasonsJohannes Berg2013-02-121-27/+141