| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sched: fix memleak for chain zero | Jiri Pirko | 2017-09-08 | 1 | -9/+9 |
* | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2017-09-07 | 13 | -47/+124 |
|\ |
|
| * | mac80211: fix deadlock in driver-managed RX BA session start | Johannes Berg | 2017-09-06 | 3 | -14/+28 |
| * | mac80211: Complete ampdu work schedule during session tear down | Ilan peer | 2017-09-06 | 1 | -0/+18 |
| * | cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS} | Emmanuel Grumbach | 2017-09-06 | 1 | -2/+18 |
| * | nl80211: look for HT/VHT capabilities in beacon's tail | Igor Mitsyanko | 2017-09-05 | 1 | -2/+2 |
| * | mac80211: flush hw_roc_start work before cancelling the ROC | Avraham Stern | 2017-09-05 | 1 | -0/+2 |
| * | mac80211: agg-tx: call drv_wake_tx_queue in proper context | Johannes Berg | 2017-09-05 | 1 | -0/+4 |
| * | mac80211_hwsim: Use proper TX power | Beni Lev | 2017-09-05 | 1 | -2/+0 |
| * | mac80211: Fix null pointer dereference with iTXQ support | Chunho Lee | 2017-09-05 | 1 | -1/+2 |
| * | mac80211: add MESH IE in the correct order | Liad Kaufman | 2017-09-05 | 1 | -1/+1 |
| * | mac80211: shorten debug prints using ht_dbg() to avoid warning | Sharon Dvir | 2017-09-05 | 1 | -2/+2 |
| * | mac80211: fix VLAN handling with TXQs | Johannes Berg | 2017-09-05 | 3 | -22/+46 |
| * | mac80211: fix incorrect assignment of reassoc value | Simon Dinkin | 2017-09-05 | 1 | -1/+1 |
* | | tipc: remove unnecessary call to dev_net() | Kleber Sacilotto de Souza | 2017-09-07 | 1 | -1/+1 |
* | | netlink: access nlk groups safely in netlink bind and getname | Xin Long | 2017-09-07 | 1 | -4/+12 |
* | | netlink: fix an use-after-free issue for nlk groups | Xin Long | 2017-09-07 | 1 | -3/+3 |
* | | sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfq | Gao Feng | 2017-09-07 | 2 | -2/+2 |
* | | dt-binding: phy: don't confuse with Ethernet phy properties | Baruch Siach | 2017-09-07 | 1 | -1/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-09-07 | 136 | -3169/+11758 |
|\ \ |
|
| * | | crypto: af_alg - get_page upon reassignment to TX SGL | Stephan Mueller | 2017-08-22 | 1 | -4/+2 |
| * | | crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()' | Christophe Jaillet | 2017-08-22 | 1 | -1/+3 |
| * | | crypto: inside-secure - fix an error handling path in safexcel_probe() | Christophe Jaillet | 2017-08-22 | 1 | -2/+3 |
| * | | crypto: rockchip - Don't dequeue the request when device is busy | Zain Wang | 2017-08-22 | 4 | -148/+160 |
| * | | crypto: cavium - add release_firmware to all return case | Corentin LABBE | 2017-08-22 | 1 | -4/+9 |
| * | | crypto: sahara - constify platform_device_id | Arvind Yadav | 2017-08-22 | 1 | -1/+1 |
| * | | MAINTAINERS: Add ARTPEC crypto maintainer | Lars Persson | 2017-08-22 | 1 | -0/+1 |
| * | | crypto: axis - add ARTPEC-6/7 crypto accelerator driver | Lars Persson | 2017-08-22 | 4 | -0/+3215 |
| * | | crypto: hash - add crypto_(un)register_ahashes() | Rabin Vincent | 2017-08-22 | 2 | -0/+31 |
| * | | dt-bindings: crypto: add ARTPEC crypto | Lars Persson | 2017-08-22 | 1 | -0/+16 |
| * | | crypto: algif_aead - fix comment regarding memory layout | Stephan Mueller | 2017-08-22 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-08-22 | 7 | -42/+61 |
| |\ \ |
|
| * | | | crypto: ccp - use dma_mapping_error to check map error | Pan Bian | 2017-08-17 | 1 | -1/+1 |
| * | | | lib/mpi: fix build with clang | Stefan Agner | 2017-08-17 | 1 | -12/+12 |
| * | | | crypto: sahara - Remove leftover from previous used spinlock | Mogens Lauridsen | 2017-08-17 | 1 | -2/+0 |
| * | | | crypto: sahara - Fix dma unmap direction | Mogens Lauridsen | 2017-08-17 | 1 | -4/+4 |
| * | | | crypto: af_alg - consolidation of duplicate code | Stephan Mueller | 2017-08-09 | 4 | -1262/+940 |
| * | | | crypto: caam - Remove unused dentry members | Fabio Estevam | 2017-08-09 | 3 | -63/+32 |
| * | | | crypto: ccp - select CONFIG_CRYPTO_RSA | Arnd Bergmann | 2017-08-09 | 1 | -0/+1 |
| * | | | crypto: ccp - avoid uninitialized variable warning | Arnd Bergmann | 2017-08-09 | 1 | -1/+2 |
| * | | | crypto: serpent - improve __serpent_setkey with UBSAN | Arnd Bergmann | 2017-08-09 | 1 | -36/+41 |
| * | | | crypto: algif_aead - copy AAD from src to dst | Stephan Mueller | 2017-08-09 | 2 | -23/+162 |
| * | | | crypto: algif - return error code when no data was processed | Stephan Mueller | 2017-08-09 | 2 | -2/+6 |
| * | | | crypto: ccp - Add XTS-AES-256 support for CCP version 5 | Gary R Hook | 2017-08-04 | 3 | -5/+25 |
| * | | | crypto: ccp - Rework the unit-size check for XTS-AES | Gary R Hook | 2017-08-04 | 1 | -37/+20 |
| * | | | crypto: ccp - Add a call to xts_check_key() | Gary R Hook | 2017-08-04 | 1 | -1/+8 |
| * | | | crypto: ccp - Fix XTS-AES-128 support on v5 CCPs | Gary R Hook | 2017-08-04 | 5 | -11/+43 |
| * | | | crypto: arm64/aes - avoid expanded lookup tables in the final round | Ard Biesheuvel | 2017-08-04 | 1 | -45/+107 |
| * | | | crypto: arm/aes - avoid expanded lookup tables in the final round | Ard Biesheuvel | 2017-08-04 | 1 | -23/+65 |
| * | | | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL | Ard Biesheuvel | 2017-08-04 | 2 | -36/+252 |