netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-21 00:43:22 to 2023-09-28 13:43:46 UTC [more...]

[PATCH v3 0/2] Prevent potential write out of bounds
 2023-09-28 13:43 UTC  (5+ messages)
` [PATCH v3 1/2] Make loop indexes unsigned
` [PATCH v3 2/2] Make num_actions unsigned

[PATCH nf] netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
 2023-09-28 13:38 UTC  (2+ messages)

[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
 2023-09-28 11:53 UTC  (4+ messages)

[PATCH -stable,5.10 0/2] Netfilter stable fixes for 5.10
 2023-09-28 11:30 UTC  (4+ messages)
` [PATCH -stable,5.10 1/2] netfilter: nf_tables: unregister flowtable hooks on netns exit
` [PATCH -stable,5.10 2/2] netfilter: nf_tables: double hook unregistration in netns path

[nf PATCH 0/3] Review nf_tables audit logging
 2023-09-28  1:37 UTC  (7+ messages)
` [nf PATCH 1/3] selftests: netfilter: Extend nft_audit.sh
` [nf PATCH 2/3] netfilter: nf_tables: Deduplicate nft_register_obj audit logs
` [nf PATCH 3/3] netfilter: nf_tables: Audit log object reset once per table

[PATCH nft 0/3] tests/shell: minor improvements to "run-tests.sh"
 2023-09-27 20:47 UTC  (3+ messages)

[PATCH nft 0/3] Two fixes to avoid "-Wstrict-overflow" warnings
 2023-09-27 20:21 UTC  (15+ messages)
` [PATCH nft 1/3] nft: add NFT_ARRAY_SIZE() helper
` [PATCH nft 2/3] nfnl_osf: rework nf_osf_parse_opt() and avoid "-Wstrict-overflow" warning
` [PATCH nft 3/3] netlink_linearize: avoid strict-overflow warning in netlink_gen_bitwise()

[PATCH libnetfilter_queue v2] doc: make the HTML main page available as `man 7 libnetfilter_queue`
 2023-09-27 20:15 UTC  (2+ messages)

[PATCH nft 0/5] more various cleanups related to struct datatype
 2023-09-27 19:57 UTC  (6+ messages)
` [PATCH nft 1/5] datatype: make "flags" field of datatype struct simple booleans
` [PATCH nft 2/5] datatype: don't clone static name/desc strings for datatype
` [PATCH nft 3/5] datatype: don't clone datatype in set_datatype_alloc() if byteorder already matches
` [PATCH nft 4/5] datatype: extend set_datatype_alloc() to change size
` [PATCH nft 5/5] datatype: use xmalloc() for allocating datatype in datatype_clone()

[PATCH nft 1/1] include: include <string.h> in <nft.h>
 2023-09-27 19:59 UTC  (2+ messages)

[PATCH nft] tests: shell: fix spurious errors in sets/0036add_set_element_expiration_0
 2023-09-27 19:53 UTC  (6+ messages)

[PATCH nft 3/3,v2] netlink_linearize: skip set element expression in map statement key
 2023-09-27 16:52 UTC  (8+ messages)

[PATCH nft,v3] tests: shell: fix spurious errors in sets/0036add_set_element_expiration_0
 2023-09-27 16:39 UTC 

[PATCH nft,v2] tests: shell: fix spurious errors in sets/0036add_set_element_expiration_0
 2023-09-27 15:25 UTC 

[PATCH nft] tests: shell: fix spurious errors in sets/0036add_set_element_expiration_0
 2023-09-27 15:18 UTC 

[PATCH] netfilter: ipset: add ip_set lock to ip_set_test
 2023-09-27 13:03 UTC 

[PATCH nft v2 1/1] mergesort: avoid cloning value in expr_msort_cmp()
 2023-09-27 13:21 UTC  (2+ messages)

[nf PATCH 0/5] Introduce locking for reset requests
 2023-09-27 12:54 UTC  (25+ messages)
` [nf PATCH 1/5] netfilter: nf_tables: Don't allocate nft_rule_dump_ctx
` [nf PATCH 2/5] netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requests
` [nf PATCH 3/5] netfilter: nf_tables: Introduce struct nft_obj_dump_ctx
` [nf PATCH 4/5] netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
` [nf PATCH 5/5] netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requests

[PATCH libnetfilter_queue] Fix typo in examples/nf-queue.c from patch 9a8e4c3
 2023-09-27  9:06 UTC  (2+ messages)

[PATCH nft] mergesort: avoid cloning value in expr_msort_cmp()
 2023-09-27  9:05 UTC  (3+ messages)

[PATCH v2 0/2] Prevent potential write out of bounds
 2023-09-27  8:35 UTC  (5+ messages)
` [PATCH v2 1/2] Make loop indexes unsigned
` [PATCH v2 2/2] Make num_actions unsigned

Prosím kontaktujte
 2023-09-27  8:00 UTC 

[PATCH] netfilter: Clean up errors in nf_conntrack_h323_asn1.h
 2023-09-27  6:13 UTC 

[PATCH net v6 0/3] Insulate Kernel Space From SOCK_ADDR Hooks
 2023-09-26 20:05 UTC  (4+ messages)
` [PATCH net v6 1/3] net: replace calls to sock->ops->connect() with kernel_connect()
` [PATCH net v6 2/3] net: prevent rewrite of msg_name and msg_namelen in sock_sendmsg()
` [PATCH net v6 3/3] net: prevent address rewrite in kernel_bind()

[nft PATCH] tests: shell: features: Fix table owner flag check
 2023-09-26 19:58 UTC  (2+ messages)

[PATCH nft 1/3] tests: py: add map support
 2023-09-26 15:58 UTC  (6+ messages)
` [PATCH nft 2/3] json: expose dynamic flag
` [PATCH nft 3/3] netlink_linearize: skip set element expression in map statement key

[PATCH conntrack-tools] conntrackd: consolidate check for maximum number of channels
 2023-09-25 12:28 UTC 

[PATCH nft 0/9] various cleanups related to enums and struct datatype
 2023-09-25  8:44 UTC  (14+ messages)
` [PATCH nft 3/9] datatype: drop flags field from datatype
` [PATCH nft 7/9] expression: cleanup expr_ops_by_type() and handle u32 input

[syzbot] [netfilter?] INFO: rcu detected stall in gc_worker (3)
 2023-09-24 10:59 UTC 

[PATCH -stable,6.5 0/5] Netfilter stable fixes for 6.5
 2023-09-23 12:51 UTC  (7+ messages)
` [PATCH -stable,6.5 1/5] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH -stable,6.5 2/5] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH -stable,6.5 3/5] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH -stable,6.5 4/5] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH -stable,6.5 5/5] netfilter: nf_tables: fix memleak when more than 255 elements expired

[PATCH -stable,5.10 00/17] Netfilter stable fixes for 5.10
 2023-09-22 17:01 UTC  (18+ messages)
` [PATCH -stable,5.10 01/17] netfilter: nf_tables: integrate pipapo into commit protocol
` [PATCH -stable,5.10 02/17] netfilter: nf_tables: don't skip expired elements during walk
` [PATCH -stable,5.10 03/17] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH -stable,5.10 04/17] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH -stable,5.10 05/17] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH -stable,5.10 06/17] netfilter: nf_tables: remove busy mark and gc batch API
` [PATCH -stable,5.10 07/17] netfilter: nf_tables: don't fail inserts if duplicate has expired
` [PATCH -stable,5.10 08/17] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH -stable,5.10 09/17] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH -stable,5.10 10/17] netfilter: nf_tables: GC transaction race with abort path
` [PATCH -stable,5.10 11/17] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH -stable,5.10 12/17] netfilter: nf_tables: defer gc run if previous batch is still pending
` [PATCH -stable,5.10 13/17] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
` [PATCH -stable,5.10 14/17] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH -stable,5.10 15/17] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH -stable,5.10 16/17] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH -stable,5.10 17/17] netfilter: nf_tables: fix memleak when more than 255 elements expired

[PATCH -stable,5.15 00/17] Netfilter stable fixes for 5.15
 2023-09-22 16:43 UTC  (18+ messages)
` [PATCH -stable,5.15 01/17] netfilter: nf_tables: don't skip expired elements during walk
` [PATCH -stable,5.15 02/17] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH -stable,5.15 03/17] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH -stable,5.15 04/17] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH -stable,5.15 05/17] netfilter: nf_tables: remove busy mark and gc batch API
` [PATCH -stable,5.15 06/17] netfilter: nf_tables: don't fail inserts if duplicate has expired
` [PATCH -stable,5.15 07/17] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH -stable,5.15 08/17] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH -stable,5.15 09/17] netfilter: nf_tables: GC transaction race with abort path
` [PATCH -stable,5.15 10/17] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH -stable,5.15 11/17] netfilter: nf_tables: defer gc run if previous batch is still pending
` [PATCH -stable,5.15 12/17] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
` [PATCH -stable,5.15 13/17] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH -stable,5.15 14/17] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH -stable,5.15 15/17] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH -stable,5.15 16/17] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH -stable,5.15 17/17] netfilter: nf_tables: fix memleak when more than 255 elements expired

[PATCH -stable,6.1 00/17] Netfilter stable fixes for 6.1
 2023-09-22 16:30 UTC  (18+ messages)
` [-stable,6.1 01/17] netfilter: nf_tables: don't skip expired elements during walk
` [-stable,6.1 02/17] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [-stable,6.1 03/17] netfilter: nf_tables: adapt set backend to use GC transaction API
` [-stable,6.1 04/17] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [-stable,6.1 05/17] netfilter: nf_tables: remove busy mark and gc batch API
` [-stable,6.1 06/17] netfilter: nf_tables: don't fail inserts if duplicate has expired
` [-stable,6.1 07/17] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [-stable,6.1 08/17] netfilter: nf_tables: GC transaction race with netns dismantle
` [-stable,6.1 09/17] netfilter: nf_tables: GC transaction race with abort path
` [-stable,6.1 10/17] netfilter: nf_tables: use correct lock to protect gc_list
` [-stable,6.1 11/17] netfilter: nf_tables: defer gc run if previous batch is still pending
` [-stable,6.1 12/17] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
` [-stable,6.1 13/17] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [-stable,6.1 14/17] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [-stable,6.1 15/17] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [-stable,6.1 16/17] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [-stable,6.1 17/17] netfilter: nf_tables: fix memleak when more than 255 elements expired

[RFC nf] netfilter: nf_tables: nft_set_rbtree: invalidate greater range element on removal
 2023-09-22 11:15 UTC  (4+ messages)

[PATCH nft] tests: shell: skip flowtable-uaf if we lack table owner support
 2023-09-22  9:54 UTC 

[nft PATCH 0/9] Misc JSON parser fixes
 2023-09-22  8:56 UTC  (2+ messages)

LPC 2023 Networking and BPF Track CFP (Reminder)
 2023-09-22  8:31 UTC  (2+ messages)
` LPC 2023 Networking and BPF Track CFP (Final Reminder)

[PATCH net 1/3] netfilter: nf_tables: disable toggling dormant table state more than once
 2023-09-21  9:20 UTC  (2+ messages)

[ANNOUNCE] ipset 7.18 released
 2023-09-21  6:56 UTC  (3+ messages)

[ANNOUNCE] ipset 7.19 released
 2023-09-21  7:02 UTC 

[PATCH nft 0/4] remove xfree() and add free_const()+nft_gmp_free()
 2023-09-21  9:08 UTC  (10+ messages)
` [PATCH nft 3/4] all: add free_const() and use it instead of xfree()

[PATCH 0/3] nftables: add feature probes for sctp and multistmt set support
 2023-09-21  8:48 UTC  (4+ messages)
` [PATCH 1/3] tests: shell: skip adding catchall elements if unuspported
` [PATCH 2/3] tests: shell: add feature probe for sets with more than one element
` [PATCH 3/3] tests: shell: add feature probe for sctp chunk matching


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).