summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-5/+25
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-25/+5
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-5/+25
* NULL is not 0.ume2003-12-241-1/+1
* o IN_MULTICAST wants an address in host byte order.maxim2003-12-161-1/+1
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriatesam2003-12-021-0/+1
* Fix verify_rev_path() function. The author of this function tried toandre2003-11-271-13/+7
* Correct a problem where ipfw-generated packets were being returnedsam2003-11-241-5/+9
* Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinessam2003-11-231-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-3/+6
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-1/+1
* Fix an arguments order in check_uidgid() call.maxim2003-11-201-2/+2
* Remove the global one-level rtcache variable and associatedandre2003-11-141-6/+1
* Move uid/gid checking logic out of line and lock inpcb usage. Thissam2003-11-071-40/+60
* use ipsec_getnhist() instead of obsoleted ipsec_gethist().ume2003-11-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-8/+9
* Malloc buckets of size 128 have been having their 64-byte offsetmckusick2003-10-161-4/+7
* Bandaid locking change: mark static rule mutex recursive so re-entry whensam2003-09-171-1/+2
* Add locking.sam2003-09-171-164/+309
* Allow set 31 to be used for rules other than 65535.luigi2003-07-151-23/+27
* Implement comments embedded into ipfw2 instructions.luigi2003-07-121-1/+1
* Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andluigi2003-07-081-17/+13
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-041-0/+16
* whitespace fixluigi2003-06-281-1/+1
* Remove whitespace at end of line.luigi2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-12/+29
* Change handling to support strong alignment architectures such as alpha andticso2003-06-041-6/+15
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).kbyanc2003-06-021-3/+6
* Add a 'verrevpath' option that verifies the interface that a packetcjc2003-03-151-0/+50
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socketmaxim2003-02-171-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* 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
OpenPOWER on IntegriCloud