Netfilter-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-13 13:39:12 to 2023-11-22 13:35:28 UTC [more...]

[nft PATCH] tests: shell: Fix sets/reset_command_0 for current kernels
 2023-11-22 13:35 UTC  (7+ messages)

[PATCH nft 1/1] tests: prettify JSON in test output and add helper
 2023-11-22 12:55 UTC  (3+ messages)

[iptables PATCH 00/12] Misc fixes (more or less)
 2023-11-22 13:02 UTC  (13+ messages)
` [iptables PATCH 01/12] Makefile: Install arptables-translate link and man page
` [iptables PATCH 02/12] nft-bridge: nft_bridge_add() uses wrong flags
` [iptables PATCH 03/12] xshared: struct xt_cmd_parse::xlate is unused
` [iptables PATCH 04/12] xshared: All variants support -v
` [iptables PATCH 05/12] xshared: Drop needless assignment in --help case
` [iptables PATCH 06/12] xshared: Drop pointless CMD_REPLACE check
` [iptables PATCH 07/12] tests: xlate: Print failing command line
` [iptables PATCH 08/12] ebtables: Drop append_entry() wrapper
` [iptables PATCH 09/12] ebtables: Make ebt_load_match_extensions() static
` [iptables PATCH 10/12] ebtables: Align line number formatting with legacy
` [iptables PATCH 11/12] xshared: do_parse: Ignore '-j CONTINUE'
` [iptables PATCH 12/12] ebtables: Implement --change-counters command

[PATCH nft 1/1] tests/shell: sanitize "handle" in JSON output
 2023-11-22 12:32 UTC  (14+ messages)
        ` [PATCH nft v3 "

[PATCH nft 1/8] tests: shell: connlimit tests requires set expression support
 2023-11-22 10:32 UTC  (8+ messages)
` [PATCH nft 2/8] tests: shell: skip stateful object updates if unsupported
` [PATCH nft 3/8] tests: shell: detach synproxy test
` [PATCH nft 4/8] tests: shell: skip synproxy test if kernel does not support it
` [PATCH nft 5/8] tests: shell: skip nat inet "
` [PATCH nft 6/8] tests: shell: split nat inet tests
` [PATCH nft 7/8] tests: shell: skip secmark tests if kernel does not support it
` [PATCH nft 8/8] tests: shell: skip if kernel does not allow to restore set element expiration

[PATCH nft] evaluate: bogus error when adding devices to flowtable
 2023-11-22  8:59 UTC 

[PATCH 6.6.y 0/2] netfilter: fix catchall element double-free
 2023-11-21 21:39 UTC  (4+ messages)
` [PATCH 6.6.y 1/2] netfilter: nf_tables: remove catchall element in GC sync path
` [PATCH 6.6.y 2/2] netfilter: nf_tables: split async and sync catchall in two functions

[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-11-21 16:07 UTC 

[PATCH nft] tests: shell: flush connlimit sets
 2023-11-21 15:53 UTC 

[PATCH nf-next 0/8] netfilter: make nf_flowtable lifetime differ from container struct
 2023-11-21 14:25 UTC  (10+ messages)
` [PATCH nf-next 1/8] netfilter: flowtable: move nf_flowtable out of container structures
` [PATCH nf-next 2/8] netfilter: nf_flowtable: replace init callback with a create one
` [PATCH nf-next 3/8] netfilter: nf_flowtable: make free a real free function
` [PATCH nf-next 4/8] netfilter: nf_flowtable: delay flowtable release a second time
` [PATCH nf-next 5/8] netfilter: nf_tables: reject flowtable hw offload for same device
` [PATCH nf-next 6/8] netfilter: nf_tables: add xdp offload flag
` [PATCH nf-next 7/8] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH nf-next 8/8] netfilter: nf_tables: permit duplicate flowtable mappings

[PATCH nft v2 0/5] add infrastructure for unit tests
 2023-11-21 12:37 UTC  (3+ messages)

[PATCH -stable,5.4 00/26] Netfilter stable fixes for 5.4
 2023-11-21 12:13 UTC  (27+ messages)
` [PATCH -stable,5.4 01/26] netfilter: nf_tables: pass context to nft_set_destroy()
` [PATCH -stable,5.4 02/26] netfilter: nftables: rename set element data activation/deactivation functions
` [PATCH -stable,5.4 03/26] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH -stable,5.4 04/26] netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
` [PATCH -stable,5.4 05/26] netfilter: nft_set_rbtree: fix null deref on element insertion
` [PATCH -stable,5.4 06/26] netfilter: nft_set_rbtree: fix overlap expiration walk
` [PATCH -stable,5.4 07/26] netfilter: nf_tables: don't skip expired elements during walk
` [PATCH -stable,5.4 08/26] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH -stable,5.4 09/26] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH -stable,5.4 10/26] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH -stable,5.4 11/26] netfilter: nf_tables: remove busy mark and gc batch API
` [PATCH -stable,5.4 12/26] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH -stable,5.4 13/26] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH -stable,5.4 14/26] netfilter: nf_tables: GC transaction race with abort path
` [PATCH -stable,5.4 15/26] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH -stable,5.4 16/26] netfilter: nf_tables: defer gc run if previous batch is still pending
` [PATCH -stable,5.4 17/26] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
` [PATCH -stable,5.4 18/26] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH -stable,5.4 19/26] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH -stable,5.4 20/26] netfilter: nf_tables: fix memleak when more than 255 elements expired
` [PATCH -stable,5.4 21/26] netfilter: nf_tables: unregister flowtable hooks on netns exit
` [PATCH -stable,5.4 22/26] netfilter: nf_tables: double hook unregistration in netns path
` [PATCH -stable,5.4 23/26] netfilter: nftables: update table flags from the commit phase
` [PATCH -stable,5.4 24/26] netfilter: nf_tables: fix table flag updates
` [PATCH -stable,5.4 25/26] netfilter: nf_tables: disable toggling dormant table state more than once
` [PATCH -stable,5.4 26/26] netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 5.4)

[PATCH nft v2 1/1] tests/shell: sanitize "handle" in JSON output
 2023-11-21 12:08 UTC 

[PATCH nft] tests: shell: quote reference to array to iterate over empty string
 2023-11-21 11:11 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-11-21  8:50 UTC 

[PATCH libnetfilter_queue 0/1] libnfnetlink dependency elimination
 2023-11-20 21:25 UTC  (13+ messages)
` [PATCH libnetfilter_queue 1/1] src: Add nfq_nlmsg_put2() - header flags include NLM_F_ACK
    ` [PATCH libnetfilter_queue v2 1/1] src: Add nfq_nlmsg_put2() - user specifies header flags
            ` [PATCH libnetfilter_queue v3 "

[PATCH nf-next] netfilter: flowtable: reorder nf_flowtable struct members
 2023-11-20 16:29 UTC 

[PATCH nf-next] netfilter: nft_set_pipapo: prefer gfp_kernel allocation
 2023-11-20 16:01 UTC 

[PATCH nft] tests: shell: adjust add-after-delete flowtable for older kernels
 2023-11-20 13:07 UTC 

[PATCH nft] tests: shell: skip meta time test meta expression lacks support
 2023-11-20 12:56 UTC 

[PATCH nft] tests: shell: skip maps delete test if dynset lacks delete op
 2023-11-20 12:56 UTC 

[PATCH nft] tests: shell: skip ct expectation test if feature is missing
 2023-11-20 12:55 UTC 

[PATCH libnetfilter_queue v4] src: Add nfq_nlmsg_put2() - user specifies header flags
 2023-11-20  1:08 UTC 

[PATCH libnetfilter_queue 0/1] libnfnetlink dependency elimination
 2023-11-20  1:06 UTC 

[PATCH nft] evaluate: fix rule replacement with anon sets
 2023-11-19 12:05 UTC 

[PATCH libnetfilter_queue 0/1] libnfnetlink dependency elimination
 2023-11-18  0:07 UTC  (2+ messages)
` [PATCH libnetfilter_queue 1/1] Convert nfq_create_queue(), nfq_bind_pf() & nfq_unbind_pf() to use libmnl

[PATCH nft v3 0/6] add and check dump files for JSON in tests/shell
 2023-11-17 22:30 UTC  (34+ messages)
` [PATCH nft v3 1/6] json: fix use after free in table_flags_json()
` [PATCH nft v3 2/6] tests/shell: check and generate JSON dump files
  ` [PATCH nft v3 4/6] tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()
  ` [PATCH nft v3 5/6] tools: check more strictly for bash shebang in "check-tree.sh"
  ` [PATCH nft v3 6/6] tools: check for consistency of .json-nft dumps "

[PATCH net-next] net: ctnetlink: support filtering by zone
 2023-11-17 15:26 UTC 

[ANNOUNCE] Coreteam updates: Eric Leblond and Arturo Borrero enter emeritus status
 2023-11-17 11:06 UTC 

[PATCH net 0/6] Netfilter fixes for net
 2023-11-16 10:29 UTC  (8+ messages)
` [PATCH net 1/6] netfilter: nft_set_rbtree: Remove unused variable nft_net
` [PATCH net 2/6] netfilter: nf_conntrack_bridge: initialize err to 0
` [PATCH net 3/6] netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
` [PATCH net 4/6] netfilter: nf_tables: bogus ENOENT when destroying element which does not exist
` [PATCH net 5/6] netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test
` [PATCH net 6/6] netfilter: nf_tables: split async and sync catchall in two functions

libnfnetlink dependency elimination
 2023-11-15 11:46 UTC  (8+ messages)
  ` libnfnetlink dependency elimination (doc)
    ` *** Scrub that last message

[PATCH nft 0/4] more tests/shell updates to run on 5.4 kernels
 2023-11-15 10:34 UTC  (7+ messages)
` [PATCH nft 1/4] tests: shell: skip if kernel does not support flowtable counter
` [PATCH nft 2/4] tests: shell: skip if kernel does not support flowtable with no devices
` [PATCH nft 3/4] tests: shell: skip pipapo set backend in transactions/30s-stress
` [PATCH nft 4/4] tests: shell: restore pipapo and chain binding coverage in standalone 30s-stress

[PATCH nft 5/4] tests: shell: skip sets/sets_with_ifnames if no pipapo backend is available
 2023-11-15 10:31 UTC 

[PATCH nft 1/3] parser: don't mark "string" as const
 2023-11-15  9:42 UTC  (5+ messages)
` [PATCH nft 2/3] parser: remove "const" from argument of input_descriptor_destroy()
` [PATCH nft 3/3] parser: use size_t type for strlen() results

[PATCH nft 1/2] utils: add memory_allocation_check() helper
 2023-11-15  9:06 UTC  (5+ messages)

iptables manpage updates
 2023-11-15  8:18 UTC  (2+ messages)

ebtables documentation updates
 2023-11-15  8:16 UTC  (2+ messages)

[PATCH libnetfilter_queue] utils: Add example of setting socket buffer size
 2023-11-15  7:56 UTC  (3+ messages)

[syzbot] [batman?] INFO: rcu detected stall in worker_thread (9)
 2023-11-14 18:18 UTC 

[RFC nf-next] netfilter: nf_tables: reject flowtable hw offload for same device
 2023-11-14 15:54 UTC 

[PATCH libmnl v2] nlmsg: fix false positives when validating buffer sizes
 2023-11-14 15:02 UTC  (2+ messages)

[PATCH nft,v2] src: expand create commands
 2023-11-14 12:31 UTC 

[PATCH 0/1] ipset patch to fix race condition between swap/destroy and add/del/test, v3
 2023-11-14 12:28 UTC  (3+ messages)
` [PATCH 1/1] netfilter: ipset: fix race condition between swap/destroy and kernel side "

[PATCH nf] netfilter: nf_tables: split async and sync catchall in two functions
 2023-11-14 11:46 UTC 

[PATCH libnetfilter_queue 0/1] libnfnetlink dependency elimination
 2023-11-13 23:24 UTC  (2+ messages)
` [PATCH libnetfilter_queue 1/1] Convert nfq_open(), nfq_bind_pf() & nfq_unbind_pf() to use libmnl

[PATCH 0/1] ipset patch to fix race condition between swap/destroy and add/del/test, v3
 2023-11-13 20:09 UTC  (2+ messages)
` [PATCH 1/1] netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test, v2

[PATCH nf] netfilter: nf_tables: bogus ENOENT when destroying element which does not exist
 2023-11-13 19:47 UTC 

[PATCH nft] src: expand create commands
 2023-11-13 13:44 UTC 

[PATCH nft,v2 01/11] tests: shell: skip pipapo tests if kernel lacks support
 2023-11-13 13:38 UTC  (9+ messages)
` [PATCH nft,v2 03/11] tests: shell: skip stateful expression in sets "
` [PATCH nft,v2 04/11] tests: shell: skip NAT netmap "
` [PATCH nft,v2 05/11] tests: shell: skip comment "
` [PATCH nft,v2 07/11] tests: shell: skip if kernel does not support bitshift
` [PATCH nft,v2 08/11] tests: shell: split set NAT interval test
` [PATCH nft,v2 09/11] tests: shell: split map test
` [PATCH nft,v2 10/11] tests: shell: split single element in anonymous set
` [PATCH nft,v2 11/11] tests: shell: split merge nat optimization in two tests


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 read-only IMAP folder(s) and NNTP newsgroup(s).