summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-08iwlwifi: mvm: BT Coex - always initialize smps_modeJohannes Berg
2014-09-08iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach
2014-09-08iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rateEyal Shapira
2014-09-08iwlwifi: mvm: correctly handle PM/QoS changes from mac80211Johannes Berg
2014-09-08iwlwifi: increase DEFAULT_MAX_TX_POWEREliad Peller
2014-09-08iwlwifi: mvm: fix endianity issues with Smart Fifo commandsEmmanuel Grumbach
2014-09-08iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P clientLuciano Coelho
2014-09-08iwlwifi: mvm: BT Coex - remove shadowing variableJohannes Berg
2014-09-01iwlwifi: mvm: enable scheduled scan on newest firmwareEmmanuel Grumbach
2014-09-01iwlwifi: bump firmware API version to 10 for 7000 and 8000Emmanuel Grumbach
2014-08-31iwlwifi: Remove module build requirement for Intel Wireless WiFiMarcel Holtmann
2014-08-31Revert "iwlwifi: dvm: don't enable CTS to self"Emmanuel Grumbach
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach
2014-08-11net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist
2014-08-11brcmfmac: fix memory leakage in msgbufArend van Spriel
2014-08-11brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf
2014-08-06checkpatch: update $declaration_macros, add uninitialized_varJoe Perches
2014-08-06checkpatch: warn on missing spaces in broken up quotedDan Carpenter
2014-08-06checkpatch: fix false positives for --strict "space after cast" testJoe Perches
2014-08-06checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches
2014-08-06checkpatch: add test for native c90 types in unusual orderJoe Perches
2014-08-06checkpatch: add signed generic typesJoe Perches
2014-08-06checkpatch: add short int to c variable typesJoe Perches
2014-08-06checkpatch: add for_each tests to indentation and brace testsJoe Perches
2014-08-06checkpatch: fix brace style misuses of else and whileJoe Perches
2014-08-06checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches
2014-08-06checkpatch: use the correct indentation for which()Joe Perches
2014-08-06checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches
2014-08-06checkpatch: add ability to insert and delete lines to patch/fileJoe Perches
2014-08-06checkpatch: add an index variable for fixed linesJoe Perches
2014-08-06checkpatch: warn on break after goto or return with same tab indentationJoe Perches
2014-08-06checkpatch: emit a warning on file add/move/deleteJoe Perches
2014-08-06checkpatch: add test for commit id formatting style in commit logJoe Perches
2014-08-06checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches
2014-08-06checkpatch: improve "no space after cast" testJoe Perches
2014-08-06checkpatch: allow multiple const * typesJoe Perches
2014-08-06checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches
2014-08-06checkpatch: quiet Kconfig help message checkingJoe Perches