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
path:
root
/
src
/
parser_bison.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: support for timeout never in elements
Pablo Neira Ayuso
2024-09-17
1
-3
/
+24
*
cache: consolidate reset command
Pablo Neira Ayuso
2024-08-26
1
-4
/
+4
*
parser_bison: allow 0 burst in limit rate byte mode
Pablo Neira Ayuso
2024-08-19
1
-5
/
+0
*
parser_bison: remove one more utf-8 character
Pablo Neira Ayuso
2024-07-16
1
-1
/
+1
*
parser_bison: remove deprecated flow statement
Pablo Neira Ayuso
2024-07-05
1
-17
/
+3
*
parser_bison: recursive table declaration in deprecated meter statement
Pablo Neira Ayuso
2024-07-05
1
-16
/
+4
*
src: add string preprocessor and use it for log prefix string
Pablo Neira Ayuso
2024-06-25
1
-117
/
+9
*
Add support for table's persist flag
Phil Sutter
2024-04-19
1
-13
/
+22
*
src: disentangle ICMP code types
Pablo Neira Ayuso
2024-04-04
1
-6
/
+6
*
parser: allow to define maps that contain ct helpers
Florian Westphal
2024-03-05
1
-2
/
+9
*
parser: allow to define maps that contain timeouts and expectations
Florian Westphal
2024-03-05
1
-3
/
+11
*
parser: allow typeof in objref maps
Florian Westphal
2024-03-01
1
-0
/
+9
*
parser: compact type/typeof set rules
Florian Westphal
2024-03-01
1
-15
/
+9
*
parser: compact interval typeof rules
Florian Westphal
2024-03-01
1
-20
/
+14
*
parser: reject raw payload expressions with 0 length
Florian Westphal
2024-01-12
1
-5
/
+18
*
parser_bison: ensure all timeout policy names are released
Florian Westphal
2023-12-22
1
-5
/
+27
*
parser_bison: error out on duplicated type/typeof/element keywords
Florian Westphal
2023-12-19
1
-2
/
+36
*
src: reject large raw payload and concat expressions
Florian Westphal
2023-12-15
1
-0
/
+7
*
parser_bison: fix memory leaks on hookspec error processing
Florian Westphal
2023-12-13
1
-0
/
+7
*
parser_bison: close chain scope before chain release
Florian Westphal
2023-12-13
1
-0
/
+1
*
parser_bison: fix ct scope underflow if ct helper section is duplicated
Florian Westphal
2023-12-12
1
-4
/
+11
*
parser_bison: make sure obj_free releases timeout policies
Florian Westphal
2023-12-12
1
-0
/
+1
*
parser_bison: fix memleak in meta set error handling
Florian Westphal
2023-12-11
1
-0
/
+1
*
parser_bison: fix objref statement corruption
Florian Westphal
2023-12-11
1
-37
/
+60
*
parser: tcpopt: fix tcp option parsing with NUM + length field
Florian Westphal
2023-12-06
1
-0
/
+4
*
parser: use size_t type for strlen() results
Thomas Haller
2023-11-15
1
-1
/
+1
*
src: remove xfree() and use plain free()
Thomas Haller
2023-11-09
1
-7
/
+7
*
src: add free_const() and use it instead of xfree()
Thomas Haller
2023-11-09
1
-72
/
+72
*
parser_bison: fix length check for ifname in ifname_expr_alloc()
Thomas Haller
2023-10-24
1
-1
/
+2
*
parser_bison: Fix for broken compatibility with older dumps
Phil Sutter
2023-10-20
1
-0
/
+6
*
icmpv6: Allow matching target address in NS/NA, redirect and MLD
Nicolas Cavallari
2023-10-06
1
-0
/
+3
*
parser_bison: include <nft.h> for base C environment to "parser_bison.y"
Thomas Haller
2023-09-11
1
-0
/
+1
*
src: simplify chain_alloc()
Pablo Neira Ayuso
2023-08-31
1
-1
/
+1
*
src: use internal_location for unspecified location at allocation time
Pablo Neira Ayuso
2023-08-31
1
-4
/
+4
*
netlink: avoid "-Wenum-conversion" warning in parser_bison.y
Thomas Haller
2023-08-29
1
-2
/
+2
*
parser: permit gc-interval in map declarations
Florian Westphal
2023-08-29
1
-0
/
+5
*
parser: deduplicate map with data interval
Florian Westphal
2023-08-03
1
-13
/
+7
*
parser: allow ct timeouts to use time_spec values
Florian Westphal
2023-08-03
1
-3
/
+7
*
ct expectation: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-07-31
1
-1
/
+1
*
Implement 'reset {set,map,element}' commands
Phil Sutter
2023-07-13
1
-0
/
+12
*
ct timeout: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-06-20
1
-1
/
+1
*
parser: reject zero-length interface names in flowtables
Florian Westphal
2023-06-20
1
-8
/
+12
*
parser: reject zero-length interface names
Florian Westphal
2023-06-20
1
-5
/
+31
*
parser: don't assert on scope underflows
Florian Westphal
2023-06-20
1
-2
/
+1
*
exthdr: add boolean DCCP option matching
Jeremy Sowden
2023-06-01
1
-0
/
+9
*
src: allow for updating devices on existing netdev chain
Pablo Neira Ayuso
2023-04-24
1
-0
/
+16
*
parser_bison: simplify reset syntax
Pablo Neira Ayuso
2023-03-15
1
-0
/
+20
*
src: fix a couple of typo's in comments
Jeremy Sowden
2023-03-12
1
-1
/
+1
*
xt: Fix fallback printing for extensions matching keywords
Phil Sutter
2023-03-10
1
-1
/
+1
*
parser_bison: allow to use quota in sets
Pablo Neira Ayuso
2023-03-01
1
-0
/
+16
[next]