summaryrefslogtreecommitdiff
path: root/built_in.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-0/+4
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann1-0/+12
2013-05-27ifpps: Don't assume a maximum of 32 CPUsTobias Klauser1-4/+0
2013-05-17built_in: Add __noreturn markerTobias Klauser1-0/+4
2013-04-29dissector: show sw/hw timestamp sourceDaniel Borkmann1-0/+12
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+344
t/tree/net/ipv6?h=nds-private-remove&id=11e3b725cfc282efe9d4a354153e99d86a16af08'>net/ipv6 parentd6040764adcb5cb6de1489422411d701c158bb69 (diff)
crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
Update the ARMv8 Crypto Extensions and the plain NEON AES implementations in CBC and CTR modes to return the next IV back to the skcipher API client. This is necessary for chaining to work correctly. Note that for CTR, this is only done if the request is a round multiple of the block size, since otherwise, chaining is impossible anyway. Cc: <stable@vger.kernel.org> # v3.16+ Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/ipv6')
an class='deletions'>-1/+1
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün1-1/+22
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller