summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27netdevsim: Fill IPsec state validation failure reasonLeon Romanovsky1-6/+5
2023-01-27xfrm: 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 ...Taehee Yoo1-4/+4
2020-03-16net: 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