summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* includes: header updatesJan Engelhardt2010-02-0110-5/+124
* policy: fix error message showing wrong optionJan Engelhardt2010-01-311-1/+1
* doc: mention requirement of additional packages for ipsetJan Engelhardt2010-01-192-0/+8
* doc: fix limit manpage to reflect actual supported syntaxJan Engelhardt2010-01-191-1/+1
* doc: fix recent manpage to reflect actual supported syntaxJan Engelhardt2010-01-191-2/+5
* recent: reorder cases in code (cosmetic cleanup)Jan Engelhardt2010-01-191-8/+8
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2009-11-241-1/+3
|\
| * doc: explain experienced --hitcount limitJan Engelhardt2009-11-171-1/+3
* | conntrack: fix --expires parsingPatrick McHardy2009-11-201-1/+1
* | extensions: add osf extensionPatrick McHardy2009-11-121-0/+155
|/
* DNAT: fix incorrect check during parsingPatrick McHardy2009-11-061-1/+1
* CONNMARK: print mark rules with mask 0xffffffff as set instead of xsetJan Engelhardt2009-11-041-0/+2
* MARK: print mark rules with mask 0xffffffff as --set-mark instead of --set-xmarkPatrick McHardy2009-11-041-0/+2
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-0337-95/+95
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-0360-128/+128
* iprange: roll address parsing into a loopJan Engelhardt2009-10-251-20/+16
* iprange: warn on reverse rangeJan Engelhardt2009-10-251-22/+29
* iprange: do accept non-ranges for xt_iprange v1Jan Engelhardt2009-10-251-72/+47
* realm: remove static initializationsJan Engelhardt2009-10-251-3/+2
* doc: update TCPMSS manpage with Linux 2.6.25 changesTim Small2009-10-251-1/+9
* doc: fix typo in length manpagesobtwmxt2009-10-251-1/+1
* doc: mention maximum mark size in manpagesJan Engelhardt2009-10-253-3/+5
* man: fix incorrect plural in libipt_set.manPatrick McHardy2009-08-241-1/+1
* manpages: more fixes to minuses, hyphens, dashesJan Engelhardt2009-08-202-2/+2
* manpage: fix lintian warningsLaurence J. Lane2009-08-201-1/+1
* ipt_set: fix a typo in the manpageTrent W. Buck2009-08-201-1/+1
* libxt_NFQUEUE: add new v1 version with queue-balance optionFlorian Westphal2009-08-202-10/+124
* Merge branch 'stable'Jan Engelhardt2009-08-052-22/+139
|\
| * libxt_helper: fix invalid passed option to check_inverseJan Engelhardt2009-06-251-1/+1
| * xt_conntrack: revision 2 for enlarged state_mask memberJan Engelhardt2009-06-251-27/+148
* | build: combine iptables-multi and iptables-staticJan Engelhardt2009-07-251-2/+2
* | extensions: collapse data variables to use multi-reg callsJan Engelhardt2009-06-2615-566/+552
* | extensions: remove empty help and parse functionsJan Engelhardt2009-06-267-127/+0
* | extensions: collapse registration structuresJan Engelhardt2009-06-2627-474/+29
|/
* Merge branch 'stable' of git://dev.medozas.de/iptablesPatrick McHardy2009-06-117-30/+31
|\
| * manpages: markup correctionsJan Engelhardt2009-06-105-26/+25
| * libxt_connlimit: initialize v6_maskkd6lvw2009-06-101-1/+3
| * libxt_tcp: manpage corrections and suggestionsIan Bruce2009-06-081-2/+2
| * libxt_tcp: fix a manpage syntax typoFrank Tobin2009-06-081-1/+1
* | Updated set/SET match and target to support multiple ipset protocols.Jozsef Kadlecsik2009-06-115-44/+65
|/
* extensions: remove redundant castsJan Engelhardt2009-06-082-8/+8
* DNAT/SNAT: add manpage documentation for --persistent flagJan Engelhardt2009-06-083-4/+12
* extensions: use NFPROTO_UNSPEC for .family fieldJan Engelhardt2009-06-0117-19/+19
* build: fix manpage collectionJan Engelhardt2009-06-011-1/+4
* policy: merge ipv6 and ipv4 variantJan Engelhardt2009-06-012-463/+114
* policy: use direct xt_policy_info instead of ipt/ip6tJan Engelhardt2009-05-312-66/+66
* libip6t_policy: remove redundant functionsJan Engelhardt2009-05-311-40/+8
* manpages: do not include v4-only modules in ip6tables manpageJan Engelhardt2009-05-261-5/+5
* addrtype: fix one manpage typeJan Engelhardt2009-05-261-1/+1
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-2615-101/+44