summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-08iwlwifi: return error if loading uCode failedJohannes Berg1-3/+1
2012-03-08iwlwifi: remove unused max_nrg_cck from sensitivity and constifyJohannes Berg5-10/+4
2012-03-08iwlwifi: make EEPROM enhanced TX power a boolJohannes Berg5-9/+8
2012-03-08iwlwifi: move BT/HT params to sharedJohannes Berg2-24/+24
2012-03-08iwlwifi: remove BT handlers from lib_opsJohannes Berg5-19/+6
2012-03-08iwlwifi: transport's tx_agg_disable must be atomicJohannes Berg1-3/+1
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg11-119/+56
2012-03-08iwlwifi: remove unused argument from iwlagn_suspendJohannes Berg3-5/+3
2012-03-08iwlwifi: remove two unused arguments in testmodeJohannes Berg1-6/+6
2012-03-08iwlwifi: remove unused argument from iwl_init_hw_ratesJohannes Berg1-3/+2
2012-03-08iwlwifi: move iwl_sta_id_or_broadcast to userJohannes Berg2-32/+30
2012-03-08iwlwifi: remove unused argument from rs_initialize_lqJohannes Berg1-2/+1
2012-03-08iwlwifi: remove unused arguments from iwlagn_gain_computationJohannes Berg1-5/+2
2012-03-08Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho8-205/+321
2012-03-08wl12xx: implement SW Tx watchdogArik Nemtsov7-0/+135
2012-03-08x86/amd: iommu_set_device_table() must not be __initJan Beulich1-1/+1
2012-03-08drm/radeon/kms: fix hdmi duallink checksAlex Deucher2-5/+3
2012-03-08drm/radeon/kms: set SX_MISC in the r6xx blit code (v2)Marek Olšák1-0/+8
2012-03-08net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-03-08enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu2-2/+2
2012-03-08mlx4_core: fix bug in modify_cq wrapper for resize flow.Jack Morgenstein1-2/+1
2012-03-08atl1c: set ATL1C_WORK_EVENT_RESET bit correctlyDan Carpenter1-1/+1
2012-03-08ehea: restore multicast and rx_errors fieldsEric Dumazet1-1/+3
2012-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller19-231/+110
2012-03-07lcs: Return zero from ccwgroup devs set_offline functionKlaus-Dieter Wacker1-5/+7
2012-03-07qeth: meaningful return code for set_mac_addressUrsula Braun5-7/+7
2012-03-07ctcm: use correct idal word list for ctcmpcBelinda Thompson1-0/+11
2012-03-07ctcm: make ctcmpc debugging compilableUrsula Braun2-6/+9
2012-03-07qeth: synchronize discipline module loadingFrank Blaschka1-0/+4
2012-03-08Bluetooth: Adding USB device 13d3:3375 as an Atheros AR3012.Eran2-0/+3
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-11/+12
2012-03-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-4/+8
2012-03-07regulator: tps65910: Configure correct value for VDDCTRL vout regLaxman Dewangan1-1/+1
2012-03-07dm raid: fix flush supportJonathan E Brassow1-0/+1
2012-03-07dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow1-6/+10
2012-03-07dm thin metadata: decrement counter after removing mapped blockJoe Thornber1-0/+2
2012-03-07dm thin metadata: unlock superblock in init_pmd error pathJoe Thornber1-0/+1
2012-03-07dm thin metadata: remove incorrect close_device on creation error pathsMike Snitzer1-5/+17
2012-03-07dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer1-1/+1
2012-03-07dm io: fix discard supportMilan Broz1-7/+16
2012-03-07dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl1-1/+1
2012-03-07rtl8187: Add AD-HOC supportAttila Fazekas2-19/+100
2012-03-07bcma: silence PMU warning for BCM4331Rafał Miłecki1-0/+1
2012-03-07iwlwifi: make iwl_fill_probe_req staticJohannes Berg2-51/+49
2012-03-07iwlwifi: clean up iwl-commands.hJohannes Berg2-10/+2
2012-03-07iwlwifi: don't include iwl-prph.h everywhereJohannes Berg5-2/+4
2012-03-07iwlwifi: remove PA type configurationJohannes Berg2-20/+9
2012-03-07iwlwifi: remove priv from sharedJohannes Berg2-3/+0
2012-03-07iwlwifi: virtualize nic_configJohannes Berg5-7/+18
2012-03-07iwlwifi: move packet to transportJohannes Berg9-129/+103