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
*
iptables-test: add nft switch and test binaries from git
Florian Westphal
2018-04-28
1
-3
/
+14
*
xtables-compat: only fetch revisions for ip/ip6
Florian Westphal
2018-04-28
1
-6
/
+19
*
xtables: Fix rules print/save after iptables update
Serhey Popovych
2018-04-27
4
-46
/
+134
*
xtables: Register all match/target revisions supported by us and kernel
Serhey Popovych
2018-04-27
1
-24
/
+71
*
xtables: Check match/target size vs XT_ALIGN(size) at register time
Serhey Popovych
2018-04-27
1
-14
/
+16
*
xtables: Do not register matches/targets with incompatible revision
Serhey Popovych
2018-04-27
1
-24
/
+42
*
xtables: Introduce and use common function to print val[/mask] arguments
Serhey Popovych
2018-04-27
6
-64
/
+48
*
xtables: Introduce and use common function to parse val[/mask] arguments
Serhey Popovych
2018-04-27
5
-72
/
+77
*
extensions: Initialize linear mapping of symbols in _init() of extension
Serhey Popovych
2018-04-27
2
-21
/
+14
*
extensions: ULOG: remove test
Florian Westphal
2018-04-27
1
-19
/
+0
*
ebtables-translate: turn off useless compat queries
Florian Westphal
2018-04-27
1
-0
/
+6
*
nft: arptables: remove obsolete forward hook definition
Florian Westphal
2018-04-27
1
-6
/
+0
*
iptables-compat: statify nft_restart()
Pablo Neira Ayuso
2018-04-24
2
-2
/
+1
*
iptables-compat: handle netlink dump EINTR errors
Pablo Neira Ayuso
2018-04-24
2
-2
/
+41
*
ebtables-compat: add 'vlan' match extension
Florian Westphal
2018-04-22
3
-0
/
+238
*
ebtables-compat: add 'pkttype' match extension
Florian Westphal
2018-04-22
3
-0
/
+140
*
ebtables-translate: update table name on -t
Florian Westphal
2018-04-22
1
-0
/
+1
*
ebtables-compat: add 'ip6' match extension
Florian Westphal
2018-04-19
3
-0
/
+666
*
libebt_ip: fix translations for tos and icmp
Florian Westphal
2018-04-19
2
-7
/
+7
*
libebt_ip: add icmp support
Florian Westphal
2018-04-19
2
-2
/
+304
*
xt-translate: quote interface names in translated output
Florian Westphal
2018-04-19
10
-30
/
+30
*
icmp: split icmp type printing to header file
Florian Westphal
2018-04-19
3
-58
/
+35
*
ebtables-translate: add initial test cases
Florian Westphal
2018-04-13
9
-6
/
+81
*
xt-compat: add ebtables-translate
Florian Westphal
2018-04-13
5
-1
/
+804
*
xlate-translate: split common parts into helper
Florian Westphal
2018-04-13
1
-33
/
+26
*
xtables-eb: export 3 functions
Florian Westphal
2018-04-13
2
-5
/
+10
*
nft-bridge: add eb-translate backend functions
Florian Westphal
2018-04-13
1
-0
/
+136
*
nft-bridge: fix mac address printing
Florian Westphal
2018-04-13
1
-1
/
+1
*
nft: fix crash when getprotobynumber() returns 0
Florian Westphal
2018-04-13
2
-12
/
+17
*
ebtables-compat: support intra-positioned negations
Florian Westphal
2018-04-13
1
-1
/
+1
*
nft-bridge: add forward declaration for struct nftnl_rule
Florian Westphal
2018-04-13
1
-0
/
+1
*
libebt_limit: print 'minute' and 'seconds', not 'min' and 'secs'
Florian Westphal
2018-04-13
1
-3
/
+3
*
nft: make nft_init self-contained
Florian Westphal
2018-04-13
2
-2
/
+3
*
xtables-translate: rm duplicate includes
Florian Westphal
2018-04-13
1
-5
/
+0
*
xt-compat: constify a few struct members
Florian Westphal
2018-04-13
1
-3
/
+3
*
ebtables-compat: add initial translations
Florian Westphal
2018-04-11
6
-0
/
+270
*
iptables: constify option struct
Arushi Singhal
2018-04-11
2
-2
/
+2
*
ebtables-compat: load mark target
Florian Westphal
2018-04-11
1
-2
/
+14
*
ebtables-compat: don't make failing extension load fatal
Florian Westphal
2018-04-11
1
-7
/
+10
*
libxt_comment: silence truncation warning
Florian Westphal
2018-04-10
1
-4
/
+3
*
xtables-compat: only validate the xtables builtin tables
Florian Westphal
2018-04-09
1
-2
/
+9
*
xtables-compat: skip unsupported tables
Florian Westphal
2018-04-09
4
-43
/
+14
*
xtables-compat: also validate priorities and hook points match expected values
Florian Westphal
2018-04-09
1
-13
/
+22
*
xtables-compat: fix snprintf truncation warnings
Florian Westphal
2018-04-08
2
-2
/
+2
*
extensions: CLUSTERIP: do not allow --local-node 0
Pablo Neira Ayuso
2018-03-30
1
-1
/
+2
*
extensions: CLUSTERIP: add tests
Pablo Neira Ayuso
2018-03-28
1
-0
/
+3
*
iptables: add xtables-translate.8 manpage
Arturo Borrero Gonzalez
2018-03-17
2
-1
/
+136
*
extensions: libxt_bpf: Fix build with old kernel versions
Hauke Mehrtens
2018-02-28
1
-1
/
+2
*
extenstions: ecn: add tcp ecn/cwr translation
Florian Westphal
2018-02-26
2
-18
/
+37
*
extensions: add tests for comp match options
Harsha Sharma
2018-02-25
2
-5
/
+6
[next]