aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:David Malone2008-05-201-5/+18
* MFC: 1.111Oleg Bulyzhin2008-04-251-3/+3
* MFC: ipfw2.c 1.114Julian Elischer2008-04-041-6/+9
* MFC rev.1.108: fix the issue when "ipfw(8) show" produces "not" twice.Maxim Konovalov2007-10-141-2/+2
* MFC rev. 1.103: make ipfw(8) show rules with mac/mac-type optionsMaxim Konovalov2007-06-101-58/+55
* MFC:Bjoern A. Zeeb2007-06-071-0/+18
* MFC 1.93 1.94.Julian Elischer2007-05-081-10/+42
* MFC rev. 1.102: add missed w/space in the error message.Maxim Konovalov2007-04-281-1/+1
* MFC: ipfw2.c, 1.101:Max Laier2007-01-101-2/+8
* MFC rev. 1.99: check for a required "pathname" argument presence.Maxim Konovalov2006-10-211-0/+2
* MFC: 1.98John Hay2006-09-201-0/+4
* MFC: 1.97John Hay2006-09-201-1/+1
* MFC 1.96: Treat "Bits" as bits not bytes.David Malone2006-08-311-7/+8
* Belatedly MFC ipfw2.c, 1.88:Max Laier2006-08-071-15/+31
* MFC:Oleg Bulyzhin2006-07-291-58/+166
* MFC: 1.84. (and fixes)Julian Elischer2006-06-291-3/+14
* MFC src/sys/netinet/ip_fw2.c rev.1.133:Oleg Bulyzhin2006-06-241-4/+14
* MFC: Revert `proto ip' back to the previous behavior. The kernel side ofHajimu UMEMOTO2006-03-091-3/+3
* MFC:Gleb Smirnoff2006-01-151-45/+45
* Cleanup _FreeBSD_version.Gleb Smirnoff2006-01-151-3/+0
* MFC:Gleb Smirnoff2006-01-151-2/+2
* MFC: We couldn't specify the rule for filtering tunnel traffic since anHajimu UMEMOTO2005-12-061-16/+49
* MFC:Bjoern A. Zeeb2005-08-201-2/+69
* add_proto() now fills proto for us so stop to 'guess' the protocol from theMax Laier2005-06-071-5/+2
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.Max Laier2005-06-031-13/+56
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsMax Laier2005-05-211-2/+1
* Fix a the previous commit. I wanted to remove the if and always run theBrooks Davis2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.Brooks Davis2005-04-261-2/+0
* Add IPv6 support to IPFW and Dummynet.Brooks Davis2005-04-181-35/+698
* Be more specific when complaining about bit masks.Brooks Davis2005-04-051-2/+2
* Add a ng_ipfw node, implementing a quick and simple interface betweenGleb Smirnoff2005-02-051-0/+22
* Don't print extra " via ", if we have already printed one. While here,Gleb Smirnoff2005-01-181-4/+6
* Deprecate unmaintainable uses of strncmp to implement abbreviations.Brooks Davis2005-01-151-60/+112
* Write some bit mask limits in hex rather than decimal so they look lessBrooks Davis2005-01-071-2/+2
* Remove a duplicate line from an apparent merge error in rev 1.63.Brooks Davis2004-11-251-1/+0
* Commit forgotten documentation for "diverted" rules.Brian Feldman2004-10-081-1/+2
* Add support to IPFW for matching by TCP data length.Brian Feldman2004-10-031-0/+23
* Add support to IPFW for classification based on "diverted" statusBrian Feldman2004-10-031-0/+35
* Remove accidentally-added O_DIVERTED section.Brian Feldman2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.Brian Feldman2004-10-031-31/+216
* Since "d" is an array of 32 bit values, it is moreChristian S.J. Peron2004-09-211-1/+1
* Currently when ipfw(8) generates the micro-instructions for rules whichChristian S.J. Peron2004-09-111-3/+3
* o Initialize a local variable and make gcc happy.Maxim Konovalov2004-09-101-0/+2
* o Restore a historical ipfw1 logamount behaviour: rules with 'log'Maxim Konovalov2004-08-291-0/+7
* Fix 'show' command for pipes and queues.Pawel Jakub Dawidek2004-08-231-1/+7
* Add the ability to associate ipfw rules with a specific prison ID.Christian S.J. Peron2004-08-121-0/+22
* New ipfw option "antispoof":Andre Oppermann2004-08-091-1/+11
* Fixed a bug spotted by compiling with -Wall.Ruslan Ermilov2004-06-101-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulRuslan Ermilov2004-06-091-2/+108
* o Move NEED1 macro to the top of the source file.Christian S.J. Peron2004-06-021-6/+6