summaryrefslogtreecommitdiffstats
path: root/sys/net/if_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-8/+1
* Importing pfSense patch ipsec_altq.RELENG_10.diffRenato Botelho2015-08-171-1/+8
* Fix a fallout from r241610. One enc interface must be created on startup.glebius2013-09-281-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-4/+5
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-15/+0
* Rename the module for 'device enc' to "if_enc" to avoid conflicting withjhb2012-10-021-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-3/+3
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-6/+12
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-4/+4
* 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