summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-0713-47/+124
|\
| * mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-063-14/+28
| * mac80211: Complete ampdu work schedule during session tear downIlan peer2017-09-061-0/+18
| * cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach2017-09-061-2/+18
| * nl80211: look for HT/VHT capabilities in beacon's tailIgor Mitsyanko2017-09-051-2/+2
| * mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-09-051-0/+2
| * mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg2017-09-051-0/+4
| * mac80211_hwsim: Use proper TX powerBeni Lev2017-09-051-2/+0Star
| * mac80211: Fix null pointer dereference with iTXQ supportChunho Lee2017-09-051-1/+2
| * mac80211: add MESH IE in the correct orderLiad Kaufman2017-09-051-1/+1
| * mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir2017-09-051-2/+2
| * mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-053-22/+46
| * mac80211: fix incorrect assignment of reassoc valueSimon Dinkin2017-09-051-1/+1
* | 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/+2Star
| * | 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/+0Star
| * | | crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
| * | | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-094-1262/+940Star
| * | | crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32Star
| * | | 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/+20Star
| * | | 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