| Commit message (Expand) | Author | Age | Files | Lines |
* | include: utils.h needs errno.hHEADmaster | Phil Sutter | 2025-07-09 | 1 | -0/+1 |
* | trace: add support for TRACE_CT information | Florian Westphal | 2025-07-04 | 3 | -0/+58 |
* | set: dump set backend name (hash, rbtree...) and elem count, if available | Florian Westphal | 2025-06-22 | 4 | -0/+41 |
* | build: libnftnl 1.2.9 releaselibnftnl-1.2.9 | Pablo Neira Ayuso | 2025-04-14 | 1 | -1/+1 |
* | tunnel: add missing inner nested netlink attribute for vxlan options | Fernando Fernandez Mancera | 2025-04-14 | 1 | -3/+3 |
* | src: remove unused str2XXX helpers | Zhongqiu Duan | 2025-03-19 | 10 | -158/+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 |
* | tests: Fix for ASAN | Phil Sutter | 2024-12-04 | 2 | -2/+2 |
* | tests: Extend set test by NFTNL_SET_DESC_CONCAT | Phil Sutter | 2024-12-04 | 1 | -0/+17 |
* | set: Fix for array overrun when setting NFTNL_SET_DESC_CONCAT | Phil Sutter | 2024-12-04 | 1 | -2/+4 |
* | tests: bitwise: add tests for new boolean operations | Jeremy Sowden | 2024-11-19 | 1 | -0/+105 |
* | tests: bitwise: refactor shift tests | Jeremy Sowden | 2024-11-19 | 1 | -109/+44 |
* | expr: bitwise: add support for kernel space AND, OR and XOR operations | Jeremy Sowden | 2024-11-19 | 2 | -2/+56 |
* | expr: bitwise: rename some boolean operation functions | Jeremy Sowden | 2024-11-19 | 2 | -21/+21 |
* | include: add new bitwise boolean attributes to nf_tables.h | Jeremy Sowden | 2024-11-19 | 1 | -3/+15 |
* | Use SPDX License Identifiers in headers | Phil Sutter | 2024-10-30 | 126 | -662/+126 |
* | Introduce struct nftnl_str_array | Phil Sutter | 2024-10-29 | 9 | -159/+176 |
* | include: refresh nf_tables.h copy | Pablo Neira Ayuso | 2024-10-12 | 1 | -9/+37 |
* | build: libnftnl 1.2.8 releaselibnftnl-1.2.8 | Pablo Neira Ayuso | 2024-10-02 | 1 | -1/+1 |
* | rule: Don't append a newline when printing a rule | Phil Sutter | 2024-10-01 | 1 | -6/+4 |
* | src: remove scaffolding around deprecated parser functions | Pablo Neira Ayuso | 2024-09-25 | 4 | -91/+24 |
* | expr: dynset: validate expressions are of nested type | Florian Westphal | 2024-09-23 | 1 | -2/+3 |
* | build: libnftnl 1.2.7 releaselibnftnl-1.2.7 | Pablo Neira Ayuso | 2024-07-15 | 1 | -1/+1 |
* | table: Support unsetting NFTNL_TABLE_USERDATA attribute | Phil Sutter | 2024-07-10 | 1 | -0/+3 |
* | chain: Support unsetting NFTNL_CHAIN_USERDATA attribute | Phil Sutter | 2024-07-10 | 1 | -0/+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 |
* | obj: Respect data_len when setting attributes | Phil Sutter | 2024-04-11 | 7 | -35/+35 |
* | utils: Introduce and use nftnl_set_str_attr() | Phil Sutter | 2024-04-11 | 7 | -85/+40 |
* | obj: Enforce attr_policy compliance in nftnl_obj_set_data() | Phil Sutter | 2024-04-11 | 1 | -1/+6 |
* | obj: Introduce struct obj_ops::attr_policy | Phil Sutter | 2024-04-11 | 10 | -0/+83 |
* | obj: Call obj_ops::set with legal attributes only | Phil Sutter | 2024-04-11 | 10 | -19/+3 |
* | obj: Repurpose struct obj_ops::max_attr field | Phil Sutter | 2024-04-11 | 11 | -10/+19 |
* | obj: Return value on setters | Phil Sutter | 2024-04-11 | 2 | -24/+31 |
* | utils: Fix for wrong variable use in nftnl_assert_validate() | Phil Sutter | 2024-04-11 | 1 | -2/+5 |
* | obj: synproxy: Use memcpy() to handle potentially unaligned data | Phil Sutter | 2024-04-11 | 1 | -3/+3 |
* | obj: Do not call nftnl_obj_set_data() with zero data_len | Phil Sutter | 2024-04-11 | 1 | -1/+1 |
* | table: Validate NFTNL_TABLE_OWNER, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | set: Validate NFTNL_SET_ID, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | obj: Validate NFTNL_OBJ_TYPE, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | flowtable: Validate NFTNL_FLOWTABLE_SIZE, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | table: Validate NFTNL_TABLE_USE, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | chain: Validate NFTNL_CHAIN_USE, too | Phil Sutter | 2024-04-11 | 1 | -0/+1 |
* | expr: Enforce attr_policy compliance in nftnl_expr_set() | Phil Sutter | 2024-03-06 | 1 | -0/+7 |
* | expr: Introduce struct expr_ops::attr_policy | Phil Sutter | 2024-03-06 | 40 | -0/+316 |
* | include: Sync nf_log.h with kernel headers | Phil Sutter | 2024-03-06 | 1 | -0/+3 |
* | expr: Call expr_ops::set with legal types only | Phil Sutter | 2024-03-06 | 34 | -66/+3 |
* | expr: Repurpose struct expr_ops::max_attr field | Phil Sutter | 2024-03-06 | 41 | -40/+79 |