summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: mvm: initialize status in iwl_mvm_add_int_sta_common()Luca Coelho2017-09-081-1/+1
* iwlwifi: mvm: handle FIF_ALLMULTI when setting multicast addressesLuca Coelho2017-09-081-0/+6
* iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMDLuca Coelho2017-09-081-1/+9
* iwlwifi: mvm: wake the correct mac80211 queueAvraham Stern2017-09-081-1/+1
* iwlwifi: mvm: change state when queueing agg start workNaftali Goldstein2017-09-083-3/+8
* iwlwifi: mvm: send all non-bufferable frames on the probe queueAvraham Stern2017-09-081-5/+5
* iwlwifi: mvm: Flush non STA TX queuesDavid Spinadel2017-09-081-1/+43
* iwlwifi: mvm: fix wowlan resume failed to load INIT ucodeMatt Chen2017-09-081-1/+1
* iwlwifi: mvm: only send LEDS_CMD when the FW supports itLuca Coelho2017-09-072-1/+3
* rtlwifi: btcoexist: Fix antenna selection codeLarry Finger2017-09-071-7/+16
* rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger2017-09-071-1/+4
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-071-1/+1
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-071-4/+12
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-071-3/+3
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-072-2/+2
* dt-binding: phy: don't confuse with Ethernet phy propertiesBaruch Siach2017-09-071-1/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-07136-3169/+11758
|\
| * crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-221-4/+2
| * crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet2017-08-221-1/+3
| * crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet2017-08-221-2/+3
| * crypto: rockchip - Don't dequeue the request when device is busyZain Wang2017-08-224-148/+160
| * crypto: cavium - add release_firmware to all return caseCorentin LABBE2017-08-221-4/+9
| * crypto: sahara - constify platform_device_idArvind Yadav2017-08-221-1/+1
| * MAINTAINERS: Add ARTPEC crypto maintainerLars Persson2017-08-221-0/+1
| * crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson2017-08-224-0/+3215
| * crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-222-0/+31
| * dt-bindings: crypto: add ARTPEC cryptoLars Persson2017-08-221-0/+16
| * crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-227-42/+61
| |\
| * | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
| * | lib/mpi: fix build with clangStefan Agner2017-08-171-12/+12
| * | crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen2017-08-171-2/+0
| * | crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
| * | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-094-1262/+940
| * | crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32
| * | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-091-0/+1
| * | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
| * | crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann2017-08-091-36/+41
| * | crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-092-23/+162
| * | crypto: algif - return error code when no data was processedStephan Mueller2017-08-092-2/+6
| * | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-043-5/+25
| * | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-041-37/+20
| * | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-041-1/+8
| * | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-045-11/+43
| * | crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-45/+107
| * | crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
| * | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-042-36/+252
| * | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
| * | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
| * | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44