summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-08iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strengthEyal Shapira1-3/+3
2014-09-08iwlwifi: add PCI IDs and add then new 3165 seriesOren Givon3-0/+24
2014-09-08iwlwifi: dvm: disable power save by defaultEmmanuel Grumbach1-1/+1
2014-09-08iwlwifi: mvm: BT Coex - always initialize smps_modeJohannes Berg1-4/+3
2014-09-08iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2-5/+3
2014-09-08iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rateEyal Shapira1-2/+6
2014-09-08iwlwifi: mvm: correctly handle PM/QoS changes from mac80211Johannes Berg1-5/+6
2014-09-08iwlwifi: increase DEFAULT_MAX_TX_POWEREliad Peller2-3/+3
2014-09-08iwlwifi: mvm: fix endianity issues with Smart Fifo commandsEmmanuel Grumbach2-3/+3
2014-09-08iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P clientLuciano Coelho1-5/+5
2014-09-08iwlwifi: mvm: BT Coex - remove shadowing variableJohannes Berg1-2/+0
2014-09-01iwlwifi: mvm: enable scheduled scan on newest firmwareEmmanuel Grumbach1-6/+8
2014-09-01iwlwifi: bump firmware API version to 10 for 7000 and 8000Emmanuel Grumbach2-3/+3
2014-08-31iwlwifi: Remove module build requirement for Intel Wireless WiFiMarcel Holtmann1-2/+0
2014-08-31Revert "iwlwifi: dvm: don't enable CTS to self"Emmanuel Grumbach1-0/+12
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach1-1/+2
2014-08-11net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist1-0/+1
2014-08-11brcmfmac: fix memory leakage in msgbufArend van Spriel1-0/+4
2014-08-11brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel1-1/+2
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds156-2919/+3930
2014-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-44/+86
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-37/+26
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-642/+1194
2014-08-07Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds7-13/+43
2014-08-07Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds120-1495/+5084
2014-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds231-6265/+4936
2014-08-07Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds294-7462/+17264
2014-08-07Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-15/+16
2014-08-07Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds18-99/+673
2014-08-07netlink: hold nl_sock_hash_lock during diag dumpThomas Graf3-0/+5
2014-08-07checkpatch: update $declaration_macros, add uninitialized_varJoe Perches1-5/+6
2014-08-07checkpatch: warn on missing spaces in broken up quotedDan Carpenter1-0/+6
2014-08-07checkpatch: fix false positives for --strict "space after cast" testJoe Perches1-1/+1
2014-08-07checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches1-2/+2
2014-08-07checkpatch: add test for native c90 types in unusual orderJoe Perches1-0/+44
2014-08-07checkpatch: add signed generic typesJoe Perches1-9/+9
2014-08-07checkpatch: add short int to c variable typesJoe Perches1-0/+1
2014-08-07checkpatch: add for_each tests to indentation and brace testsJoe Perches1-2/+2
2014-08-07checkpatch: fix brace style misuses of else and whileJoe Perches1-8/+30
2014-08-07checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches1-5/+28
2014-08-07checkpatch: use the correct indentation for which()Joe Perches1-6/+6
2014-08-07checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches1-36/+29
2014-08-07checkpatch: add ability to insert and delete lines to patch/fileJoe Perches1-11/+130
2014-08-07checkpatch: add an index variable for fixed linesJoe Perches1-54/+60
2014-08-07checkpatch: warn on break after goto or return with same tab indentationJoe Perches1-0/+10
2014-08-07checkpatch: emit a warning on file add/move/deleteJoe Perches1-1/+12
2014-08-07checkpatch: add test for commit id formatting style in commit logJoe Perches1-0/+54
2014-08-07checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches1-8/+9
2014-08-07checkpatch: improve "no space after cast" testJoe Perches1-3/+3