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
*
cache: add hashtable cache for flowtable
Pablo Neira Ayuso
2021-05-02
8
-33
/
+112
*
cache: add hashtable cache for object
Pablo Neira Ayuso
2021-05-02
8
-55
/
+124
*
src: consolidate object cache infrastructure
Pablo Neira Ayuso
2021-05-02
5
-50
/
+75
*
src: consolidate nft_cache infrastructure
Pablo Neira Ayuso
2021-05-02
7
-43
/
+43
*
src: pass chain name to chain_cache_find()
Pablo Neira Ayuso
2021-05-02
5
-14
/
+12
*
rule: skip fuzzy lookup for unexisting 64-bit handle
Pablo Neira Ayuso
2021-05-02
2
-0
/
+23
*
src: unbreak deletion by table handle
Pablo Neira Ayuso
2021-05-02
3
-1
/
+24
*
tests: shell: remove missing modules
Pablo Neira Ayuso
2021-05-02
1
-2
/
+3
*
parser_bison: missing relational operation on flag list
Pablo Neira Ayuso
2021-05-02
4
-0
/
+31
*
parser: allow to load stateful ct connlimit elements in sets
Laura Garcia Liebana
2021-05-02
2
-0
/
+25
*
evaluate: check if nat statement map specifies a transport header expr
Florian Westphal
2021-04-29
1
-1
/
+37
*
mnl: Increase BATCH_PAGE_SIZE to support huge rulesets
Phil Sutter
2021-04-21
1
-4
/
+4
*
Makefile: missing owner.h file
Pablo Neira Ayuso
2021-04-03
1
-0
/
+1
*
files: move example files away from /etc
Jan Engelhardt
2021-04-03
1
-2
/
+1
*
cache: bail out if chain list cannot be fetched from kernel
Pablo Neira Ayuso
2021-04-03
1
-1
/
+1
*
cache: add hashtable cache for sets
Pablo Neira Ayuso
2021-04-03
10
-75
/
+128
*
cache: check for NULL chain in cache_init()
Pablo Neira Ayuso
2021-04-03
1
-0
/
+5
*
cache: statify chain_cache_dump()
Pablo Neira Ayuso
2021-04-03
2
-2
/
+2
*
evaluate: use chain hashtable for lookups
Pablo Neira Ayuso
2021-04-03
4
-19
/
+6
*
src: split chain list in table
Pablo Neira Ayuso
2021-04-03
4
-13
/
+19
*
cache: rename chain_htable to cache_chain_ht
Pablo Neira Ayuso
2021-04-03
3
-8
/
+8
*
proto: replace vlan ether type with 8021q
Florian Westphal
2021-04-03
17
-36
/
+39
*
tests: add 8021.AD vlan test cases
Florian Westphal
2021-04-03
5
-0
/
+450
*
payload: be careful on vlan dependency removal
Florian Westphal
2021-04-03
1
-3
/
+26
*
proto: add 8021ad as mnemonic for IEEE 802.1AD (0x88a8) ether type
Florian Westphal
2021-04-03
2
-0
/
+2
*
src: vlan: allow matching vlan id insider 802.1ad frame
Florian Westphal
2021-04-03
1
-0
/
+3
*
netlink: don't crash when set elements are not evaluated as expected
Florian Westphal
2021-04-01
2
-0
/
+6
*
parser_bison: simplify flowtable offload flag parser
Pablo Neira Ayuso
2021-03-31
1
-7
/
+4
*
mnl: do not set flowtable flags twice
Pablo Neira Ayuso
2021-03-31
1
-5
/
+0
*
rule: remove semicolon in flowtable offload
Pablo Neira Ayuso
2021-03-25
1
-1
/
+1
*
parser: fix scope closure of COUNTER token
Florian Westphal
2021-03-25
5
-3
/
+99
*
src: add datatype->describe()
Pablo Neira Ayuso
2021-03-25
3
-0
/
+18
*
nftables: add flags offload to flowtable
Frank Wunderlich
2021-03-25
5
-0
/
+26
*
doc: no need to define a set in ct state
Pablo Neira Ayuso
2021-03-24
1
-1
/
+1
*
doc: use symbolic names for chain priorities
Simon Ruderich
2021-03-24
4
-16
/
+16
*
tests: shell: fix 0025empty_dynset_0
Pablo Neira Ayuso
2021-03-24
1
-1
/
+1
*
tests: shell: flowtable add after delete in batch
Pablo Neira Ayuso
2021-03-24
2
-0
/
+63
*
segtree: release single element already contained in an interval
Pablo Neira Ayuso
2021-03-24
3
-1
/
+23
*
parser: add missing scope_close annotation for RT keyword
Florian Westphal
2021-03-24
1
-1
/
+1
*
scanner: log: move to own scope
Florian Westphal
2021-03-24
3
-5
/
+13
*
scanner: counter: move to own scope
Florian Westphal
2021-03-24
3
-18
/
+21
*
scanner: add support for scope nesting
Florian Westphal
2021-03-24
2
-1
/
+21
*
scanner: avoid -fasan heap overflow warnings
Florian Westphal
2021-03-18
1
-1
/
+1
*
scanner: secmark: move to own scope
Florian Westphal
2021-03-16
3
-10
/
+13
*
scanner: move until,over,used keywords away from init state
Florian Westphal
2021-03-16
1
-3
/
+5
*
scanner: quota: move to own scope
Florian Westphal
2021-03-16
3
-12
/
+15
*
scanner: limit: move to own scope
Florian Westphal
2021-03-16
3
-15
/
+20
*
scanner: vlan: move to own scope
Florian Westphal
2021-03-16
3
-5
/
+10
*
scanner: remove saddr/daddr from initial state
Florian Westphal
2021-03-16
1
-2
/
+4
*
scanner: arp: move to own scope
Florian Westphal
2021-03-16
3
-9
/
+14
[next]