maxv
|
68df48a8f0
|
Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op.
|
2018-04-28 15:45:16 +00:00 |
maxv
|
f193022c1a
|
Inline M_EXT_WRITABLE directly, and remove the XXX, there's nothing wrong
in the use of !M_READONLY.
|
2018-04-28 14:39:34 +00:00 |
maxv
|
d81439a881
|
Remove unused macros, and while here style.
|
2018-02-28 11:19:49 +00:00 |
maxv
|
e9a0140794
|
Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject
already increases it. IPSEC6_STATINC is now unused, so remove it too.
|
2018-02-28 11:09:03 +00:00 |
ozaki-r
|
e1c9808fed
|
Don't acquire global locks for IPsec if NET_MPSAFE
Note that the change is just to make testing easy and IPsec isn't MP-safe yet.
|
2017-07-27 06:59:28 +00:00 |
ozaki-r
|
ef67739a78
|
Retire ipsec_osdep.h
We don't need to care other OSes (FreeBSD) anymore.
Some macros are alive in ipsec_private.h.
|
2017-04-19 03:39:14 +00:00 |
martin
|
ce099b4099
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
thorpej
|
02f63fe1bf
|
PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU.
|
2008-04-23 07:29:47 +00:00 |
thorpej
|
caf49ea572
|
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
netstat_sysctl().
|
2008-04-23 06:09:04 +00:00 |