aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netdevsim/ipsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-8/+7
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-11/+0
2024-10-11netdevsim: copy addresses for both in and out pathsHangbin Liu1-6/+5
2024-10-11netdevsim: print human readable IP addressHangbin Liu1-4/+8
2023-01-26netdevsim: Fill IPsec state validation failure reasonLeon Romanovsky1-6/+5
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+2
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-0/+5
2022-05-06netdevsim: rely on XFRM state direction instead of flagsLeon Romanovsky1-1/+1
2021-07-06net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_opsTaehee Yoo1-4/+4
2020-03-15net: netdevsim: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-15/+15
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko1-1/+2
2018-12-19drivers: net: netdevsim: use skb_sec_path helperFlorian Westphal1-3/+4
2018-07-02netdevsim: fix sa_idx out of bounds checkColin Ian King1-1/+1
2018-06-28netdevsim: add ipsec offload testingShannon Nelson1-0/+297