summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
* move kernel ipfw-related sources to a separate directory,luigi2009-06-051-4747/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-1/+7
* Revert the logical change of r192341.bz2009-05-181-1/+1
* - Fix typo in description of 'net.inet.ip.fw.autoinc_step'.jhb2009-05-181-2/+2
* Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunablejhb2009-05-091-5/+9
* Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet wasoleg2009-04-271-9/+0
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-1/+2
* Prefer actual field names (if_addrhead, ifa_link) to macros aliasingrwatson2009-04-201-1/+1
* Lock the interface address list when searching for a matching interfacerwatson2009-04-191-5/+13
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-0/+53
* fw_debug has been unused for ages, so remove it from the listluigi2009-03-021-4/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* correct some #includeluigi2009-02-161-2/+1
* use a const format string in the log message so we can check theluigi2009-02-161-6/+11
* remove unnecessary #include, and document some of the othersluigi2009-02-131-6/+2
* initialize a couple of variables, gcc 4.2.4-4 (linux) reportsluigi2009-01-281-1/+2
* For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endifluigi2009-01-281-2/+5
* ipfw doesn't use the radix node head lock to protect the radix tree - remove ...kmacy2008-12-161-2/+0
* This main goals of this project are:qingli2008-12-151-2/+2
* version that will compilekmacy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrkmacy2008-12-131-0/+2
* Second round of putting global variables, which were virtualizedbz2008-12-131-3/+4
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-21/+59
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* For consistency work on the local object passed into the function for thebz2008-11-091-3/+3
* o Remove unnecessary parentheses and restore identation.maxim2008-10-141-32/+24
* o Reformat ipfw nat get|setsockopt code to look it moremaxim2008-10-141-33/+36
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-35/+57
* When an inpcb doesn't have a socket but the inpcb is passed to ipfwrwatson2008-09-271-1/+2
* Rather than shadowing global variable 'lookup' in check_uidgid(), renamerwatson2008-09-271-8/+8
* Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.rik2008-09-141-0/+2
* Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not onlyrik2008-09-061-1/+2
* whitespace nitjulian2008-09-031-1/+1
* We left out V_static_len from ip_fw2.cjulian2008-08-251-3/+3
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-4/+6
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-139/+140
* The IPFW code accepts the use of the tablearg keyword along with the skiptojulian2008-08-011-8/+21
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-6/+48
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-3/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-3/+3
* Don't cache ptr to nat rule in case of tablearg argument.piso2008-03-171-1/+2
* Move ipfw's nat code into its own kld: ipfw_nat.piso2008-02-291-551/+53
* Add table/tablearg support to ipfw's nat.piso2008-02-241-2/+4
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-251-0/+3
* If we are walking the IPv6 header chain and we hit an IPPROTO_NONEdwmalone2007-12-091-3/+6
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
OpenPOWER on IntegriCloud