summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* Merge several fixes to bulk update processing from OpenBSD. Mergedglebius2011-10-231-27/+44
* Fix indentation, no code changed.glebius2011-10-231-2/+2
* - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Insteadglebius2011-10-231-3/+3
* Fix from r226623 is not sufficient to close all races in pfsync(4).glebius2011-10-231-40/+59
* Absense of M_WAITOK in malloc flags for UMA doesn'tglebius2011-10-231-1/+1
* Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old andglebius2011-10-231-1/+1
* Fix a race: we should update sc_len before dropping the pf lock, otherwise aglebius2011-10-211-3/+1
* In FreeBSD ip_output() expects ip_len and ip_off in host byte orderglebius2011-10-211-0/+8
* Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sbz2011-10-191-20/+22
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingbz2011-10-192-20/+14
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:bz2011-10-194-16/+18
* In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything.bz2011-10-191-13/+4
* Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastbz2011-10-193-4/+4
* Fix an obvious locking bug where we would lock again rather than unlock.bz2011-10-191-1/+1
* Fix a bug when NPFSYNC > 0 that on FreeBSD we would always returnbz2011-10-191-2/+2
* Fix indentation in a loop and a tiny maze of #ifdefs for just thebz2011-10-191-27/+27
* Use the correct byte order for the ip_divert(4) mbuf tag port metabz2011-08-251-1/+2
* Fix build failure without BPF.pluknet2011-08-171-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-2816-5709/+9000
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-0/+8
* Remove some further INET related symbols from pf to allow the modulebz2011-05-313-1/+14
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-17/+14
* Make pf compile without INET support by adding #ifdef INETs andbz2011-04-273-4/+16
* Correct bogus initialization. It should be noted that this changecsjp2011-01-141-1/+1
* Ignore the return value of ADDCARRY().rpaulo2010-10-131-1/+1
* When using pf routing options, properly handle IP fragmentationbz2010-09-101-1/+2
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Directdelphij2009-12-244-175/+296
* Fix argument ordering to memcpy as well as the size of the copy in themlaier2009-08-251-1/+1
* If we cannot immediately get the pf_consistency_lock in the purge thread,mlaier2009-08-192-24/+70
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-14/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-014-6/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-145-28/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-232-2/+0
* All consumers of in_cksum.h have been properly #ifdefed already,bz2009-06-101-0/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-082-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-163-5/+5
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-3/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-272-5/+5
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* This main goals of this project are:qingli2008-12-151-6/+6
* Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
* Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-15/+14
OpenPOWER on IntegriCloud