summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
* MFC: Enlighten those who read the FINE POINTS of the documentation aCrist J. Clark2002-05-011-2/+6
* MFC: 1.181->1.182, cache result of previous lookups in skipto rules.Luigi Rizzo2002-03-081-2/+4
* MFC 1.176, 1.180: silence warnings.Dima Dorfman2002-02-121-4/+2
* MFC 1.179: Fix a missing "ipfw:" in a syslog message.Crist J. Clark2002-01-071-1/+1
* MFC 1.175: nuke debugging printfs.Dima Dorfman2001-12-091-2/+0
* Remove a leftover bzero(), plus a number of indentation and comment fixesLuigi Rizzo2001-11-041-26/+30
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-453/+557
* Remove an additional newline in a stringLuigi Rizzo2001-10-041-2/+2
* MFC: rev 1.166 - spl protection for generation of dynamic rules for userland.Bill Fumerola2001-08-261-0/+3
* MFC of 1.165 changes. Fixing a fragment logging bug and upgrading toCrist J. Clark2001-07-241-8/+11
* MFC: Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state.Hidetoshi Shimokawa2001-03-281-1/+1
* MFC: r1.161; fix for byte swapped RST sequence number.Jonathan Lemon2001-03-091-1/+1
* in the spirit r1.160, fix code dealing with fragmented packets and tcpoptionsBill Fumerola2001-03-061-0/+1
* MFC various trivial/textual changes.Poul-Henning Kamp2001-02-271-6/+3
* MFC: clean up warningJonathan Lemon2001-02-211-1/+0
* MFC: ipfw "me" functionality.Poul-Henning Kamp2001-02-201-0/+1
* MFC: The ipfw src/dst "me" keyword support.Poul-Henning Kamp2001-02-201-0/+11
* Convert to the use of <sys/queue.h> macros.Luigi Rizzo2001-02-091-42/+40
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-071-4/+2
* A recent commit (1.131.2.13) removed the security fix associated withRobert Watson2001-02-041-1/+3
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-011-7/+5
* MFC: bring in latest bunch of bugfixes and patches to make bridgingLuigi Rizzo2001-01-261-41/+38
* o MFC of ECN flag handling fixes in IPFW, respectively:Robert Watson2001-01-101-5/+13
* MFC: (rev 1.149) fixed the IP_FW_ADD security breach.Ruslan Ermilov2000-11-071-3/+3
* MFC:Ruslan Ermilov2000-10-271-20/+15
* MFC: close PR22152 and PR19511 -- wrong variable nameLuigi Rizzo2000-10-261-1/+1
* MFC: make rule number available from getsockopt(IP_FW_ADD).Ruslan Ermilov2000-10-171-1/+3
* MFC: net.inet.ip.fw.one_pass only affects dummynet(4).Ruslan Ermilov2000-09-291-1/+1
* MFCBill Fumerola2000-07-281-0/+70
* MFC: Bring WF2Q+ support in dummynet. Read the ipfw(8) manpage forLuigi Rizzo2000-06-111-2/+19
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-232/+162
* remove a useless error messageLuigi Rizzo2000-05-021-0/+2
* MFC: (rev 1.132) Fix logging of src and dst IP addresses.Ruslan Ermilov2000-03-141-5/+6
* Fix panic when doing keep-state and "forward".Luigi Rizzo2000-02-291-69/+68
* Move definition of fw_enable from ip_fw.c to ip_input.cLuigi Rizzo2000-02-101-1/+0
* Whoops... forgot braces in a conditionalLuigi Rizzo2000-02-101-6/+7
* Support for stateful (dynamic) ipfw rules. They are veryLuigi Rizzo2000-02-101-21/+450
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-3/+4
* Add ipfw hooks for the new dummynet features.Luigi Rizzo2000-01-081-68/+95
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-4/+8
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-59/+59
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.Brian Feldman1999-09-191-6/+6
* Oops, I missed a cast in rev.1.119.Bruce Evans1999-08-291-1/+1
* Also make the "other" packets counter resettable.Brian Feldman1999-08-281-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tBruce Evans1999-08-241-4/+4
* To christen the brand new security category for syslog, we get IPFWBrian Feldman1999-08-211-58/+86
* Implement probabilistic rule match in ipfw. Each rule can be associatedLuigi Rizzo1999-08-111-7/+18
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-011-9/+80