index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the NAT targets to use the kernel supplied nf_nat.h header
Patrick McHardy
2012-09-10
6
-86
/
+91
*
extensions: libxt_addrtype: fix type in help message
Pablo Neira Ayuso
2012-09-08
1
-1
/
+1
*
libxt_tcp: print space before, not after "flags:"
Andreas Schwab
2012-08-21
1
-3
/
+2
*
libip6t_frag: match any frag id by default
Michal Kubeček
2012-08-08
1
-0
/
+8
*
libxt_*limit: avoid division by zero
Jan Engelhardt
2012-07-31
2
-10
/
+24
*
libxt_LED: guard against negative numbers
Jan Engelhardt
2012-07-31
1
-2
/
+5
*
libxt_devgroup: guard against negative numbers
Jan Engelhardt
2012-07-31
1
-4
/
+6
*
libxt_devgroup: consolidate devgroup specification parsing
Jan Engelhardt
2012-07-31
1
-40
/
+30
*
libxt_u32: do bounds checking for @'s operands
Jan Engelhardt
2012-07-31
1
-8
/
+4
*
doc: grammatical updates to libxt_SET
Jan Engelhardt
2012-07-31
1
-6
/
+6
*
libxt_recent: add --mask netmask
Denys Fedoryshchenko
2012-07-31
2
-21
/
+161
*
libxt_HMARK: correct a number of errors introduced by Pablo's rework
Hans Schillstrom
2012-07-17
1
-19
/
+26
*
libxt_HMARK: fix ct case example
Pablo Neira Ayuso
2012-07-16
1
-2
/
+2
*
libxt_HMARK: fix output of iptables -L
Hans Schillstrom
2012-07-16
1
-8
/
+8
*
libxt_hashlimit: add support for byte-based operation
Florian Westphal
2012-07-14
2
-15
/
+175
*
libxt_recent: remove unused variable
Eldad Zack
2012-07-14
1
-2
/
+0
*
extensions: add HMARK target
Hans Schillstrom
2012-07-14
2
-0
/
+503
*
libxt_devgroup: add man page snippet
Florian Westphal
2012-07-04
1
-0
/
+7
*
extensions: libxt_rateest: output all options in save hook
Florian Westphal
2012-05-22
1
-21
/
+34
*
libipt_ULOG: fix --ulog-cprange
Pablo Neira Ayuso
2012-05-09
1
-2
/
+2
*
libxt_CT: add --timeout option
Pablo Neira Ayuso
2012-04-02
2
-12
/
+127
*
extensions: add nfacct match
Pablo Neira Ayuso
2012-03-27
2
-0
/
+119
*
src: mark newly opened fds as FD_CLOEXEC (close on exec)
Maciej Żenczykowski
2012-03-23
1
-0
/
+7
*
extensions: add IPv6 capable ECN match extension
Patrick McHardy
2012-02-23
2
-32
/
+33
*
extensions: add rpfilter module
Florian Westphal
2012-02-23
2
-0
/
+134
*
extensions: link on libxtables and check symbols
Jan Engelhardt
2011-12-31
1
-11
/
+3
*
build: use delayed expansion on the user-settable variables
Jan Engelhardt
2011-12-31
1
-21
/
+21
*
Update .gitignore
Jan Engelhardt
2011-12-31
1
-0
/
+9
*
Merge branch 'stable'
Pablo Neira Ayuso
2011-12-23
1
-17
/
+25
|
\
|
*
libxt_connbytes: fix handling of --connbytes FROM
Florian Westphal
2011-12-23
1
-17
/
+25
*
|
Merge branch 'stable'
Jan Engelhardt
2011-12-18
6
-40
/
+52
|
\
\
|
|
/
|
/
|
|
*
libxt_recent: Add support for --reap option
Tim Gardner
2011-12-09
2
-1
/
+21
|
*
Merge branch 'stable'
Pablo Neira Ayuso
2011-11-01
1
-1
/
+1
|
|
\
|
*
|
Improve readability of bitwise operation
Thomas Jarosch
2011-09-28
1
-2
/
+2
|
*
|
Merge branch 'stable'
Jan Engelhardt
2011-09-19
1
-4
/
+4
|
|
\
\
|
*
|
|
src: resolve old macro names that are indirections
Jan Engelhardt
2011-09-11
1
-5
/
+5
|
*
|
|
Merge branch 'stable'
Jan Engelhardt
2011-09-11
1
-6
/
+6
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of git://dev.medozas.de/iptables
Jan Engelhardt
2011-09-08
2
-32
/
+24
|
|
\
\
\
\
|
|
*
|
|
|
libxt_addrtype: add support for revision 1
Jan Engelhardt
2011-08-28
1
-32
/
+24
|
|
*
|
|
|
libxt_addrtype: rename from libipt_addrtype
Jan Engelhardt
2011-08-28
2
-0
/
+0
*
|
|
|
|
|
libipt_SAME: set PROTO_RANDOM on all ranges
Jan Engelhardt
2011-11-30
3
-24
/
+34
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
libxt_NFQUEUE: fix --queue-bypass ipt-save output
Florian Westphal
2011-11-01
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
build: make check stage not fail when building statically
Jan Engelhardt
2011-09-19
1
-2
/
+2
*
|
|
|
build: restore build order of modules
Jan Engelhardt
2011-09-19
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
build: sort file list before build
Jan Engelhardt
2011-09-08
1
-6
/
+6
|
/
/
*
|
libxt_CONNSECMARK: fix spacing in output
Tom Eastep
2011-09-05
1
-1
/
+1
*
|
build: scan for unreferenced symbols
Jan Engelhardt
2011-09-03
1
-1
/
+10
*
|
libxt_RATEEST: link with -lm
Jan Engelhardt
2011-09-03
1
-0
/
+1
*
|
libxt_statistic: link with -lm
Jan Engelhardt
2011-09-03
1
-1
/
+4
|
/
*
libxt_conntrack: improve error message on parsing violation
Tom Eastep
2011-08-27
1
-4
/
+11
[next]