netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-29 01:47:18 to 2024-06-13 01:02:35 UTC [more...]

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

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-13  0:31 UTC  (9+ messages)
` [PATCH 14/14] netfilter: "

[PATCH nft 1/4] tests: shell: add dependencies to skip unsupported tests in older kernels
 2024-06-13  0:22 UTC  (4+ messages)
` [PATCH nft 2/4] tests: shell: skip ip option tests if kernel does not support it
` [PATCH nft 3/4] tests: shell: skip ipsec "
` [PATCH nft 4/4] tests: shell: skip NFTA_RULE_POSITION_ID "

[PATCH net 0/3] Netfilter fixes for net
 2024-06-12 23:40 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nft_inner: validate mandatory meta and payload
` [PATCH net 2/3] netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
` [PATCH net 3/3] netfilter: Use flowlabel flow key when re-routing mangled packets

[iptables PATCH] ebtables: Include 'bitmask' value when comparing rules
 2024-06-12 20:45 UTC  (2+ messages)

[iptables PATCH] extensions: libxt_sctp: Add an extra assert()
 2024-06-12 20:44 UTC  (2+ messages)

[iptables PATCH] man: extensions: recent: Clarify default value of ip_list_hash_size
 2024-06-12 20:44 UTC  (2+ messages)

[iptables PATCH] man: recent: Adjust to changes around ip_pkt_list_tot parameter
 2024-06-12 19:49 UTC  (3+ messages)

[PATCH v6 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-12 16:44 UTC 

[PATCH 1/2 v5.10] netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
 2024-06-12 14:48 UTC  (3+ messages)
` [PATCH 2/2 v5.10] netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()

[PATCH v6.1] netfilter: nf_tables: use timestamp to check for set element timeout
 2024-06-12 13:15 UTC  (2+ messages)

let nftables indicate incomplete dissections
 2024-06-12 13:02 UTC  (2+ messages)

[PATCH libnetfilter_queue] Stop a memory leak in nfq_close
 2024-06-11 22:21 UTC  (4+ messages)

[PATCH nft,v2] monitor: too large shift exponent displaying payload expression
 2024-06-11 18:18 UTC 

[PATCH nft,v2] cmd: skip variable set elements when collapsing commands
 2024-06-11 17:38 UTC 

[PATCH 0/1] ipset patch for nf tree
 2024-06-11 16:45 UTC  (5+ messages)
` [PATCH 1/1] netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type

[PATCH nf] netfilter: Use flowlabel flow key when re-routing mangled packets
 2024-06-11 16:44 UTC  (2+ messages)

[PATCH nft] cmd: skip variable set elements when collapsing commands
 2024-06-11 16:17 UTC 

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-06-11 11:35 UTC  (30+ messages)
` [RFC PATCH v2 01/12] landlock: Support socket access-control
` [RFC PATCH v2 02/12] landlock: Add hook on socket creation
` [RFC PATCH v2 03/12] selftests/landlock: Add protocol.create to socket tests
` [RFC PATCH v2 04/12] selftests/landlock: Add protocol.socket_access_rights "
` [RFC PATCH v2 07/12] selftests/landlock: Add protocol.inval "
` [RFC PATCH v2 08/12] selftests/landlock: Add tcp_layers.ruleset_overlap "

Testing stable backports for netfilter
 2024-06-11  9:00 UTC  (6+ messages)

[PATCH v3 0/2] netfilter: nfqueue: incorrect sctp checksum
 2024-06-11  8:46 UTC  (12+ messages)

[PATCH nf-next,v4 1/2] netfilter: nfnetlink_queue: unbreak SCTP traffic
 2024-06-11  8:34 UTC  (2+ messages)
` [PATCH nf-next,v4 2/2] selftests: net: netfilter: nft_queue.sh: sctp coverage

[PATCH net v2 2/3] selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
 2024-06-11  7:58 UTC  (5+ messages)

[PATCH nft] cmd: provide better hint if chain is already declared with different type/hook/priority
 2024-06-10 17:40 UTC 

[PATCH nft] monitor: too large shift exponent displaying payload expression
 2024-06-10 17:20 UTC 

[PATCH net-next 0/2] net: flow dissector: allow explicit passing of netns
 2024-06-08 22:17 UTC  (9+ messages)
` [PATCH net-next 1/2] net: add and use skb_get_hash_net
` [PATCH net-next 2/2] net: add and use __skb_get_hash_symmetric_net

[PATCH v5 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-07  6:53 UTC 

[PATCH nf] netfilter: nf_reject: init skb->dev for reset packet
 2024-06-06 14:52 UTC  (18+ messages)

[PATCH nf] netfilter: restore default behavior for nf_conntrack_events
 2024-06-06 13:07 UTC  (7+ messages)

[syzbot] [fscrypt?] WARNING in fscrypt_fname_siphash
 2024-06-06  6:27 UTC  (22+ messages)
` [PATCH] ext4: add casefolded file check
    ` [PATCH V2] ext4: add casefolded feature check before setup encrypted info
        ` [PATCH V4] ext4: check hash version and filesystem casefolded consistent
            ` [PATCH V5] "
                    ` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash
        ` [PATCH V3] ext4: check hash version and filesystem casefolded consistent

[PATCH nf-next] netfilter: nf_tables: missing objects with no memcg accounting
 2024-06-05 19:08 UTC 

[PATCH nft] nf_tables: nft_inner: validate mandatory meta and payload netlink attributes
 2024-06-05 11:03 UTC 

[ANNOUNCE] ipset 7.22 released
 2024-06-05  7:23 UTC 

[PATCH] fix json output format for IPSET_OPT_IP
 2024-06-05  6:28 UTC  (4+ messages)

[PATCH nft] Check for NULL netlink attributes
 2024-06-05  5:52 UTC 

[PATCH nft] Check for NULL netlink attributes
 2024-06-04 21:40 UTC 

[PATCH nft] scanner: inet_pton() allows for broader IPv4-Mapped IPv6 addresses
 2024-06-04 18:39 UTC 

[PATCH net-next v1] netfilter: cttimeout: remove 'l3num' attr check
 2024-06-04 16:48 UTC  (2+ messages)

[PATCH v4 net-next 06/14] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-04 15:24 UTC 

[PATCH nftables] tests: shell: add test case for reset tcp warning
 2024-06-04 12:01 UTC 

[PATCH nf-next] netfilter: nf_tables: rise cap on SELinux secmark context
 2024-06-03 18:16 UTC 

[PATCH net-next v1] netfilter: nfnetlink: convert kfree_skb to consume_skb
 2024-06-03 12:09 UTC  (4+ messages)

[syzbot] [netfilter?] [mm?] [usb?] INFO: rcu detected stall in addrconf_rs_timer (6)
 2024-06-03  8:24 UTC 

libnetfilter_queue patch ping
 2024-06-03  6:25 UTC 

[PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
 2024-06-01  8:22 UTC  (3+ messages)

[PATCH nf-next v2] netfilter: nf_conncount: fix wrong variable type
 2024-05-31  3:48 UTC 

[PATCH net] netfilter: nf_conncount: fix wrong variable type
 2024-05-30 13:13 UTC  (6+ messages)

[PATCH net 1/6] netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
 2024-05-30  8:30 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-29 21:53 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v4 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftest for "

[PATCH v3 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-05-29 16:02 UTC 

[PATCH net-next 0/5] net: constify ctl_table arguments of utility functions
 2024-05-29  2:57 UTC  (2+ messages)


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