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
*
extensions: libebt_ip: fix tos negation
Florian Westphal
2018-11-05
2
-3
/
+7
*
extensions: libebt_ip6: fix ip6-dport negation
Florian Westphal
2018-11-05
2
-1
/
+2
*
xtables-nft: make -Z option work
Florian Westphal
2018-11-05
1
-2
/
+79
*
nft: add missing error string
Florian Westphal
2018-11-03
1
-0
/
+1
*
iptables-tests: add % to run iptables commands
Pablo Neira Ayuso
2018-11-03
2
-4
/
+12
*
iptables-tests: do not append xtables-multi to external commands
Pablo Neira Ayuso
2018-11-03
1
-1
/
+1
*
ebtables-nft: add arpreply target
Florian Westphal
2018-11-03
3
-0
/
+111
*
ebtables: add redirect test case
Florian Westphal
2018-11-03
2
-1
/
+5
*
ebtables: add test cases
Florian Westphal
2018-11-03
11
-0
/
+89
*
ebtables: relax -t table restriction, add snat/dnat test cases
Florian Westphal
2018-11-03
3
-3
/
+9
*
ebtables: fix -j CONTINUE handling for add/delete
Florian Westphal
2018-11-03
3
-27
/
+7
*
tests: add basic ebtables test support
Florian Westphal
2018-11-03
2
-3
/
+16
*
iptables-nft: fix bogus handling of zero saddr/daddr
Florian Westphal
2018-11-03
4
-5
/
+18
*
iptables-test: fix netns test
Taehee Yoo
2018-11-01
1
-13
/
+9
*
xtables: Fix for matching rules with wildcard interfaces
Phil Sutter
2018-11-01
2
-1
/
+5
*
extensions: limit: unbreak build without libnftnl
Florian Westphal
2018-10-24
2
-1
/
+1
*
xtables: Fix for spurious errors from iptables-translate
Phil Sutter
2018-10-23
3
-3
/
+5
*
configure: bump versions for 1.8.1 release
v1.8.1
Florian Westphal
2018-10-22
1
-3
/
+3
*
iptables-test: add -N option to exercise netns removal path
Pablo Neira Ayuso
2018-10-20
1
-6
/
+32
*
libxtables: expose new etherdb lookup function through libxtables API
Pablo Neira Ayuso
2018-10-20
8
-57
/
+19
*
libxtables: prefix exported new functions for etherdb lookups
Pablo Neira Ayuso
2018-10-20
7
-41
/
+29
*
Revert "extensions: libxt_quota: Allow setting the remaining quota"
Pablo Neira Ayuso
2018-10-19
2
-28
/
+5
*
xtables: Remove target_maxnamelen field
Phil Sutter
2018-10-15
6
-8
/
+3
*
extensions: cgroup: fix option parsing for v2
Pablo Neira Ayuso
2018-10-09
1
-1
/
+19
*
extensions: libxt_quota: Allow setting the remaining quota
Chenbo Feng
2018-10-09
2
-5
/
+28
*
nft-shared: Use xtables_calloc()
Phil Sutter
2018-09-25
1
-11
/
+2
*
arptables: Use the shared nft_ipv46_parse_target()
Phil Sutter
2018-09-25
1
-8
/
+1
*
Combine parse_target() and command_jump() implementations
Phil Sutter
2018-09-25
7
-249
/
+80
*
Combine command_match() implementations
Phil Sutter
2018-09-25
5
-108
/
+40
*
libiptc: NULL-terminate errorname
Phil Sutter
2018-09-25
1
-1
/
+2
*
libxtables: Check extension real_name length
Phil Sutter
2018-09-25
1
-0
/
+12
*
iptables: Gitignore xtables-{legacy, nft}-multi scripts
Phil Sutter
2018-09-24
1
-0
/
+2
*
xtables: Drop pointless check
Phil Sutter
2018-09-24
1
-1
/
+1
*
arptables: Fix incorrect strcmp() in nft_arp_rule_find()
Phil Sutter
2018-09-24
1
-1
/
+1
*
xtables: Don't read garbage in nft_ipv4_parse_payload()
Phil Sutter
2018-09-24
1
-0
/
+1
*
libxtables: Use posix_spawn() instead of vfork()
Phil Sutter
2018-09-24
1
-10
/
+5
*
Fix a few cases of pointless assignments
Phil Sutter
2018-09-24
9
-23
/
+14
*
extensions: libebt_ip{, 6}: Drop pointless error checking
Phil Sutter
2018-09-24
2
-8
/
+0
*
nft-arp: Drop ineffective conditional
Phil Sutter
2018-09-24
1
-3
/
+0
*
iptables: Use print_ifaces() from xtables
Phil Sutter
2018-09-24
6
-99
/
+31
*
Share print_ipv{4,6}_addr() from xtables
Phil Sutter
2018-09-24
6
-119
/
+73
*
iptables-apply: Replace signal numbers by names
Phil Sutter
2018-09-24
1
-1
/
+2
*
iptables-apply: Quote strings passed to echo
Phil Sutter
2018-09-24
1
-3
/
+3
*
nfnl_osf: Replace deprecated nfnl_talk() by nfnl_query()
Phil Sutter
2018-09-24
1
-1
/
+1
*
libxtables: Don't read garbage in xtables_strtoui()
Phil Sutter
2018-09-24
1
-1
/
+1
*
libxtables: Avoid calling memcpy() with NULL source
Phil Sutter
2018-09-24
2
-8
/
+16
*
libiptc: Simplify alloc_handle() function signature
Phil Sutter
2018-09-24
1
-7
/
+7
*
libxt_time: Drop initialization of variable 'year'
Phil Sutter
2018-09-24
1
-4
/
+4
*
libxt_ipvs: Avoid potential buffer overrun
Phil Sutter
2018-09-24
1
-10
/
+12
*
libxt_conntrack: Avoid potential buffer overrun
Phil Sutter
2018-09-24
1
-7
/
+7
[next]