index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
expr
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: remove unused str2XXX helpers
Zhongqiu Duan
2025-03-19
8
-136
/
+0
*
expr: ct: print key name of id field
Zhongqiu Duan
2025-03-19
1
-1
/
+1
*
expr: payload: print tunnel header
Zhongqiu Duan
2025-03-19
1
-1
/
+1
*
expr: bitwise: add support for kernel space AND, OR and XOR operations
Jeremy Sowden
2024-11-19
1
-2
/
+55
*
expr: bitwise: rename some boolean operation functions
Jeremy Sowden
2024-11-19
1
-4
/
+4
*
Use SPDX License Identifiers in headers
Phil Sutter
2024-10-30
37
-189
/
+37
*
expr: dynset: validate expressions are of nested type
Florian Westphal
2024-09-23
1
-2
/
+3
*
expr: limit: Prepare for odd time units
Phil Sutter
2024-07-05
1
-11
/
+39
*
expr: use NFTA_* netlink attributes to build fields, not NFTNL_EXPR_*
Pablo Neira Ayuso
2024-06-23
2
-6
/
+6
*
expr: Respect data_len when setting attributes
Phil Sutter
2024-04-11
38
-133
/
+133
*
expr: Introduce struct expr_ops::attr_policy
Phil Sutter
2024-03-06
39
-0
/
+311
*
expr: Call expr_ops::set with legal types only
Phil Sutter
2024-03-06
33
-66
/
+0
*
expr: Repurpose struct expr_ops::max_attr field
Phil Sutter
2024-03-06
39
-39
/
+39
*
expr: immediate: check for chain attribute to release chain name
Pablo Neira Ayuso
2024-02-26
2
-14
/
+2
*
expr: fix buffer overflows in data value setters
Florian Westphal
2023-12-12
5
-21
/
+21
*
expr: meta: introduce broute meta expression
Sriram Yagnaraman
2023-03-15
1
-1
/
+2
*
expr: add inner support
Pablo Neira Ayuso
2023-01-02
2
-1
/
+216
*
expr: payload: remove unused function
Pablo Neira Ayuso
2022-09-07
1
-14
/
+0
*
build: fix clang+glibc snprintf substitution error
Nicholas Vinson
2022-06-15
38
-38
/
+38
*
exthdr: tcp option reset support
Florian Westphal
2022-03-01
1
-1
/
+6
*
expr: payload: print inner header base offset
Pablo Neira Ayuso
2021-11-17
1
-2
/
+3
*
expr: last: add NFTNL_EXPR_LAST_SET
Pablo Neira Ayuso
2021-07-05
1
-1
/
+21
*
expr: add last match time support
Pablo Neira Ayuso
2021-06-08
1
-0
/
+118
*
expr: socket: add cgroups v2 support
Pablo Neira Ayuso
2021-05-03
1
-0
/
+18
*
Drop pointless local variable in snprintf callbacks
Phil Sutter
2021-03-15
24
-50
/
+50
*
expr/data_reg: Drop output_format parameter
Phil Sutter
2021-03-15
5
-34
/
+15
*
expr: Check output type once and for all
Phil Sutter
2021-03-15
37
-614
/
+99
*
expr: Fix snprintf buffer length updates
Phil Sutter
2021-03-15
4
-12
/
+12
*
expr/{masq,nat}: Don't print unused regs
Phil Sutter
2021-03-09
2
-7
/
+21
*
expr/xfrm: Kill dead code
Phil Sutter
2021-03-09
1
-28
/
+0
*
expr/tunnel: Kill dead code
Phil Sutter
2021-03-09
1
-13
/
+0
*
expr/socket: Kill dead code
Phil Sutter
2021-03-09
1
-13
/
+0
*
dynset: add NFTNL_EXPR_DYNSET_FLAGS
Pablo Neira Ayuso
2021-01-13
1
-0
/
+15
*
src: add NFTNL_EXPR_DYNSET_EXPRESSIONS
Pablo Neira Ayuso
2020-12-17
1
-14
/
+97
*
set_elem: Use nftnl_data_reg_snprintf()
Phil Sutter
2020-12-15
1
-1
/
+5
*
bitwise: improve formatting of registers in bitwise dumps.
Jeremy Sowden
2020-11-16
1
-1
/
+1
*
expr: socket: add wildcard support
Pablo Neira Ayuso
2020-10-12
1
-0
/
+1
*
src: add support for chain ID attribute
Pablo Neira Ayuso
2020-07-21
2
-0
/
+11
*
expr: dynset: release stateful expression from .free path
Pablo Neira Ayuso
2020-05-06
1
-0
/
+2
*
expr: objref: add nftnl_expr_objref_free() to release object name
Pablo Neira Ayuso
2020-05-05
1
-0
/
+9
*
Revert "bitwise: add support for passing mask and xor via registers."
Pablo Neira Ayuso
2020-03-31
1
-54
/
+6
*
expr: nat: snprint flags in hexadecimal
Pablo Neira Ayuso
2020-03-20
1
-1
/
+1
*
expr: masq: revisit _snprintf()
Pablo Neira Ayuso
2020-03-20
1
-6
/
+10
*
bitwise: add support for passing mask and xor via registers.
Jeremy Sowden
2020-03-02
1
-6
/
+54
*
bitwise: add support for left- and right-shifts.
Jeremy Sowden
2020-01-18
1
-0
/
+22
*
bitwise: add support for new netlink attributes.
Jeremy Sowden
2020-01-18
1
-1
/
+46
*
bitwise: add helper to print boolean expressions.
Jeremy Sowden
2020-01-18
1
-3
/
+11
*
bitwise: fix some incorrect indentation.
Jeremy Sowden
2020-01-18
1
-6
/
+6
*
include: Remove buffer.h
Brett Mastbergen
2020-01-05
3
-3
/
+0
*
expr: meta: add slave device matching
Florian Westphal
2020-01-03
1
-1
/
+3
[next]