summaryrefslogtreecommitdiff
path: root/sys/net/if_ipsec.h
AgeCommit message (Expand)Author
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2020-02-01Fix order in rollback case; switch if_ipsec to atomic_load/store_*.riastradh
2019-11-01Make global and per-interface ipsecif(4) pmtu tunable like gif(4).knakahara
2019-09-19Avoid having a rtcache directly in a percpu storage for tunnel protocols.knakahara
2018-10-19Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-go...knakahara
2018-04-27Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.knakahara
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-01-10add ipsec(4) interface, which is used for route-based VPN.knakahara