messages from 2026-08-10 19:06:50 to 2026-08-19 02:30:34 UTC [more...]
[PATCH RFC v2 00/13] sysctl: add module aliases
2026-08-19 2:28 UTC (14+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH net-next 0/8] Netfilter/IPVS fixes for net-next
2026-08-19 0:04 UTC (11+ messages)
` [PATCH net-next 1/8] netfilter: validate L4 headers after userspace packet writes
` [PATCH net-next 2/8] netfilter: ipset: remove need to allocate memory on delete operations
` [PATCH net-next 3/8] netfilter: nf_tables: don't queue packet path object notifications
` [PATCH net-next 4/8] netfilter: nf_conntrack_expect: consolidate check for insertion of dead expectation
` [PATCH net-next 5/8] netfilter: ctnetlink: do not expose expectation DEAD flag
` [PATCH net-next 6/8] netfilter: nf_tables: move set_update_list to nftables per-netns
` [PATCH net-next 7/8] netfilter: nf_tables: call set ops .commit when building new ruleset blob
` [PATCH net-next 8/8] ipvs: fix integer overflow in ftp helper port/address parsing
[PATCH nf] netfilter: nft_dynset: missing .clone_destroy call when honoring set expression
2026-08-18 22:31 UTC
[PATCH -stable 0/1] ipvs: backport cdcc4e46180d
2026-08-18 20:16 UTC (2+ messages)
` [PATCH -stable 1/1] ipvs: separate destination availability state
[PATCH] netfilter: flowtable: publish HW_DEAD after worker is done
2026-08-18 20:00 UTC
[PATCH nf-next 1/4] netfilter: x_tables: remove pr_debug in matches/targets
2026-08-18 14:08 UTC (9+ messages)
` [PATCH nf-next 2/4] netfilter: xt_CT: check for nul-terminated timeout and helper name
` [PATCH nf-next 3/4] netfilter: x_tables: do not print specified table
` [PATCH nf-next 4/4] netfilter: xt_cgroup: use pr_info_ratelimited()
[PATCH net v3] netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()
2026-08-18 13:31 UTC
[PATCH nf] netfilter: nf_tables: fix device name and prefix match in hook lookup
2026-08-18 10:18 UTC
[PATCH nf 0/1] netfilter: xt_IDLETIMER: fix out-of-bounds heap read in checkentry
2026-08-18 10:14 UTC (5+ messages)
` [PATCH nf 1/1] netfilter: xt_IDLETIMER: validate label before debug logging "
[PATCH net v2] netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()
2026-08-17 23:36 UTC (2+ messages)
[PATCH net] netfilter: nf_conntrack_h323: fix get_bitmap() overread
2026-08-17 22:50 UTC (2+ messages)
[PATCH 0/9] lib/folio_pool: Direct-Map Large Folio Pool & Scratchpad bump allocators
2026-08-17 21:01 UTC (13+ messages)
` [PATCH 1/9] lib/folio_pool: Introduce "
` [PATCH 2/9] netfilter/nf_tables: Add folio_scratchpad collector to struct nftables_pernet
` [PATCH 3/9] bpf/verifier: Route verifier stack state node allocations to folio_pool
` [PATCH 4/9] drm/gpuvm: Route gpuva_op allocations to folio_scratchpad
` [PATCH 5/9] bpf/syscall: Route generic_map_update_batch key/value "
` [PATCH 6/9] locking/lockdep: Fallback to folio_pool in alloc_list_entry when static pool is full
` [PATCH 7/9] locking/lockdep: Traverse adjacency lists directly in zap_class()
` [PATCH 8/9] locking/lockdep: Shrink static list_entries array to early bootstrap buffer
` [PATCH 9/9] locking/lockdep: Migrate and compact boot-time dependency graph from __initdata
[PATCH 0/6] x86: add missing vzeroupper instructions
2026-08-17 17:18 UTC (16+ messages)
` [PATCH 1/6] xor: add missing vzeroupper to AVX code
` [PATCH 2/6] raid6: add missing vzeroupper to AVX2 code
` [PATCH 3/6] raid6: add missing vzeroupper to AVX-512 code
` [PATCH 4/6] crypto: x86/aria - add missing vzeroupper in AVX2 code
` [PATCH 5/6] crypto: x86/aria - add missing vzeroupper in AVX-512 code
` [PATCH 6/6] netfilter: nft_set_pipapo_avx2: add missing vzeroupper
[PATCH nf,v3 1/4] netfilter: flowtable: add and use NF_FLOW_CONFIRMED bit to skip GC
2026-08-17 16:47 UTC (4+ messages)
` [PATCH nf,v3 2/4] netfilter: flowtable: do not expose expired flows via lookup function
` [PATCH nf,v3 3/4] netfilter: flowtable: serialize IPS_OFFLOAD bit clearing
` [PATCH nf,v3 4/4] netfilter: flowtable: let GC handle partially set up flow
[PATCH nf 0/1] netfilter: xt_TPROXY: require IPv6 protocol match
2026-08-17 16:11 UTC (5+ messages)
` [PATCH nf 1/1] "
[PATCH nf 0/1] netfilter: xt_string: account textsearch configs
2026-08-17 15:48 UTC (3+ messages)
` [PATCH nf 1/1] "
netfilter: nf_nat: race in nf_nat_setup_info() corrupts nat_bysource list (GPF / soft lockup)
2026-08-17 15:13 UTC (4+ messages)
[PATCH nf v2 0/1] ipvs: bound LBLCR and LBLC cache growth
2026-08-17 12:41 UTC (3+ messages)
` [PATCH nf v2 1/1] "
[PATCH 0/4] lib/textsearch: fix ts_bm resume offset, add tests, two small cleanups
2026-08-16 20:37 UTC (6+ messages)
` [PATCH 1/4] lib/ts_bm: advance state->offset past the reported match
` [PATCH 2/4] lib/tests: add KUnit tests for the textsearch infrastructure
` [PATCH 3/4] textsearch: align ts_state.cb like skb->cb
` [PATCH 4/4] lib/ts_fsm: document that a match must consume the remaining data
[PATCH nf 0/1] ipvs: bound LBLCR cache growth
2026-08-16 15:22 UTC (2+ messages)
` [PATCH nf 1/1] "
[PATCH net] netfilter: nf_conntrack_sip: fix OOB read in ct_sip_parse_transport()
2026-08-15 13:31 UTC
[PATCH nft v2] evaluate: reject negative values for unsigned datatypes
2026-08-14 21:10 UTC
[PATCH nft] tests: shell: use an unassigned protocol number in exclusive_start_cond
2026-08-14 21:10 UTC (3+ messages)
[PATCH nft] evaluate: reject negative values for unsigned datatypes
2026-08-14 21:10 UTC (4+ messages)
[PATCH net-next 00/12] Netfilter updates for net
2026-08-14 19:50 UTC (25+ messages)
` [PATCH net-next 01/12] netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()
` [PATCH net-next 02/12] net: pass net_device_path_ctx to dev_fill_forward_path()
` [PATCH net-next 03/12] net: netfilter: add ether_type to net_device_path_ctx and use it
` [PATCH net-next 04/12] netfilter: flowtable: rename tun.l3_proto to tun.inner_proto
` [PATCH net-next 05/12] netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_proto
` [PATCH net-next 06/12] netfilter: flowtable: store ethertype in flowtable context
` [PATCH net-next 07/12] netfilter: flowtable: move ipv4 and ipv6 xmit path to function
` [PATCH net-next 08/12] netfilter: flowtable: detach layer 2 encapsulation parser from lookup
` [PATCH net-next 09/12] netfilter: nft_ct: move custom expectation support to helper
` [PATCH net-next 10/12] netfilter: conntrack: always lower timeout for non-closing RST packets
` [PATCH net-next 11/12] netfilter: nf_conntrack_expect: bail out on insert dead expectations
` [PATCH net-next 12/12] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
[PATCH] netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()
2026-08-14 19:17 UTC
[PATCH v2 ipvs] ipvs: fix integer overflow in ftp helper port/address parsing
2026-08-14 16:44 UTC (2+ messages)
[PATCH ipset] tests: runtest.sh: do kmemleak scan if available
2026-08-13 23:04 UTC
[PATCH 0/7] Change skb secmarks to x-array indexes
2026-08-13 20:48 UTC (7+ messages)
` [PATCH 1/7] net, smack: Create a function to set secmarks
` [PATCH 2/7] LSM: Implement x array functions for secmarks
` [PATCH 3/7] LSM: Two hooks for manipulating struct lsm_prop
` [PATCH 4/7] SELinux: hooks for secctx_to_lsmprop and update_lsmprop
` [PATCH 5/7] Smack: "
` [PATCH 6/7] Apparmor: "
[PATCH] ipvs: fix integer overflow in ftp helper port/address parsing
2026-08-13 17:40 UTC (2+ messages)
[PATCH] netfilter: nf_conntrack_h323: fix OOB read in get_bitmap()
2026-08-13 14:16 UTC (2+ messages)
[nft PATCH 0/2] tests: shell: Keep dumps with numeric protocol values
2026-08-13 14:00 UTC (8+ messages)
` [nft PATCH 1/2] tests: shell: Use --numeric-protocol for dumps
` [nft PATCH 2/2] tests: shell: Convert dumps to numeric protocols
[PATCH nf,v2 1/2] netfilter: nf_tables: move set_update_list to nftables per-netns
2026-08-13 13:00 UTC (2+ messages)
` [PATCH nf,v2 2/2] netfilter: nf_tables: call set ops .commit when building new ruleset blob
[PATCH nf,v2] netfilter: flowtable: add and use NF_FLOW_CONFIRMED bit
2026-08-13 12:52 UTC
[PATCH v4 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
2026-08-13 11:40 UTC (3+ messages)
[PATCH nf,RESEND] netfilter: nf_tables: move hardware offload step after building the chain blob
2026-08-13 0:16 UTC
[PATCH nf] netfilter: flowtable: add and use NF_FLOW_CONFIRMED bit
2026-08-13 0:12 UTC
[PATCH nf] netfilter: nf_tables: move hardware offload step after building the chain blob
2026-08-12 23:51 UTC
[PATCH nf-next] netfilter: ctnetlink: do not expose expectation DEAD flag
2026-08-12 23:33 UTC
[PATCH nf 1/2] netfilter: nf_tables: move set_update_list to nftables per-netns
2026-08-12 23:04 UTC (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: call set ops .commit when building new ruleset blob
[PATCH net 01/13] netfilter: ipset: fix refcount race between list:set GC and swap
2026-08-12 1:40 UTC (2+ messages)
[nf_tables] rbtree interval set: in one batch, re-adding element E0 makes deleting an unrelated interval E1 fail with -ENOENT
2026-08-12 1:10 UTC (3+ messages)
[PATCH nf,v2 1/2] netfilter: nf_tables: move set_update_list to nftables per-netns
2026-08-12 0:30 UTC (6+ messages)
` [PATCH nf,v2 2/2] netfilter: nf_tables: call set ops .commit when building new ruleset
[PATCH net] netfilter: nf_dup_netdev: scrub duplicates to preserve the direct path
2026-08-11 23:19 UTC (4+ messages)
[PATCH net 00/13] Netfilter/IPVS fixes for net
2026-08-11 22:22 UTC (7+ messages)
` [PATCH net 11/13] netfilter: flowtable: publish GC-visible tuple last
` [PATCH net 12/13] netfilter: ipset: fix list type element drift bug
` [PATCH net 13/13] netfilter: ipset: let destroy callbacks adjust ext mem size
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-08-11 18:51 UTC (2+ messages)
` (subset) "
[PATCH] ipvs: fix reversed sequence option serialization
2026-08-11 17:12 UTC
[PATCH] ipvs: reject invalid states in connection template sync records
2026-08-11 17:10 UTC
[nf_tables] netdev chain: DELCHAIN with an exact device name matches a prefix hook and deletes the chain
2026-08-11 16:40 UTC (2+ messages)
[nft PATCH 0/2] parser_json: fix JSON delete of ct stateful objects
2026-08-11 13:43 UTC (3+ messages)
` [nft PATCH 1/2] parser_json: fix CMD_OBJ/NFT_OBJECT mismatch in delete path
` [nft PATCH 2/2] tests: shell: add JSON delete test for ct stateful objects
[nf_tables] pipapo: inserting an interval that strictly contains an existing one is accepted; rbtree rejects the same insert
2026-08-11 11:37 UTC (7+ messages)
[PATCH] netfilter: nft_ct: validate timeout object protocol
2026-08-10 22:21 UTC (2+ messages)
[PATCH] netfilter: nf_conntrack: validate template helper protocol
2026-08-10 22:16 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