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
Commit message (
Expand
)
Author
Age
Files
Lines
*
evaluate: fix get element for concatenated set
Florian Westphal
2023-09-06
1
-4
/
+7
*
evaluate: revisit anonymous set with single element optimization
Pablo Neira Ayuso
2023-09-02
1
-20
/
+40
*
evaluate: place byteorder conversion after numgen for IP address datatypes
Jorge Ortiz
2023-09-01
1
-0
/
+4
*
rule: set internal_location for table and chain
Pablo Neira Ayuso
2023-08-31
1
-0
/
+2
*
src: simplify chain_alloc()
Pablo Neira Ayuso
2023-08-31
5
-8
/
+8
*
src: remove check for NULL before calling expr_free()
Pablo Neira Ayuso
2023-08-31
2
-4
/
+3
*
src: use internal_location for unspecified location at allocation time
Pablo Neira Ayuso
2023-08-31
3
-12
/
+19
*
xt: avoid "-Wmissing-field-initializers" for "original_opts"
Thomas Haller
2023-08-30
1
-1
/
+1
*
src: silence "implicit-fallthrough" warnings
Thomas Haller
2023-08-30
2
-3
/
+3
*
rule: fix "const static" declaration
Thomas Haller
2023-08-30
1
-2
/
+2
*
proto: use hexadecimal to display ip frag-off field
Pablo Neira Ayuso
2023-08-30
1
-1
/
+3
*
evaluate: do not remove anonymous set with protocol flags and single element
Pablo Neira Ayuso
2023-08-30
1
-1
/
+6
*
src: suppress "-Wunused-but-set-variable" warning with "parser_bison.c"
Thomas Haller
2023-08-29
1
-0
/
+1
*
evaluate: don't needlessly clear full string buffer in stmt_evaluate_log_pref...
Thomas Haller
2023-08-29
1
-1
/
+4
*
src: rework SNPRINTF_BUFFER_SIZE() and handle truncation
Thomas Haller
2023-08-29
2
-8
/
+11
*
evaluate: fix check for truncation in stmt_evaluate_log_prefix()
Thomas Haller
2023-08-29
1
-1
/
+1
*
datatype: avoid cast-align warning with struct sockaddr result from getaddrin...
Thomas Haller
2023-08-29
1
-3
/
+11
*
netlink: avoid "-Wenum-conversion" warning in parser_bison.y
Thomas Haller
2023-08-29
1
-2
/
+2
*
netlink: avoid "-Wenum-conversion" warning in dtype_map_from_kernel()
Thomas Haller
2023-08-29
1
-1
/
+1
*
parser: permit gc-interval in map declarations
Florian Westphal
2023-08-29
1
-0
/
+5
*
evaluate: Drop dead code from expr_evaluate_mapping()
Phil Sutter
2023-08-29
1
-11
/
+8
*
include: include <std{bool,int}.h> via <nft.h>
Thomas Haller
2023-08-25
17
-17
/
+0
*
src: add <nft.h> header and include it as first
Thomas Haller
2023-08-25
49
-8
/
+97
*
meta: define _GNU_SOURCE to get strptime() from <time.h>
Thomas Haller
2023-08-25
1
-4
/
+3
*
src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
Thomas Haller
2023-08-24
1
-2
/
+2
*
src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
Thomas Haller
2023-08-24
2
-30
/
+48
*
src: add input flags for nft_ctx
Thomas Haller
2023-08-24
2
-0
/
+21
*
evaluate: error out on meter overlap with an existing set/map declaration
Pablo Neira Ayuso
2023-08-23
1
-0
/
+18
*
cache: chain listing implicitly sets on terse option
Pablo Neira Ayuso
2023-08-23
1
-0
/
+4
*
meta: use reentrant localtime_r()/gmtime_r() functions
Thomas Haller
2023-08-22
1
-19
/
+22
*
meta: don't assume time_t is 64 bit in date_type_print()
Thomas Haller
2023-08-22
1
-5
/
+8
*
nftutils: add and use wrappers for getprotoby{name,number}_r(), getservbyport...
Thomas Haller
2023-08-20
6
-30
/
+157
*
json: use strtok_r() instead of strtok()
Thomas Haller
2023-08-18
1
-2
/
+3
*
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
2
-6
/
+13
*
libnftables: Drop cache in -c/--check mode
Pablo Neira Ayuso
2023-08-01
1
-2
/
+5
*
ct expectation: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-07-31
4
-1
/
+4
*
rule: allow src/dstnat prios in input and output
Florian Westphal
2023-07-31
1
-2
/
+4
*
netlink: delinearize: copy set keytype if needed
Florian Westphal
2023-07-27
1
-0
/
+2
*
meta: stash context statement length when generating payload/meta dependency
Pablo Neira Ayuso
2023-07-19
1
-0
/
+13
*
exthdr: prefer raw_type instead of desc->type
Florian Westphal
2023-07-17
1
-1
/
+1
*
Implement 'reset {set,map,element}' commands
Phil Sutter
2023-07-13
7
-13
/
+62
*
evaluate: Cache looked up set for list commands
Phil Sutter
2023-07-13
3
-7
/
+15
*
evaluate: Merge some cases in cmd_evaluate_list()
Phil Sutter
2023-07-13
1
-32
/
+4
*
libnftables: drop check for nf_sock in nft_ctx_free()
Thomas Haller
2023-07-10
1
-2
/
+1
*
libnftables: inline creation of nf_sock in nft_ctx_new()
Thomas Haller
2023-07-10
1
-6
/
+1
*
libnftables: drop unused argument nf_sock from nft_netlink()
Thomas Haller
2023-07-10
1
-4
/
+3
*
libnftables: always initialize netlink socket in nft_ctx_new()
Thomas Haller
2023-07-10
1
-2
/
+1
*
evaluate: place byteorder conversion before rshift in payload statement
Pablo Neira Ayuso
2023-07-08
1
-1
/
+11
*
netlink_linearize: use div_round_up in byteorder length
Pablo Neira Ayuso
2023-07-06
1
-1
/
+1
[next]