index
:
nftables
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
json: add missing map statement stub
Pablo Neira Ayuso
14 hours
1
-0
/
+1
*
include: include <string.h> in <nft.h>
Thomas Haller
34 hours
3
-3
/
+1
*
netlink_linearize: skip set element expression in map statement key
Pablo Neira Ayuso
47 hours
1
-0
/
+1
*
expression: cleanup expr_ops_by_type() and handle u32 input
Thomas Haller
4 days
1
-1
/
+1
*
datatype: return const pointer from datatype_get()
Thomas Haller
8 days
1
-1
/
+1
*
datatype: use "enum byteorder" instead of int in set_datatype_alloc()
Thomas Haller
9 days
1
-1
/
+1
*
include: fix missing definitions in <cache.h>/<headers.h>
Thomas Haller
9 days
2
-0
/
+11
*
datatype: initialize TYPE_CT_EVENTBIT slot in datatype array
Pablo Neira Ayuso
9 days
1
-0
/
+1
*
datatype: initialize TYPE_CT_LABEL slot in datatype array
Pablo Neira Ayuso
9 days
1
-0
/
+1
*
libnftables: drop gmp_init() and mp_set_memory_functions()
Thomas Haller
10 days
1
-1
/
+0
*
datatype: fix leak and cleanup reference counting for struct datatype
Thomas Haller
2023-09-14
2
-0
/
+5
*
include: include <stdlib.h> in <nft.h>
Thomas Haller
2023-09-11
2
-1
/
+1
*
datatype: rename "dtype_clone()" to datatype_clone()
Thomas Haller
2023-09-08
1
-1
/
+1
*
src: simplify chain_alloc()
Pablo Neira Ayuso
2023-08-31
1
-1
/
+1
*
utils: call abort() after BUG() macro
Thomas Haller
2023-08-30
1
-1
/
+2
*
include: drop "format" attribute from nft_gmp_print()
Thomas Haller
2023-08-29
1
-2
/
+1
*
src: rework SNPRINTF_BUFFER_SIZE() and handle truncation
Thomas Haller
2023-08-29
1
-9
/
+26
*
include: include <std{bool,int}.h> via <nft.h>
Thomas Haller
2023-08-25
7
-7
/
+3
*
configure: use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE
Thomas Haller
2023-08-25
1
-2
/
+0
*
include: don't define _GNU_SOURCE in public header
Thomas Haller
2023-08-25
1
-1
/
+0
*
src: add <nft.h> header and include it as first
Thomas Haller
2023-08-25
5
-5
/
+11
*
src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
Thomas Haller
2023-08-24
2
-0
/
+6
*
src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
Thomas Haller
2023-08-24
3
-0
/
+10
*
src: add input flags for nft_ctx
Thomas Haller
2023-08-24
2
-0
/
+8
*
ct expectation: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-07-31
1
-0
/
+1
*
include: missing dccpopt.h breaks make distcheck
Pablo Neira Ayuso
2023-07-14
1
-0
/
+1
*
Implement 'reset {set,map,element}' commands
Phil Sutter
2023-07-13
3
-4
/
+9
*
cli: Make cli_init() return to caller
Phil Sutter
2023-07-04
1
-1
/
+1
*
src: avoid IPPROTO_MAX for array definitions
Florian Westphal
2023-06-21
1
-1
/
+1
*
ct timeout: fix 'list object x' vs. 'list objects in table' confusion
Florian Westphal
2023-06-20
1
-0
/
+1
*
src: add json support for last statement
Pablo Neira Ayuso
2023-06-20
1
-0
/
+2
*
exthdr: add boolean DCCP option matching
Jeremy Sowden
2023-06-01
3
-0
/
+45
*
mnl: support bpf id decode in nft list hooks
Florian Westphal
2023-05-22
1
-3
/
+21
*
datatype: add hint error handler
Pablo Neira Ayuso
2023-05-11
1
-0
/
+1
*
meta: introduce meta broute support
Sriram Yagnaraman
2023-04-29
1
-0
/
+2
*
src: fix enum/integer mismatches
Florian Westphal
2023-04-29
2
-2
/
+2
*
mnl: set SO_SNDBUF before SO_SNDBUFFORCE
Pablo Neira Ayuso
2023-04-24
2
-0
/
+2
*
evaluate: support shifts larger than the width of the left operand
Pablo Neira Ayuso
2023-03-28
1
-0
/
+1
*
src: fix a couple of typo's in comments
Jeremy Sowden
2023-03-12
1
-1
/
+1
*
cmd: move command functions to src/cmd.c
Pablo Neira Ayuso
2023-03-11
2
-6
/
+6
*
src: add last statement
Pablo Neira Ayuso
2023-02-28
2
-0
/
+11
*
src: expand table command before evaluation
Pablo Neira Ayuso
2023-02-24
1
-0
/
+1
*
src: use start condition with new destroy command
Pablo Neira Ayuso
2023-02-21
1
-0
/
+1
*
src: add support to command "destroy"
Fernando F. Mancera
2023-02-06
2
-0
/
+17
*
Implement 'reset rule' and 'reset rules' commands
Phil Sutter
2023-01-18
5
-1
/
+15
*
src: add gretap support
Pablo Neira Ayuso
2023-01-02
1
-0
/
+2
*
src: add geneve matching support
Pablo Neira Ayuso
2023-01-02
1
-0
/
+13
*
src: add gre support
Pablo Neira Ayuso
2023-01-02
3
-0
/
+17
*
src: display (inner) tag in --debug=proto-ctx
Pablo Neira Ayuso
2023-01-02
1
-1
/
+2
*
src: add vxlan matching support
Pablo Neira Ayuso
2023-01-02
6
-3
/
+59
[next]