aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* if_ipsec(4): handle situations where there are no policy or SADB entry for ifKonstantin Belousov2023-01-181-0/+6
* if_ipsec(4): protect against user supplying unknown address familyKonstantin Belousov2023-01-181-2/+12
* Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff2021-10-221-0/+3
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add if_reassing method to all tunneling interfaces.Andrey V. Elsukov2020-06-031-0/+21
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-291-0/+1
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-151-1/+1
* Allow configuration of several ipsec interfaces with the same tunnelAndrey V. Elsukov2018-11-161-13/+1
* Add the check that current VNET is ready and access to srchash isAndrey V. Elsukov2018-10-231-0/+11
* Remove softc from idhash when interface is destroyed.Andrey V. Elsukov2018-10-231-3/+7
* Follow the fix in r339532 (by glebius):Andrey V. Elsukov2018-10-211-1/+1
* Rework if_ipsec(4) to use epoch(9) instead of rmlock.Andrey V. Elsukov2018-10-211-165/+204
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-4/+4
* Apply the change from r272770 to if_ipsec(4) interface.Andrey V. Elsukov2018-05-111-1/+1
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* Introduce the concept of IPsec security policies scope.Andrey V. Elsukov2017-03-071-2/+4
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-0/+1000