summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-081-0/+70
* Implement WF2Q+ in dummynet.luigi2000-06-081-2/+19
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-235/+165
* Remove an unnecessary error messageluigi2000-05-021-0/+2
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.ru2000-03-141-5/+6
* Fix panic when doing keep-state and "forward".luigi2000-02-291-69/+68
* Move definition of fw_enable from ip_fw.c to ip_input.cluigi2000-02-101-1/+0
* Whoops... forgot braces in a conditionalluigi2000-02-101-6/+7
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-101-21/+450
* tcp updates to support IPv6.shin2000-01-091-3/+4
* Add ipfw hooks for the new dummynet features.luigi2000-01-081-68/+95
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-4/+8
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-60/+60
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-6/+6
* Oops, I missed a cast in rev.1.119.bde1999-08-291-1/+1
* Also make the "other" packets counter resettable.green1999-08-281-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tbde1999-08-241-4/+4
* To christen the brand new security category for syslog, we get IPFWgreen1999-08-211-58/+86
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-111-7/+18
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-9/+80
* 8 -> NBBygreen1999-07-281-3/+3
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-9/+98
* Don't accept divert/tee/pipe rules without corresponding option.ru1999-06-111-3/+11
* close pr 10889:luigi1999-05-241-1/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+10
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
* s/IPFIREWALL_MODULE/KLD_MODULE/peter1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-4/+1
* Oops, forgot this part of lkm code that's been replaced with kld.peter1999-04-171-50/+3
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-18/+22
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Partial fix for when ipfw is used with bridging. Bridged packetsluigi1998-12-311-24/+22
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beluigi1998-12-221-3/+3
* Recover from previous dummynet screwupluigi1998-12-211-10/+52
* Last bits (i think) of dummynet for -current.luigi1998-12-141-72/+198
* Staticize some more.eivind1998-11-261-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-8/+50
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-154/+114
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Use explicitly sized types when digging through packet headers.dfr1998-08-031-9/+9
* Don't log ICMP type and subtype for non-zero offset packet fragments.alex1998-07-181-2/+5
* Support for IPFW based transparent forwarding.julian1998-07-061-5/+40
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-021-31/+1
* Removed unused includes.bde1998-06-211-2/+1
* Remove 3 occurances of __FUNCTION__julian1998-06-121-2/+2
OpenPOWER on IntegriCloud