summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/if_pfsync.c
Commit message (Expand)AuthorAgeFilesLines
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-4/+4
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-031-329/+681
* In member interface detach event handler, do not attempt to free statebms2007-04-141-1/+9
* Teach pfsync(4) that its member interfaces may go away.bms2007-03-191-0/+49
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-0/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+4
* Revise network interface cloning to take an optional opaquesam2006-07-091-1/+5
* Make in-kernel multicast protocols for pfsync and carp work after enablingmlaier2006-07-081-0/+5
* Fix pfsync w/o carp compilation.mlaier2006-06-161-0/+2
* Fix byteorder of syncpeer and make it actually work.mlaier2006-06-141-6/+23
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-0/+11
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-3/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-1/+1
* Stop leaking a lock. This used to cause a propagate_priority() page faultmlaier2005-09-111-3/+3
* Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-091-0/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-1/+5
* Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* Mark pf callouts as NET_MPSAFE.mlaier2005-06-121-9/+4
* Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-101-7/+26
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+7
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-031-99/+250
* Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-091-8/+34
* Compile pfsync w/o bpf.mlaier2004-12-101-0/+2
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-141-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* Initialize s variable early to shut up GCC warnings.kan2004-07-281-1/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+4
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-132/+1254
* Remove some more leftover from the old pfaltq_module hack to allow formlaier2004-06-141-12/+4
* "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" ormlaier2004-05-311-0/+1
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-171-25/+23
* Remove `$Name$' leftovers from the port version reporting.mlaier2004-03-101-1/+0
* Bring diff from the security/pf port. This has code been tested as a portmlaier2004-02-261-0/+199
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-261-0/+359
OpenPOWER on IntegriCloud