summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo2019-12-111-17/+64
* crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers2019-12-114-5/+10
* crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers2019-12-111-6/+1
* crypto: skcipher - remove crypto_skcipher::decryptEric Biggers2019-12-112-5/+1
* crypto: skcipher - remove crypto_skcipher::encryptEric Biggers2019-12-112-3/+1
* crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers2019-12-112-9/+4
* crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-115-12/+12
* crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers2019-12-112-3/+1
* crypto: api - remove another reference to blkcipherEric Biggers2019-12-111-1/+1
* crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-12-111-1/+1
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2019-12-111-1/+0
* crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel2019-12-111-1/+1
* crypto: arm64/sha - fix function typesSami Tolvanen2019-12-115-48/+76
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2019-12-111-0/+1
* crypto: ccree - fix backlog memory leakGilad Ben-Yossef2019-12-111-0/+1
* crypto: ccree - fix typos in error msgsHadar Gat2019-12-111-3/+3
* crypto: ccree - fix typos in commentsHadar Gat2019-12-114-9/+9
* crypto: ccree - remove useless defineGilad Ben-Yossef2019-12-112-3/+0
* crypto: x86 - Regularize glue function prototypesKees Cook2019-12-1122-413/+374
* crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan2019-12-111-4/+2
* crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu2019-12-113-79/+227
* crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-34/+13
* crypto: atmel-sha - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-32/+7
* crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-40/+10
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-115-44/+44
* crypto: sun4i-ss - add the A33 variant of SSCorentin Labbe2019-12-113-2/+34
* MAINTAINERS: update my e-mail addressKamil Konieczny2019-12-112-1/+2
* hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2019-12-112-1/+2
* dt-bindings: rng: add BCM2711 RNG compatibleStefan Wahren2019-12-111-0/+1
* padata: Remove unused padata_remove_cpuHerbert Xu2019-12-111-35/+0
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2019-12-111-1/+2
* crypto: hisilicon - Remove useless MODULE macrosZhou Wang2019-12-111-4/+0
* crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2019-12-113-70/+27
* crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron2019-12-111-5/+8
* padata: Remove broken queue flushingHerbert Xu2019-12-111-31/+12
* crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-12-111-4/+1
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-062-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-061-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-061-3/+13