summaryrefslogtreecommitdiffstats
path: root/drivers/video/pxafb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-06iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg5-25/+1
2012-03-06iwlwifi: remove shared lockJohannes Berg9-44/+3
2012-03-06iwlwifi: introduce statistics lockJohannes Berg6-9/+40
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg5-115/+88
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg4-22/+33
2012-03-06iwlwifi: build some station commands directlyJohannes Berg2-21/+15
2012-03-06iwlwifi: simplify code in iwlagn_key_sta_idJohannes Berg1-17/+4
2012-03-06iwlwifi: reduce sta_lock hold time in TXJohannes Berg1-4/+4
2012-03-06iwlwifi: remove an unused argumentJohannes Berg1-5/+4
2012-03-06iwlwifi: move iwl_clear_driver_stations to userJohannes Berg2-35/+35
2012-03-06airo: fix test for FLAG_RADIO_DOWNDan Carpenter1-1/+1
2012-03-06iwlwifi: always monitor for stuck queuesJohannes Berg1-14/+4
2012-03-06p54pci: use new driver.pm interface for suspend/resumeChristian Lamparter1-24/+24
2012-03-06p54: pass interface setup errors back to mac80211Christian Lamparter1-2/+3
2012-03-06rtlwifi: rtl8192ce: Fix loss of receive performanceJingjun Wu1-0/+4
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh3-2/+9
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg7-13/+39
2012-03-05brcm80211: smac: cleanup couple of debug output statementsArend van Spriel1-11/+9
2012-03-05brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel1-12/+19
2012-03-05brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel1-4/+14
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel4-18/+8
2012-03-05brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel2-15/+4
2012-03-05brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel2-22/+11
2012-03-05brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel1-3/+0
2012-03-05rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cuLarry Finger1-3/+8
2012-03-05rtlwifi: Remove extraneous value returnLarry Finger1-3/+2
2012-03-05rtlwifi: Detect misread of end-point countLarry Finger1-3/+10
2012-03-05mac80211: combine QoS with other BSS changesJohannes Berg4-9/+17
2012-03-05mac80211: use common radiotap code for cooked monitorsJohannes Berg1-30/+9
2012-03-05cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan3-2/+23
2012-03-05mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2-1/+11
2012-03-05mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau2-3/+9
2012-03-05cfg80211: fix kernel-docJohannes Berg1-6/+4
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau10-42/+53
2012-03-05mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau1-1/+1
2012-03-05mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter2-4/+3
2012-03-05p54spi: Release GPIO lines and IRQ on error in p54spi_probeMax Filippov1-4/+10
2012-03-05rndis_wlan: use u8 for key indexesJussi Kivilinna1-9/+9
2012-03-05rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checksJussi Kivilinna1-3/+5
2012-03-05rndis_wlan: fix le16/le32_to_cpu mix up with config.beacon_periodJussi Kivilinna1-7/+7
2012-03-05rndis_wlan: prevent integer overflow in indication()Dan Carpenter1-2/+2
2012-03-05rndis_wlan: make some variables unsignedDan Carpenter1-2/+4
2012-03-05rndis_wlan: remove unneeded variablesDan Carpenter1-4/+2
2012-03-05rndis_wlan: integer overflows in rndis_wlan_do_link_up_work()Dan Carpenter1-4/+9
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan7-1/+39
2012-03-05b43: prevent firmware on bcm5354 from taking over wrong GPIO pinsHauke Mehrtens1-0/+2
2012-03-05ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan1-7/+2
2012-03-05ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2-3/+1
2012-03-05mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2-5/+19
2012-03-05mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar3-33/+27