summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/xfrm_device.rst
Commit message (Collapse)AuthorAgeFilesLines
* xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
| | | | | | | | | | | Almost all validation logic is in the drivers, but they are missing reliable way to convey failure reason to userspace applications. Let's use extack to return this information to users. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
* xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
| | | | | | | | | | | Almost all validation logic is in the drivers, but they are missing reliable way to convey failure reason to userspace applications. Let's use extack to return this information to users. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
* xfrm: document IPsec packet offload modeLeon Romanovsky2022-12-051-9/+53
| | | | | | | | Extend XFRM device offload API description with newly added packet offload mode. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
* docs: networking: Fix a typoBhaskar Chowdhury2021-03-201-1/+1
| | | | | | | | s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* docs: networking: convert xfrm_device.txt to ReSTMauro Carvalho Chehab2020-05-011-0/+151
- add SPDX header; - mark code blocks and literals as such; - mark tables as such; - adjust identation, whitespaces and blank lines where needed; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>