]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfrm: ipcomp: Use crypto_acomp interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 15 Mar 2025 10:30:43 +0000 (18:30 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Mar 2025 09:36:49 +0000 (17:36 +0800)
commiteb2953d26971f3083bbf95de4bc997b5bedf0b6e
tree1d8d1cf69caec6c5ff02f12c52a4925291b30fcb
parent8a6771cda3f48a4d954647d69ff0094346db6191
xfrm: ipcomp: Use crypto_acomp interface

Replace the legacy comperssion interface with the new acomp
interface.  This is the first user to make full user of the
asynchronous nature of acomp by plugging into the existing xfrm
resume interface.

As a result of SG support by acomp, the linear scratch buffer
in ipcomp can be removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/net/ipcomp.h
net/xfrm/xfrm_algo.c
net/xfrm/xfrm_ipcomp.c