index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nft: associate table configuration to handle via nft_init
Giuseppe Longo
2013-12-30
6
-30
/
+37
*
nft: no need for rule lookup if no position specified via -I
Pablo Neira Ayuso
2013-12-30
1
-17
/
+15
*
xtables: remove bogus comment regarding rule replacement
Pablo Neira Ayuso
2013-12-30
1
-1
/
+0
*
xtables: add -I chain rulenum
Pablo Neira Ayuso
2013-12-30
3
-46
/
+144
*
nft: fix selective chain display via -S
Pablo Neira Ayuso
2013-12-30
1
-4
/
+6
*
nft: break chain listing if only one if looked for
Pablo Neira Ayuso
2013-12-30
1
-0
/
+8
*
src: use nft_*_list_add_tail
Pablo Neira Ayuso
2013-12-30
2
-3
/
+9
*
nft: fix built-in chain ordering of the nat table
Pablo Neira Ayuso
2013-12-30
2
-9
/
+9
*
xtables-events: fix missing newline in table and chain events
Pablo Neira Ayuso
2013-12-30
1
-2
/
+2
*
xtables-events: print usage on wrong arguments
Pablo Neira Ayuso
2013-12-30
1
-0
/
+4
*
nft: Fix small memory leaks
Tomasz Bursztyka
2013-12-30
1
-0
/
+4
*
nft: add function to test for a builtin chain
Tomasz Bursztyka
2013-12-30
1
-12
/
+10
*
xtables: Remove useless parameter to nft_chain_list_find
Tomasz Bursztyka
2013-12-30
3
-4
/
+4
*
nft: Handle error on adding rule expressions
Tomasz Bursztyka
2013-12-30
1
-25
/
+53
*
nft: Set the rule family when creating a new one
Tomasz Bursztyka
2013-12-30
1
-0
/
+1
*
xtables: nft: display rule number via -S
Pablo Neira Ayuso
2013-12-30
2
-5
/
+7
*
xtables: nft: display rule by number via -L
Giuseppe Longo
2013-12-30
2
-14
/
+16
*
xtables: fix missing afinfo configuration
Pablo Neira Ayuso
2013-12-30
3
-0
/
+3
*
xtables: do not proceed if nft_init fails
Pablo Neira Ayuso
2013-12-30
4
-4
/
+26
*
nft: fix another memleak in nft_rule_list_cb
Giuseppe Longo
2013-12-30
1
-0
/
+1
*
nft: print counter issues
Giuseppe Longo
2013-12-30
1
-4
/
+12
*
nft: break loop after found matching chain
Giuseppe Longo
2013-12-30
1
-0
/
+7
*
xtables: nft: remove lots of useless debugging messages
Pablo Neira Ayuso
2013-12-30
1
-109
/
+43
*
xtables: remove bogus comment on chain rename
Pablo Neira Ayuso
2013-12-30
1
-1
/
+0
*
xtables: allow to zero chains via -Z
Giuseppe Longo
2013-12-30
3
-20
/
+71
*
nft: fix leaks in nft_xtables_config_load
Pablo Neira Ayuso
2013-12-30
1
-0
/
+9
*
nft: fix leak of chain iterator in nft_rule_list
Giuseppe Longo
2013-12-30
1
-0
/
+1
*
nft: fix leak of rule and chain iterators
Giuseppe Longo
2013-12-30
1
-0
/
+4
*
xtables: fix -p protocol
Pablo Neira Ayuso
2013-12-30
2
-3
/
+9
*
xtables-restore: output the same error message that iptables-restore uses
Pablo Neira Ayuso
2013-12-30
2
-14
/
+3
*
nft: don't call nft_init in nft_xtables_config_load
Pablo Neira Ayuso
2013-12-30
2
-2
/
+2
*
xtables: fix compilation due to missing autogenerated header
Pablo Neira Ayuso
2013-12-30
1
-1
/
+1
*
xtables: policy can be changed only on builtin chain
Tomasz Bursztyka
2013-12-30
1
-9
/
+2
*
xtables: initialize xtables defaults even on listing rules
Tomasz Bursztyka
2013-12-30
1
-0
/
+4
*
xtables: remove unused leftover definitions
Pablo Neira Ayuso
2013-12-30
1
-16
/
+0
*
xtables: add new nft_ops->post_parse hook
Pablo Neira Ayuso
2013-12-30
4
-131
/
+139
*
xtables: add new container xtables_args structure
Pablo Neira Ayuso
2013-12-30
2
-136
/
+145
*
iptables: update .gitignore
Pablo Neira Ayuso
2013-12-30
1
-0
/
+3
*
xtables-config-parser: fix compilation warning
Pablo Neira Ayuso
2013-12-30
1
-1
/
+1
*
xtables: fix missing protocol and invflags
Pablo Neira Ayuso
2013-12-30
4
-1
/
+6
*
iptables: fix compilation when lib[mnl|nftables] are not in standard path
Nicolas Dichtel
2013-12-30
2
-3
/
+3
*
xtables-config: fix off by one in parsed strings from /etc/xtables.conf
Pablo Neira Ayuso
2013-12-30
1
-5
/
+5
*
xtables: support family in /etc/xtables.conf file
Pablo Neira Ayuso
2013-12-30
3
-27
/
+60
*
nft: load tables and chains based on /etc/xtables.conf
Pablo Neira Ayuso
2013-12-30
3
-75
/
+112
*
xtables-config: priority has to be per-chain to support
Pablo Neira Ayuso
2013-12-30
3
-25
/
+34
*
xtables-standalone: fix error message
Pablo Neira Ayuso
2013-12-30
1
-3
/
+3
*
xtables: fix missing xtables_exit_error definition
Pablo Neira Ayuso
2013-12-30
1
-2
/
+22
*
nft: remove license for header file
Pablo Neira Ayuso
2013-12-30
1
-20
/
+0
*
xtables-save: add -4 and -6 support
Pablo Neira Ayuso
2013-12-30
1
-1
/
+9
*
xtables-restore: add -4 and -6 support
Pablo Neira Ayuso
2013-12-30
3
-3
/
+14
[next]