aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Modify iptables to talk to xt_IDLETIMER version 1.android-sdk-support_r11android-cts-4.2_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.2_r1android-4.2_pre3android-4.2_pre2.2android-4.2_pre2.1android-4.2_pre2android-4.2_pre1.1android-4.2_pre1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1android-4.1_pre2android-4.1_pre1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1android-4.1-sdk_pre1tools_r21jb-releasejb-mr1-releasejb-mr1-factory-releasejb-mr1-devjb-mr0-releasejb-devics-plus-aospAshish Sharma2012-04-042-1/+12
* quota2: fix inversion handling for --quotaJP Abgrall2011-06-291-0/+2
* xt_quota2: fixup so that it works with iptablesJP Abgrall2011-06-241-51/+37
* Adding the original quota2 from xtables-addonsJP Abgrall2011-06-242-0/+190
* Post-merge fixup. Add new Android.mk, re-checkin generated filesJP Abgrall2011-06-101-0/+209
* Merge git://git.netfilter.org/iptables into v1.4.11_upstreamJP Abgrall2011-06-1028-227/+258
|\
| * doc: fix MASQUERADE section of man pageVlad Dogaru2011-06-081-1/+1
| * doc: fix trivial typo in libipt_SNATElie De Brauwer2011-06-011-1/+1
| * build: move remaining preprocessor flags to CPPFLAGSMike Frysinger2011-06-011-2/+2
| * build: move kinclude's preprocessor flags to kinclude_CPPFLAGSJan Engelhardt2011-06-011-3/+3
| * build: move basic preprocessor flags to regular_CPPFLAGSJan Engelhardt2011-06-011-3/+6
| * libxt_owner: restore inversion supportJan Engelhardt2011-05-291-2/+4
| * Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2011-05-2519-188/+180
| |\
| | * libxt_time: deprecate --localtz option, document kernel TZ caveatsJan Engelhardt2011-05-252-18/+45
| | * libxt_time: --utc and --localtz are mutually exclusiveJan Engelhardt2011-05-251-2/+6
| | * libxt_time: always ignore libc timezoneJan Engelhardt2011-05-251-1/+7
| | * libxt_NFQUEUE: add mutual exclusion between qnum and qbalJan Engelhardt2011-05-251-2/+5
| | * libxt_NFQUEUE: avoid double attempt at parsingJan Engelhardt2011-05-251-4/+1
| | * libxtables: have xtopt_parse_mint interpret partially-spec'd rangesJan Engelhardt2011-05-257-106/+23
| | * libip6t_rt: restore --rt-type storingJan Engelhardt2011-05-241-2/+2
| | * libxt_u32: --u32 option is requiredJan Engelhardt2011-05-241-1/+2
| | * libxt_ipvs: restore network-byte orderJan Engelhardt2011-05-241-2/+4
| | * doc: remove redundant .IP calls in libxt_timeJan Engelhardt2011-05-241-6/+0
| | * doc: use .IP list for TCPMSSJan Engelhardt2011-05-241-10/+4
| | * doc: make usage of libxt_rateest more obviousJan Engelhardt2011-05-221-15/+56
| | * doc: add some coded option examples to libxt_hashlimitJan Engelhardt2011-05-221-10/+16
| | * libxt_rateest: streamline case display of unitsJan Engelhardt2011-05-201-3/+3
| | * libxt_quota: readd missing XTOPT_PUT requestJan Engelhardt2011-05-201-1/+2
| | * libipt_REDIRECT: "--to-ports" is not mandatoryLutz Jaenicke2011-05-181-2/+1
| | * libxtables: retract _NE types and use a flag insteadJan Engelhardt2011-05-181-4/+4
| * | libxt_devgroup: actually set XT_DEVGROUP_OPT_???GROUP flagsLutz Jaenicke2011-05-231-0/+2
| |/
| * libip6t_rt: rt-0-not-strict should take no argJan Engelhardt2011-05-131-1/+1
| * libxt_conntrack: resolve erroneous rev-2 port range messageJan Engelhardt2011-05-131-0/+8
| * libxt_conntrack: fix assignment to wrong memberJan Engelhardt2011-05-131-8/+4
| * libxt_conntrack: correct printed module nameJan Engelhardt2011-05-131-2/+2
| * libipt_[SD]NAT: avoid false error about multiple destinations specifiedJan Engelhardt2011-05-132-6/+12
| * libipt_[SD]NAT: flag up module name on errorJan Engelhardt2011-05-132-2/+2
| * libxt_policy: use XTTYPE_PROTOCOL typeJan Engelhardt2011-05-121-2/+2
| * libxt_policy: option table fixes, improved error trackingJan Engelhardt2011-05-122-10/+32
* | androidify build: Add Android.mk and support scriptJP Abgrall2011-05-201-0/+7
* | xtoptions + quota: parse and store 64bit valuesJP Abgrall2011-05-181-0/+1
|/
* Merge branch 'floating/opts' of git://dev.medozas.de/iptablesPatrick McHardy2011-05-1210-611/+341
|\
| * libipt_SAME: use guided option parserJan Engelhardt2011-05-091-52/+30
| * libipt_REDIRECT: use guided option parserJan Engelhardt2011-05-091-37/+25
| * libipt_MASQUERADE: use guided option parserJan Engelhardt2011-05-091-27/+21
| * libipt_SNAT: use guided option parserJan Engelhardt2011-05-091-49/+39
| * libipt_DNAT: use guided option parserJan Engelhardt2011-05-091-49/+39
| * libxt_iprange: use guided option parserJan Engelhardt2011-05-091-90/+54
| * libipt_CLUSTERIP: use guided option parserJan Engelhardt2011-05-091-105/+52
| * libxt_mac: use guided option parserJan Engelhardt2011-05-091-60/+20