index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
parser: allow ct eventmask set new,related
Florian Westphal
2017-06-07
1
-3
/
+24
*
meta: permit meta nfproto ip in ip family
Florian Westphal
2017-06-06
1
-2
/
+9
*
ct: fix inet/bridge/netdev family handling for saddr/daddr
Florian Westphal
2017-06-06
3
-7
/
+31
*
src: Remove expire information from list stateless ruleset.
Varsha Rao
2017-06-06
1
-1
/
+1
*
tests: test include directories
Ismo Puustinen
2017-06-06
6
-0
/
+217
*
scanner: add support for include directories
Ismo Puustinen
2017-06-06
1
-23
/
+109
*
src: remove global nftnl_batch structure in mnl layer
Pablo Neira Ayuso
2017-05-29
5
-110
/
+124
*
expression: don't trim off unary expression on delinearization
Pablo Neira Ayuso
2017-05-29
2
-7
/
+1
*
tests: py: flush stdout on each test run
Pablo Neira Ayuso
2017-05-29
1
-0
/
+2
*
evaluate: avoid reference to multiple src data in statements which set values
Arturo Borrero Gonzalez
2017-05-29
1
-0
/
+15
*
doc: Fix typo in manpage
Bertrand Bonnefoy-Claudet
2017-05-29
1
-1
/
+1
*
netlink: add size description for constant sets
Pablo Neira Ayuso
2017-05-26
1
-0
/
+2
*
segtree: reset element size counter before adding intervals to set
Pablo Neira Ayuso
2017-05-26
1
-0
/
+2
*
rule: adjust set expression size accordingly with intervals
Pablo Neira Ayuso
2017-05-26
1
-6
/
+11
*
Merge branch 'meta_l4_dependency'
Florian Westphal
2017-05-25
68
-7037
/
+390
|
\
|
*
tests: fix up meta l4proto change for ip family
Florian Westphal
2017-05-19
56
-6881
/
+176
|
*
src: ip: switch implicit dependencies to meta l4proto too
Florian Westphal
2017-05-19
2
-7
/
+13
|
*
tests: fix up meta l4proto change for ip6 family
Florian Westphal
2017-05-19
21
-391
/
+391
|
*
payload: enforce ip/ip6 protocol depending on icmp or icmpv6
Florian Westphal
2017-05-19
1
-4
/
+23
|
*
src: ipv6: switch implicit dependencies to meta l4proto
Florian Westphal
2017-05-19
2
-2
/
+19
|
*
src: allow update of net base w. meta l4proto icmpv6
Florian Westphal
2017-05-19
3
-0
/
+9
|
*
payload: split ll proto dependency into helper
Florian Westphal
2017-05-18
1
-11
/
+18
|
/
*
tests: add ip reject with tcp and check for mark too
Florian Westphal
2017-05-18
8
-6
/
+21
*
netlink_delinearize: reject: remove dependency for tcp-resets
Florian Westphal
2017-05-18
2
-1
/
+7
*
src: add a comment wrt. reject dependency insertion
Florian Westphal
2017-05-18
1
-0
/
+8
*
src: delete the old cache when dumping is interrupted
Liping Zhang
2017-05-17
1
-1
/
+1
*
expression: print sets and maps in pretty format
Arturo Borrero Gonzalez
2017-05-15
5
-13
/
+92
*
netlink_delink_delinearize: don't store dependency unless relop checks is eq ...
Florian Westphal
2017-05-15
1
-1
/
+1
*
tests: don't kill dependencies accross statements
Florian Westphal
2017-05-08
2
-0
/
+26
*
netlink_delinearize: don't kill dependencies accross statements
Florian Westphal
2017-05-08
3
-1
/
+34
*
parser: allow listing sets in one table
Florian Westphal
2017-05-04
2
-1
/
+5
*
nft.8: Enhance NAT documentation
Phil Sutter
2017-05-04
1
-1
/
+57
*
tests: shell: delete element and chain in transaction
Pablo Neira Ayuso
2017-05-04
1
-0
/
+76
*
ct: add conntrack event mask support
Florian Westphal
2017-04-24
7
-64
/
+90
*
hash: generate a random seed if seed option is empty
Liping Zhang
2017-04-15
8
-15
/
+35
*
src: fix build warning on i686
Florian Westphal
2017-04-08
1
-1
/
+1
*
exthdr: avoid crash with older kernels
Florian Westphal
2017-04-08
1
-16
/
+21
*
doc: revisit fib examples
Pablo Neira Ayuso
2017-04-07
1
-4
/
+4
*
src: hash: fix seed attribute not listed
Laura Garcia Liebana
2017-03-24
1
-1
/
+1
*
tests: Add test for flush command selectiveness on sets
Elise Lennion
2017-03-24
1
-0
/
+41
*
src: Make flush command selective of the set structure type
Elise Lennion
2017-03-24
3
-5
/
+38
*
sets: Fix for missing space after last element
Phil Sutter
2017-03-22
16
-32
/
+32
*
tests: shell: netns/0003many_0: Fix cleanup after error
Phil Sutter
2017-03-22
1
-0
/
+1
*
tests: Add test cases for nested anonymous sets
Phil Sutter
2017-03-22
5
-0
/
+103
*
evaluate: set: Fix nested set merge size adjustment
Phil Sutter
2017-03-21
1
-1
/
+1
*
evaluate: set: Allow for set elems to be sets
Phil Sutter
2017-03-21
1
-0
/
+9
*
doc: Document add / delete element operations of sets and maps
Elise Lennion
2017-03-20
1
-0
/
+58
*
parser_bison: Allow flushing maps
Elise Lennion
2017-03-20
2
-0
/
+13
*
parser_bison: Allow flushing flow tables
Elise Lennion
2017-03-20
1
-0
/
+4
*
doc: Describe ICMP(v6) expression and types
Phil Sutter
2017-03-20
1
-0
/
+380
[prev]
[next]