summaryrefslogtreecommitdiffstats
path: root/sys/net/if_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the VIMAGE build with IPSEC, broken with r197952 bybz2009-10-141-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+1
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-121-1/+1
* Remove redundant inclusions of net/bpfdesc.h.jkim2008-03-241-1/+0
* Fix a panic where if the mbuf was consumed by the filter for requeueingthompsa2007-12-261-0/+7
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-11/+74
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-1/+1
* Catch up with the revised network interface cloning which takes an optionalthompsa2006-07-101-2/+2
* Fix a braino in the last revision, enc_clone_destroy needs return void insteadthompsa2006-07-041-12/+3
* A small race existed where the lock was dropped between when encif wasthompsa2006-06-281-24/+20
* Simplify ipsec_bpf by using bpf_mtap2().thompsa2006-06-271-9/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+323
OpenPOWER on IntegriCloud