summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Fix ipfw crash on uid or gid check.julian2009-08-141-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-013-3/+0
* Startup the vnet part of initialization a bit after the global part.julian2009-07-281-2/+2
* Catch ipfw up to the rest of the vimage code.julian2009-07-251-109/+163
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-162-24/+24
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-143-120/+98
* Update various IPFW-related modules to use if_addr_rlock()/rwatson2009-06-262-8/+8
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-241-21/+51
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-43/+18
* Since dn_pipe.numbytes is int64_t now - remove unnecessary overflow detectionoleg2009-06-151-21/+7
* in ip_dn_ctl(), do not allocate a large structure on the stack,luigi2009-06-101-9/+11
* small simplifications to the code in charge of reaping deleted rules:luigi2009-06-101-16/+13
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-093-76/+39
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* move kernel ipfw-related sources to a separate directory,luigi2009-06-054-0/+8383
OpenPOWER on IntegriCloud