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
*
update FSF address in license text
Jiri Popelka
2014-03-13
6
-6
/
+6
*
iptables.8: update coreteam members from manpage
Pablo Neira Ayuso
2014-03-07
1
-3
/
+4
*
iptables: fix version in iptables(8)
Jiri Popelka
2014-03-07
1
-1
/
+1
*
nft-arp: wrong condition in parse_payload
Giuseppe Longo
2014-03-07
1
-1
/
+1
*
nft-arp: fix is_same_interfaces arguments
Giuseppe Longo
2014-03-07
1
-8
/
+8
*
xtables-events: prints arp rules
Giuseppe Longo
2014-02-25
1
-8
/
+15
*
nft-arp: adds nft_arp_save_firewall
Giuseppe Longo
2014-02-25
1
-63
/
+109
*
Merge branch 'nft-compat'
Pablo Neira Ayuso
2014-02-13
37
-5
/
+10937
|
\
|
*
nft: Pass a line after printing out a debug message
Tomasz Bursztyka
2014-02-12
1
-3
/
+3
|
*
nft: Remove useless error message
Tomasz Bursztyka
2014-02-12
1
-40
/
+5
|
*
nft: Initialize a table only once
Tomasz Bursztyka
2014-02-12
2
-0
/
+11
|
*
nft: A builtin chain might be created when restoring
Tomasz Bursztyka
2014-02-12
3
-0
/
+3
|
*
nft: Add useful debug output when a builtin table is created
Tomasz Bursztyka
2014-02-12
1
-0
/
+8
|
*
nft-compat: fix wrong protocol context in initialization
Pablo Neira Ayuso
2014-02-11
2
-5
/
+3
|
*
nft-compat: fix IP6T_F_GOTO flag handling
Pablo Neira Ayuso
2014-02-11
5
-13
/
+20
|
*
nft: adds save_matches_and_target
Giuseppe Longo
2014-02-11
6
-39
/
+53
|
*
xtables: Add backward compatibility with -w option
Tomasz Bursztyka
2014-02-11
4
-4
/
+14
|
*
xtables: add xtables-compat-multi for the nftables compatibility layer
Pablo Neira Ayuso
2014-02-04
8
-38
/
+123
|
*
xtables-restore: remove dependency with libip4tc
Pablo Neira Ayuso
2014-02-04
1
-1
/
+5
|
*
configure: conditional dependencies for nftables-compat
Pablo Neira Ayuso
2014-02-04
1
-36
/
+37
|
*
configure: rename --disable-xtables to --disable-nftables
Pablo Neira Ayuso
2014-02-04
1
-1
/
+1
|
*
configure: fix wrong reference to the conntrack-tools
Pablo Neira Ayuso
2014-02-04
1
-2
/
+2
|
*
nft: Use new libnftnl library name against former libnftables
Tomasz Bursztyka
2014-01-20
9
-20
/
+20
|
*
nft: fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEY
Pablo Neira Ayuso
2014-01-10
2
-9
/
+9
|
*
include: Update nftables API header in sync with kernel's one
Tomasz Bursztyka
2013-12-30
1
-7
/
+296
|
*
nft: fix wrong function to release iterator
Pablo Neira Ayuso
2013-12-30
1
-1
/
+1
|
*
iptables: nft: fix memory leaks in nft_fini
Ana Rey
2013-12-30
1
-0
/
+2
|
*
nft: fix memory leaks in nft_xtables_config_load
Ana Rey
2013-12-30
1
-10
/
+17
|
*
xtables-standalone: call nft_fini in the error path
Ana Rey
2013-12-30
1
-0
/
+3
|
*
nft: fix out of bound memory copy
Pablo Neira Ayuso
2013-12-30
1
-9
/
+6
|
*
nft: fix inversion of built-in selectors
Pablo Neira Ayuso
2013-12-30
2
-0
/
+8
|
*
xtables-events: fix compilation due change in libnftables
Pablo Neira Ayuso
2013-12-30
1
-2
/
+2
|
*
xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be used
Tomasz Bursztyka
2013-12-30
1
-0
/
+7
|
*
xtables: arp: Fix a compilation warning
Tomasz Bursztyka
2013-12-30
1
-4
/
+4
|
*
nft: arp: fix possible string overflow
Giuseppe Longo
2013-12-30
2
-3
/
+6
|
*
nft: fix interface wildcard matching
Pablo Neira Ayuso
2013-12-30
1
-22
/
+16
|
*
nft: fix bad length when comparing extension data area
Pablo Neira Ayuso
2013-12-30
1
-4
/
+2
|
*
nft: pass ipt_entry to ->save_firewall hook
Pablo Neira Ayuso
2013-12-30
2
-5
/
+7
|
*
xtables: fix missing ipt_entry for MASQUERADE target
Pablo Neira Ayuso
2013-12-30
4
-12
/
+37
|
*
nft: arp: add parse_target to nft_family_ops_arp
Giuseppe Longo
2013-12-30
1
-0
/
+1
|
*
nft: arp: initialize flags in nft_arp_parse_meta
Giuseppe Longo
2013-12-30
1
-1
/
+1
|
*
nft: fix wrong target size
Tomasz Bursztyka
2013-12-30
1
-2
/
+5
|
*
xtables: arp: Parse properly target options
Tomasz Bursztyka
2013-12-30
1
-2
/
+4
|
*
nft: Header inclusion missing
Tomasz Bursztyka
2013-12-30
1
-0
/
+1
|
*
extensions: libxt_mangle: Fixes option issues
Tomasz Bursztyka
2013-12-30
1
-15
/
+14
|
*
extensions: add arptables' libxt_mangle.c for xtables-arp
Tomasz Bursztyka
2013-12-30
1
-0
/
+389
|
*
xtables: arp: Store target entry properly and compare them relevantly
Tomasz Bursztyka
2013-12-30
3
-29
/
+27
|
*
xtables: batch rule-set updates into one single netlink message
Pablo Neira Ayuso
2013-12-30
7
-163
/
+328
|
*
xtables: arp: zeroing chain counters
Giuseppe Longo
2013-12-30
1
-3
/
+2
|
*
xtables: arp: add delete operation
Giuseppe Longo
2013-12-30
1
-5
/
+28
[next]