aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-3/+3
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-271-6/+12
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-4/+4
* Unbreak the VIMAGE build with IPSEC, broken with r197952 byBjoern A. Zeeb2009-10-141-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-0/+1
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-0/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Increase statistic counters for enc0 interface when enabledVANHULLEBUS Yvan2008-08-121-1/+1
* Remove redundant inclusions of net/bpfdesc.h.Jung-uk Kim2008-03-241-1/+0
* Fix a panic where if the mbuf was consumed by the filter for requeueingAndrew Thompson2007-12-261-0/+7
* Add sysctls to if_enc(4) to control whether the firewalls orBjoern A. Zeeb2007-11-281-11/+74
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-1/+1
* Catch up with the revised network interface cloning which takes an optionalAndrew Thompson2006-07-101-2/+2
* Fix a braino in the last revision, enc_clone_destroy needs return void insteadAndrew Thompson2006-07-041-12/+3
* A small race existed where the lock was dropped between when encif wasAndrew Thompson2006-06-281-24/+20
* Simplify ipsec_bpf by using bpf_mtap2().Andrew Thompson2006-06-271-9/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-261-0/+323