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
...
*
doc: fix some spellos and the dash escape
Jan Engelhardt
2018-06-28
2
-41
/
+41
*
tests: add firewalld default ruleset from fedora 27
Florian Westphal
2018-06-27
3
-0
/
+320
*
tests: add another ipv4 only ruleset
Florian Westphal
2018-06-27
2
-0
/
+82
*
tests: add initial save/restore test cases
Florian Westphal
2018-06-27
8
-34
/
+170
*
tests: adapt test suite to run with legacy+nftables based binaries
Florian Westphal
2018-06-27
5
-93
/
+45
*
xtables: rename xt-multi binaries to -nft, -legacy
Florian Westphal
2018-06-27
6
-84
/
+188
*
xtables-restore: init table before processing policies
Florian Westphal
2018-06-27
3
-0
/
+8
*
doc: Fix spelling error in hashlimit section
Major Hayden
2018-06-26
1
-1
/
+1
*
tests: make duplicate test work
Florian Westphal
2018-06-25
1
-3
/
+1
*
xtables: add xtables-monitor
Florian Westphal
2018-06-25
8
-5
/
+786
*
xtables: translate nft meta trace set 1 to -j TRACE
Florian Westphal
2018-06-25
3
-2
/
+93
*
xtables: warn in case old-style (set/getsockopt) tables exist
Florian Westphal
2018-06-25
4
-3
/
+49
*
xtables: add nf_tables vs. legacy postfix to version strings
Florian Westphal
2018-06-18
12
-12
/
+37
*
iptables8.in: Update coreteam names
Florian Westphal
2018-06-18
1
-2
/
+3
*
include: update kernel netfilter header files
Florian Westphal
2018-06-17
3
-8
/
+703
*
xtables: silence two compiler warnings
Florian Westphal
2018-06-17
2
-2
/
+1
*
xtables: remove dead code inherited from ebtables
Florian Westphal
2018-06-15
1
-2
/
+1
*
configure: add -Wlogical-op warning to cflags
Florian Westphal
2018-06-15
1
-0
/
+1
*
ebtables-translate: remove --change-counters code
Florian Westphal
2018-06-15
1
-73
/
+5
*
iptables: tests: shell: add shell test-suite
Arushi Singhal
2018-06-12
6
-0
/
+180
*
xtables-compat: skip invalid tables
Florian Westphal
2018-05-30
1
-1
/
+3
*
xtables: more error printing fixes
Pablo Neira Ayuso
2018-05-29
1
-3
/
+2
*
xtables: homogenize error message
Arushi Singhal
2018-05-29
1
-1
/
+1
*
xtables: initialize basechains for rule flush command too
Pablo Neira Ayuso
2018-05-28
1
-0
/
+3
*
xtables: rework rule cache logic
Pablo Neira Ayuso
2018-05-28
1
-28
/
+59
*
xtables: add chain cache
Pablo Neira Ayuso
2018-05-28
4
-37
/
+55
*
xtables: initialize basechains only once on ruleset restore
Pablo Neira Ayuso
2018-05-28
2
-20
/
+29
*
xtables-compat: ignore '+' interface name
Florian Westphal
2018-05-28
1
-6
/
+8
*
xtables-compat: append all errors into single line
Florian Westphal
2018-05-28
1
-19
/
+37
*
xtables: extended error reporting
Florian Westphal
2018-05-26
3
-22
/
+132
*
xtables: allocate struct xt_comment_info for comments
Pablo Neira Ayuso
2018-05-26
1
-1
/
+3
*
xtables: use libnftnl batch API
Pablo Neira Ayuso
2018-05-26
2
-104
/
+91
*
xtables-compat: remove nft_is_ruleset_compatible
Florian Westphal
2018-05-25
4
-49
/
+27
*
xtables: allow dumping of chains in specific table
Florian Westphal
2018-05-25
4
-14
/
+24
*
xtables: inconsistent error reporting for -X and no empty chain
Pablo Neira Ayuso
2018-05-23
1
-0
/
+2
*
ebtables-compat: add arp match extension
Florian Westphal
2018-05-21
2
-0
/
+491
*
ebtables-compat: add redirect match extension
Florian Westphal
2018-05-21
2
-0
/
+110
*
ebtables-compat: add nat match extensions
Florian Westphal
2018-05-21
5
-0
/
+300
*
xtables-compat: ebtables: prefer snprintf to strncpy
Florian Westphal
2018-05-20
2
-4
/
+6
*
xtables-compat: extend generic tests for masks and wildcards
Florian Westphal
2018-05-15
2
-31
/
+57
*
libxtables: store all requested match types
Florian Westphal
2018-05-14
1
-3
/
+0
*
xtables-compat: ip6table-save: fix save of ip6 address masks
Florian Westphal
2018-05-11
2
-7
/
+17
*
ebtables-translate: suppress redundant protocols
Florian Westphal
2018-05-10
6
-29
/
+46
*
xtables-compat: ebtables: allow checking for zero-mac
Florian Westphal
2018-05-10
4
-38
/
+43
*
xtables-compat: ebtables: add helpers to print interface and mac addresses
Florian Westphal
2018-05-10
1
-53
/
+24
*
xtables-compat: ebtables: remove interface masks from ebt_entry struct
Florian Westphal
2018-05-10
2
-12
/
+1
*
xtables-compat: ebtables: fix logical interface negation
Florian Westphal
2018-05-10
2
-53
/
+24
*
xtables-compat: ebtables: add and use helper to parse all interface names
Florian Westphal
2018-05-10
2
-56
/
+23
*
xtables-compat: ebtables: split match/target print from nft_bridge_print_fire...
Florian Westphal
2018-05-10
1
-18
/
+26
*
xtables-compat: ebtables: kill ebtables_command_state
Florian Westphal
2018-05-10
7
-231
/
+172
[prev]
[next]