summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: mvm: free AGG queue when we STA is removedEmmanuel Grumbach2013-03-061-3/+3
* iwlwifi: mvm: respect disable Tx AGG parameterEmmanuel Grumbach2013-03-061-0/+4
* iwlwifi: a few fixes in licenseEmmanuel Grumbach2013-03-0669-80/+117
* Merge remote-tracking branch 'iwlwifi-fixes/master' into HEADJohannes Berg2013-03-0618-385/+370Star
|\
| * iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach2013-03-041-5/+1Star
| * iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach2013-03-043-23/+35
| * iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach2013-03-041-0/+10
| * iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish2013-03-041-114/+0Star
| * iwlwifi: mvm: Take the phy_cfg from the TLV valueDor Shaish2013-03-041-15/+1Star
| * iwlwifi: mvm: Set valid TX antennas value before calib requestDor Shaish2013-03-041-0/+5
| * iwlwifi: mvm: restart the NIC of the cmd queue gets fullEmmanuel Grumbach2013-03-041-5/+13
| * iwlwifi: use coherent DMA memory for command headerJohannes Berg2013-02-285-142/+137Star
| * iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach2013-02-282-3/+2Star
| * iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg2013-02-283-11/+15
| * iwlwifi: don't map complete commands bidirectionallyJohannes Berg2013-02-281-22/+11Star
| * iwlwifi: mvm: Remove testing of static PIC in PhyDBDor Shaish2013-02-271-16/+0Star
| * iwlwifi: fix wakeup status query and packet reportingJohannes Berg2013-02-272-27/+81
| * iwlwifi: mvm: fix AP/GO mode station removalJohannes Berg2013-02-261-5/+14
| * iwlwifi: always copy first 16 bytes of commandsJohannes Berg2013-02-263-23/+71
* | Linux 3.9-rc1Linus Torvalds2013-03-041-2/+2
* | Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\ \
| * | UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-035-49/+57
|\ \ \
| * | | xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * | | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * | | xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | | xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12Star
| * | | xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0326-171/+108Star
|\ \ \ \
| * | | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-025-10/+10
| * | | | fix nommu breakage in shmem.cAl Viro2013-03-021-3/+2Star
| * | | | cache the value of file_inode() in struct fileAl Viro2013-03-023-2/+6
| * | | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9Star
| * | | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0Star
| * | | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11Star
| * | | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9Star
| * | | | 9p: turn fid->dlist into hlistAl Viro2013-02-284-11/+9Star
| * | | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-282-7/+6Star
| * | | | more file_inode() open-coded instancesAl Viro2013-02-2710-45/+38Star
| * | | | selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \ \
| * | | | | btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven2013-03-031-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-0317-144/+172
|\ \ \ \ \ \
| * | | | | | s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1
| * | | | | | qdio: remove unused parametersStefan Raspl2013-02-283-7/+7
| * | | | | | s390/uaccess: fix kernel ds access for page table walkHeiko Carstens2013-02-281-28/+77
| * | | | | | s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens2013-02-282-46/+34Star
| * | | | | | input: disable i8042 PC Keyboard controller for s390Heiko Carstens2013-02-281-1/+1