summaryrefslogtreecommitdiff
path: root/sock.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-10sock: change type of verbose parameter to set_sock_qdisc_bypass()Tobias Klauser1-1/+4
2015-06-18sock: Add dgram socket creation.Daniel Borkmann1-0/+1
2015-05-06sock: Fix capturing extra packets from other devVadim Kochan1-1/+0
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer1-0/+1
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+17
/a>) tree8b5b9e0e1bcae1ab98ee652ffb7b13b05c209bd6 /net/sched/sch_drr.c 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/sched/sch_drr.c')