messages from 2022-04-01 12:03:50 to 2022-04-11 10:36:15 UTC [more...]
Intermittent performance regression related to ipset between 5.10 and 5.15
2022-04-11 10:36 UTC
[PATCH net-next 00/11] Netfilter updates for net-next
2022-04-11 10:27 UTC (12+ messages)
` [PATCH net-next 01/11] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
` [PATCH net-next 02/11] netfilter: ecache: move to separate structure
` [PATCH net-next 03/11] netfilter: conntrack: split inner loop of list dumping to own function
` [PATCH net-next 04/11] netfilter: cttimeout: inc/dec module refcount per object, not per use refcount
` [PATCH net-next 05/11] netfilter: nf_log_syslog: Merge MAC header dumpers
` [PATCH net-next 06/11] netfilter: nf_log_syslog: Don't ignore unknown protocols
` [PATCH net-next 07/11] netfilter: nf_log_syslog: Consolidate entry checks
` [PATCH net-next 08/11] netfilter: bitwise: replace hard-coded size with `sizeof` expression
` [PATCH net-next 09/11] netfilter: bitwise: improve error goto labels
` [PATCH net-next 10/11] netfilter: nft_fib: reverse path filter for policy-based routing on iif
` [PATCH net-next 11/11] selftests: netfilter: add fib expression forward test case
[PATCH nf] netfilter: nft_socket: make cgroup match work in input too
2022-04-11 10:11 UTC (4+ messages)
[RFC PATCH] datatype: accept abbrevs and ignore case on parsing symbolic constants
2022-04-11 8:08 UTC
[PATCH nft] tests: py: Add meta time tests without 'meta' keyword
2022-04-11 3:43 UTC (3+ messages)
[PATCH nf-next] netfilter: nft_fib: reverse path filter for policy-based routing on iif
2022-04-10 18:19 UTC (2+ messages)
[PATCH nf-next RFC 1/2] netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
2022-04-10 15:38 UTC (5+ messages)
` [PATCH nf-next RFC 2/2] netfilter: conntrack: skip event delivery for the netns exit path
[PATCH] doc: Document that kernel may accept unimplemented expressions
2022-04-10 15:16 UTC (8+ messages)
[libnetfilter_log PATCH] doc: correct non-native solecism
2022-04-10 12:27 UTC (2+ messages)
[PATCH nftables 0/9] nftables: add support for wildcard string as set keys
2022-04-09 13:58 UTC (10+ messages)
` [PATCH nftables 1/9] evaluate: make byteorder conversion on string base type a no-op
` [PATCH nftables 2/9] evaluate: keep prefix expression length
` [PATCH nftables 3/9] segtree: split prefix and range creation to a helper function
` [PATCH nftables 4/9] evaluate: string prefix expression must retain original length
` [PATCH nftables 5/9] src: make interval sets work with string datatypes
` [PATCH nftables 6/9] segtree: add string "range" reversal support
` [PATCH nftables 7/9] tests: add testcases for interface names in sets
` [PATCH nftables 8/9] segtree: use correct byte order for 'element get'
` [PATCH nftables 9/9] segtree: add support for get element with sets that contain ifnames
[nf-next PATCH v3 0/3] netfilter: bitwise: support boolean operations with variable RHS operands
2022-04-09 13:52 UTC (4+ messages)
` [nf-next PATCH v3 1/3] netfilter: bitwise: keep track of bit-length of expressions
` [nf-next PATCH v3 2/3] netfilter: bitwise: rename some boolean operation functions
` [nf-next PATCH v3 3/3] netfilter: bitwise: add support for doing AND, OR and XOR directly
[nf-next PATCH v2 0/5] netfilter: bitwise: support boolean operations with variable RHS operands
2022-04-09 10:07 UTC (14+ messages)
` [nf-next PATCH v2 1/5] netfilter: bitwise: keep track of bit-length of expressions
` [nf-next PATCH v2 2/5] netfilter: bitwise: replace hard-coded size with `sizeof` expression
` [nf-next PATCH v2 3/5] netfilter: bitwise: improve error goto labels
` [nf-next PATCH v2 4/5] netfilter: bitwise: rename some boolean operation functions
` [nf-next PATCH v2 5/5] netfilter: bitwise: add support for doing AND, OR and XOR directly
[nft PATCH v4 00/32] Extend values assignable to packet marks and payload fields
2022-04-09 8:30 UTC (37+ messages)
` [nft PATCH v4 01/32] examples: add .gitignore file
` [nft PATCH v4 02/32] include: add missing `#include`
` [nft PATCH v4 03/32] src: move `byteorder_names` array
` [nft PATCH v4 04/32] datatype: support `NULL` symbol-tables when printing constants
` [nft PATCH v4 05/32] ct: support `NULL` symbol-tables when looking up labels
` [nft PATCH v4 06/32] include: update nf_tables.h
` [nft PATCH v4 07/32] include: add new bitwise bit-length attribute to nf_tables.h
` [nft PATCH v4 08/32] netlink: send bit-length of bitwise binops to kernel
` [nft PATCH v4 09/32] netlink_delinearize: add postprocessing for payload binops
` [nft PATCH v4 10/32] netlink_delinearize: correct type and byte-order of shifts
` [nft PATCH v4 11/32] netlink_delinearize: correct length of right bitwise operand
` [nft PATCH v4 12/32] payload: set byte-order when completing expression
` [nft PATCH v4 13/32] evaluate: support shifts larger than the width of the left operand
` [nft PATCH v4 14/32] evaluate: relax type-checking for integer arguments in mark statements
` [nft PATCH v4 15/32] tests: shell: rename some test-cases
` [nft PATCH v4 16/32] tests: shell: add test-cases for ct and packet mark payload expressions
` [nft PATCH v4 17/32] tests: py: "
` [nft PATCH v4 18/32] include: add new bitwise boolean attributes to nf_tables.h
` [nft PATCH v4 19/32] evaluate: don't eval unary arguments
` [nft PATCH v4 20/32] evaluate: prevent nested byte-order conversions
` [nft PATCH v4 21/32] evaluate: don't clobber binop lengths
` [nft PATCH v4 22/32] evaluate: insert byte-order conversions for expressions between 9 and 15 bits
` [nft PATCH v4 23/32] evaluate: set eval context to leftmost bitwise operand
` [nft PATCH v4 24/32] netlink_delinearize: fix typo
` [nft PATCH v4 25/32] netlink_delinearize: refactor stmt_payload_binop_postprocess
` [nft PATCH v4 26/32] netlink_delinearize: add support for processing variable payload statement arguments
` [nft PATCH v4 27/32] netlink: rename bitwise operation functions
` [nft PATCH v4 28/32] netlink: support (de)linearization of new bitwise boolean operations
` [nft PATCH v4 29/32] parser_json: allow RHS ct, meta and payload expressions
` [nft PATCH v4 30/32] evaluate: allow binop expressions with variable right-hand operands
` [nft PATCH v4 31/32] tests: shell: add tests for binops with variable RHS operands
` [nft PATCH v4 32/32] tests: py: "
[RFC PATCH v4 00/15] Landlock LSM
2022-04-08 16:41 UTC (14+ messages)
` [RFC PATCH v4 01/15] landlock: access mask renaming
` [RFC PATCH v4 08/15] landlock: add support network rules
` [RFC PATCH v4 10/15] seltest/landlock: add tests for bind() hooks
[iptables PATCH v2 0/9] extensions: Merge *_DNAT and *_REDIRECT
2022-04-08 15:51 UTC (2+ messages)
[nft PATCH] tests: py: Don't colorize output if stderr is redirected
2022-04-08 14:16 UTC (2+ messages)
[nft PATCH] tests: monitor: Hide temporary file names from error output
2022-04-08 13:47 UTC
[PATCH nft] tests: py: extend meta time coverage
2022-04-08 12:40 UTC (3+ messages)
[nf-next PATCH] netfilter: nf_log_syslog: Consolidate entry checks
2022-04-08 12:40 UTC (2+ messages)
[nf-next PATCH 1/2] netfilter: nf_log_syslog: Merge MAC header dumpers
2022-04-08 12:40 UTC (4+ messages)
` [nf-next PATCH 2/2] netfilter: nf_log_syslog: Don't ignore unknown protocols
[PATCH nf-next v3 00/16] netfilter: conntrack: remove percpu lists
2022-04-08 10:11 UTC (8+ messages)
` [PATCH nf-next v3 09/16] netfilter: nfnetlink_cttimeout: use rcu protection in cttimeout_get_timeout
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-04-08 8:31 UTC (3+ messages)
` [PATCH 8/9] x86/crypto: "
[PATCH nf-next v2 1/1] netfilter: conntrack: skip verification of zero UDP checksum
2022-04-08 4:33 UTC
[PATCH v34 08/29] LSM: Use lsmblob in security_secctx_to_secid
2022-04-07 21:22 UTC (5+ messages)
` [PATCH v34 09/29] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
` [PATCH v34 16/29] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v34 18/29] LSM: security_secid_to_secctx in netlink netfilter
linux 5.17.1 disregarding ACK values resulting in stalled TCP connections
2022-04-07 12:48 UTC (4+ messages)
[PATCH bpf-next] net: netfilter: reports ct direction in CT lookup helpers for XDP and TC-BPF
2022-04-06 17:10 UTC (2+ messages)
Support for loading firewall rules with cgroup(v2) expressions early
2022-04-06 14:02 UTC (16+ messages)
[PATCH libnftnl 0/3] add description infrastructure
2022-04-06 11:57 UTC (3+ messages)
[PATCH v2 0/1] UDP traceroute packets with no checksum
2022-04-05 23:51 UTC (2+ messages)
` [PATCH 1/1] netfilter: conntrack: skip verification of zero UDP checksum
[ANNOUNCE] libnfnetlink 1.0.2 release
2022-04-05 14:39 UTC
[PATCH net 0/2] Netfilter fixes for net
2022-04-05 20:10 UTC (4+ messages)
` [PATCH net 1/2] netfilter: bitwise: fix reduce comparisons
` [PATCH net 2/2] netfilter: nf_tables: memcg accounting for dynamically allocated objects
[PATCH nft] meta time: use uint64_t instead of time_t
2022-04-05 13:28 UTC (3+ messages)
[PATCH] meta.c: fix compiler warning in date_type_parse()
2022-04-05 20:01 UTC (2+ messages)
bug report and future request
2022-04-05 14:12 UTC (10+ messages)
[PATCH nf-next] nf_flow_table_offload: offload the vlan encap in the flowtable
2022-04-05 14:38 UTC
meta time broken
2022-04-05 12:02 UTC (6+ messages)
[ANNOUNCE] libmnl 1.0.5 release
2022-04-05 12:55 UTC
[PATCH v2 RESEND] memcg: enable accounting for nft objects
2022-04-05 9:58 UTC (10+ messages)
` [PATCH nft] nft: memcg accounting for dynamically allocated objects
` [PATCH v2] "
[PATCH v2] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
2022-04-05 10:36 UTC (2+ messages)
[libnftnl PATCH v2 0/9] bitwise: support for boolean operations with variable RHS operands
2022-04-04 12:06 UTC (10+ messages)
` [libnftnl PATCH v2 1/9] include: update nf_tables.h
` [libnftnl PATCH v2 2/9] include: add new bitwise bit-length attribute to nf_tables.h
` [libnftnl PATCH v2 3/9] expr: bitwise: pass bit-length to and from the kernel
` [libnftnl PATCH v2 4/9] include: add new bitwise boolean attributes to nf_tables.h
` [libnftnl PATCH v2 5/9] expr: bitwise: fix a couple of white-space mistakes
` [libnftnl PATCH v2 6/9] expr: bitwise: rename some boolean operation functions
` [libnftnl PATCH v2 7/9] expr: bitwise: add support for kernel space AND, OR and XOR operations
` [libnftnl PATCH v2 8/9] tests: bitwise: refactor shift tests
` [libnftnl PATCH v2 9/9] tests: bitwise: add tests for new boolean operations
troubles caused by conntrack overlimit in init_netns
2022-04-04 7:59 UTC (8+ messages)
[PATCH AUTOSEL 5.16 103/109] netfilter: conntrack: revisit gc autotuning
2022-04-01 14:32 UTC
[PATCH AUTOSEL 5.15 92/98] netfilter: conntrack: revisit gc autotuning
2022-04-01 14:37 UTC
[PATCH AUTOSEL 5.17 143/149] netfilter: conntrack: revisit gc autotuning
2022-04-01 14:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).