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
...
|
*
|
|
xtables: arp: add delete operation
Giuseppe Longo
2013-12-30
1
-5
/
+28
|
*
|
|
nft: adapt nft_rule_expr_get to use uint32_t instead of size_t
Pablo Neira Ayuso
2013-12-30
1
-4
/
+4
|
*
|
|
include: cache netfilter_arp kernel headers
Pablo Neira Ayuso
2013-12-30
3
-0
/
+249
|
*
|
|
xtables: arp: add rule replacement support
Giuseppe Longo
2013-12-30
1
-4
/
+18
|
*
|
|
nft: consolidate nft_rule_* functions to support ARP
Pablo Neira Ayuso
2013-12-30
3
-167
/
+22
|
*
|
|
nft: consolidate nft_rule_new to support ARP
Pablo Neira Ayuso
2013-12-30
5
-92
/
+90
|
*
|
|
nft: consolidate nft_rule_find for ARP, IPv4 and IPv6
Pablo Neira Ayuso
2013-12-30
6
-180
/
+168
|
*
|
|
xtables: nft-arp: implements is_same op for ARP family
Giuseppe Longo
2013-12-30
7
-10
/
+76
|
*
|
|
xtables: nft-arp: fix endianess in nft_arp_parse_payload
Pablo Neira Ayuso
2013-12-30
1
-6
/
+6
|
*
|
|
xtables: bootstrap ARP compatibility layer for nftables
Giuseppe Longo
2013-12-30
11
-25
/
+2466
|
*
|
|
nft: skip unset tables on table configuration emulation
Tomasz Bursztyka
2013-12-30
1
-0
/
+3
|
*
|
|
nft: generalize rule addition family hook
Pablo Neira Ayuso
2013-12-30
3
-3
/
+6
|
*
|
|
nft: Fix a minor compilation warning
Tomasz Bursztyka
2013-12-30
1
-1
/
+1
|
*
|
|
nft: refactoring parse operations for more genericity
Giuseppe Longo
2013-12-30
4
-32
/
+72
|
*
|
|
xtables: allow to reset the counters of an existing rule
Tomasz Bursztyka
2013-12-30
3
-8
/
+43
|
*
|
|
nft: use xtables_print_num
Pablo Neira Ayuso
2013-12-30
3
-31
/
+6
|
*
|
|
nft: fix wrong flags handling in print_firewall_details
Pablo Neira Ayuso
2013-12-30
4
-38
/
+53
|
*
|
|
nft: convert rule into a command state structure
Tomasz Bursztyka
2013-12-30
7
-661
/
+303
|
*
|
|
xtables: use xtables_rule_matches_free
Pablo Neira Ayuso
2013-12-30
1
-22
/
+1
|
*
|
|
nft: Print unknown target data only when relevant
Tomasz Bursztyka
2013-12-30
1
-1
/
+1
|
*
|
|
nft: Generalize nft_rule_list() against current family
Tomasz Bursztyka
2013-12-30
5
-264
/
+315
|
*
|
|
nft: Remove useless test on rulenum in nft_rule_list()
Tomasz Bursztyka
2013-12-30
1
-3
/
+2
|
*
|
|
nft: Make internal rule listing callback more generic
Tomasz Bursztyka
2013-12-30
1
-12
/
+8
|
*
|
|
nft: Optimize rule listing when chain and rulenum are provided
Tomasz Bursztyka
2013-12-30
1
-4
/
+10
|
*
|
|
nft: Remove useless function
Tomasz Bursztyka
2013-12-30
1
-27
/
+0
|
*
|
|
xtables: Do not dump before command parsing has been finished
Tomasz Bursztyka
2013-12-30
1
-2
/
+8
|
*
|
|
nft: load only the tables of the current family
Giuseppe Longo
2013-12-30
2
-1
/
+19
|
*
|
|
etc: add default IPv6 table and chain definitions
Pablo Neira Ayuso
2013-12-30
1
-3
/
+37
|
*
|
|
nft: fix family operation lookup
Giuseppe Longo
2013-12-30
1
-1
/
+1
|
*
|
|
nft: fix match revision lookup for IPv6
Pablo Neira Ayuso
2013-12-30
1
-1
/
+2
|
*
|
|
xtables: fix typo in add_entry for the IPv6 case
Pablo Neira Ayuso
2013-12-30
1
-1
/
+1
|
*
|
|
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
[prev]
[next]