aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-291-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-5/+5
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-6/+6
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add to if_enc(4) ability to capture packets via BPF after pfil processing.Andrey V. Elsukov2017-08-091-16/+33
* Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookAndrey V. Elsukov2017-07-311-1/+1
* Declare module version.Andrey V. Elsukov2017-03-271-0/+1
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-8/+29
* Fix building sys/modules/if_enc by adding missing headersEnji Cooper2015-11-251-0/+2
* Fix the build.Andrey V. Elsukov2015-11-251-1/+0
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-251-196/+229
* Our packet filters use mbuf's rcvif pointer to determine incoming interface.Andrey V. Elsukov2014-10-071-0/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix a fallout from r241610. One enc interface must be created on startup.Gleb Smirnoff2013-09-281-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-4/+5
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:Gleb Smirnoff2012-10-061-15/+0
* Rename the module for 'device enc' to "if_enc" to avoid conflicting withJohn Baldwin2012-10-021-2/+2
* 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