summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
* If the first action is O_LOG adjust a pointer to the real one, unbreaksmaxim2003-01-201-0/+2
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3dillon2003-01-141-3/+3
* Bridged packets are supplied to the firewall with their IP headeriedowse2002-12-271-2/+8
* o De-anonymity dummynet(4) and ipfw(4) messages, prepend themmaxim2002-12-241-15/+16
* o Fix byte order logging issue: sa.sin_port is already in host byte order.maxim2002-12-151-1/+1
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherluigi2002-11-201-1/+0
* Lower a priority of "session drop" messages.maxim2002-10-291-1/+1
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETluigi2002-10-241-2/+2
* Kill EOL spaces.maxim2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
* Several malloc() calls were passing the M_DONTWAIT flagmux2002-10-191-3/+3
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-251-3/+6
* Raise limit for port lists to 30 entries/ranges.luigi2002-08-191-6/+4
* sys/netinet/ip_fw2.c:luigi2002-08-161-47/+116
* remove spurious printfphk2002-08-131-1/+1
* One bugfix and one new feature.luigi2002-08-101-18/+95
* Only log things net.inet.ip.fw.verbose is setluigi2002-07-241-1/+2
* Implement keepalives for dynamic rules, so they will not expireluigi2002-07-141-104/+145
* No functional changes, but:luigi2002-07-081-279/+267
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-051-36/+110
* Fix warning.dfr2002-06-281-1/+1
* The new ipfw code.luigi2002-06-271-0/+2519
OpenPOWER on IntegriCloud