Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2024-06-13 18:13:52 to 2024-06-28 16:05:27 UTC [more...]

[PATCH net-next 00/17] Netfilter/IPVS updates for net-next
 2024-06-28 16:05 UTC  (16+ messages)
` [PATCH net-next 01/17] netfilter: nf_tables: make struct nft_trans first member of derived subtypes
` [PATCH net-next 02/17] netfilter: nf_tables: move bind list_head into relevant subtypes
` [PATCH net-next 03/17] netfilter: nf_tables: compact chain+ft transaction objects
` [PATCH net-next 04/17] netfilter: nf_tables: reduce trans->ctx.table references
` [PATCH net-next 05/17] netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
` [PATCH net-next 06/17] netfilter: nf_tables: pass more specific nft_trans_chain where possible
` [PATCH net-next 07/17] netfilter: nf_tables: avoid usage of embedded nft_ctx
` [PATCH net-next 08/17] netfilter: nf_tables: store chain pointer in rule transaction
` [PATCH net-next 09/17] netfilter: nf_tables: reduce trans->ctx.chain references
` [PATCH net-next 10/17] netfilter: nf_tables: pass nft_table to destroy function
` [PATCH net-next 11/17] netfilter: nf_tables: do not store nft_ctx in transaction objects
` [PATCH net-next 12/17] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
` [PATCH net-next 13/17] netfilter: nf_conncount: fix wrong variable type
` [PATCH net-next 14/17] netfilter: cttimeout: remove 'l3num' attr check
` [PATCH net-next 15/17] netfilter: nf_tables: rise cap on SELinux secmark context

[PROBLEM] make randconfig: net/netfilter/core.c:830: undefined reference to `netfilter_lwtunnel_fini'
 2024-06-28 15:23 UTC  (9+ messages)

[PATCH nf-next 00/19] Netfilter/IPVS updates for net-next
 2024-06-28 15:17 UTC  (25+ messages)
` [PATCH nf-next 01/19] netfilter: nf_tables: make struct nft_trans first member of derived subtypes
` [PATCH nf-next 02/19] netfilter: nf_tables: move bind list_head into relevant subtypes
` [PATCH nf-next 03/19] netfilter: nf_tables: compact chain+ft transaction objects
` [PATCH nf-next 04/19] netfilter: nf_tables: reduce trans->ctx.table references
` [PATCH nf-next 05/19] netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
` [PATCH nf-next 06/19] netfilter: nf_tables: pass more specific nft_trans_chain where possible
` [PATCH nf-next 07/19] netfilter: nf_tables: avoid usage of embedded nft_ctx
` [PATCH nf-next 08/19] netfilter: nf_tables: store chain pointer in rule transaction
` [PATCH nf-next 09/19] netfilter: nf_tables: reduce trans->ctx.chain references
` [PATCH nf-next 10/19] netfilter: nf_tables: pass nft_table to destroy function
` [PATCH nf-next 11/19] netfilter: nf_tables: do not store nft_ctx in transaction objects
` [PATCH nf-next 12/19] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
` [PATCH nf-next 13/19] netfilter: nf_conncount: fix wrong variable type
` [PATCH nf-next 14/19] netfilter: cttimeout: remove 'l3num' attr check
` [PATCH nf-next 15/19] netfilter: nf_tables: rise cap on SELinux secmark context
` [PATCH nf-next 16/19] netfilter: nfnetlink_queue: unbreak SCTP traffic
` [PATCH nf-next 17/19] selftests: netfilter: nft_queue.sh: sctp coverage
` [PATCH nf-next 18/19] selftests: netfilter: nft_queue.sh: add test for disappearing listener
` [PATCH nf-next 19/19] netfilter: xt_recent: Lift restrictions on max hitcount value

[PATCH libnetfilter_queue] build: Speed up build_man.sh
 2024-06-28  4:04 UTC 

[PATCH -stable,4.19.x] netfilter: nf_tables: validate family when identifying table via handle
 2024-06-27 20:07 UTC  (4+ messages)
` [PATCH -stable,5.4.x] "
` [PATCH -stable,5.10.x] "

[PATCH -stable,6.1.x] netfilter: nf_tables: use timestamp to check for set element timeout
 2024-06-27 20:04 UTC  (2+ messages)

[PATCH net-next v2] ipvs: properly dereference pe in ip_vs_add_service
 2024-06-27 19:09 UTC  (2+ messages)

[ipset PATCH 0/3] Two fixes and fallout
 2024-06-27 14:05 UTC  (5+ messages)
` [ipset PATCH 1/3] lib: data: Fix for global-buffer-overflow warning by ASAN
` [ipset PATCH 2/3] lib: ipset: Avoid 'argv' array overstepping
` [ipset PATCH 3/3] tests: Reduce testsuite run-time

[RFC nf-next 0/4] nf_tables: remove explicit register zeroing
 2024-06-27 13:53 UTC  (5+ messages)
` [RFC nf-next 1/4] netfilter: nf_tables: pass context structure to nft_parse_register_load
` [RFC nf-next 2/4] netfilter: nf_tables: allow loads only when register is initialized
` [RFC nf-next 3/4] netfilter: nf_tables: insert register zeroing instructions for dodgy chains
` [RFC nf-next 4/4] netfilter: nf_tables: don't initialize registers in nft_do_chain()

[PATCH net 0/2] Netfilter fixes for net
 2024-06-27 11:10 UTC  (11+ messages)
` [PATCH net 1/2] netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSCTL=n
` [PATCH net 2/2] netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers

[PATCH net-next] ipvs: properly dereference pe in ip_vs_add_service
 2024-06-27  5:07 UTC  (4+ messages)
  ` 回复: "

[PATCH nft] tests: shell: check for removing table via handle with incorrect family
 2024-06-27  1:39 UTC 

[nf-next PATCH v2 0/2] netfilter: xt_recent: Allow for larger hitcount values
 2024-06-27  0:06 UTC  (9+ messages)
` [nf-next PATCH v2 1/2] netfilter: xt_recent: Reduce size of struct recent_entry::nstamps
` [nf-next PATCH v2 2/2] netfilter: xt_recent: Lift restrictions on max hitcount value

[nf-next PATCH v2] netfilter: xt_recent: Lift restrictions on max hitcount value
 2024-06-26 22:35 UTC 

[PATCH nf-next] netfilter: nf_tables: rise cap on SELinux secmark context
 2024-06-26 15:45 UTC  (3+ messages)

[PATCH nf] netfilter: restore default behavior for nf_conntrack_events
 2024-06-26 11:41 UTC  (2+ messages)

[PATCH net-next v1] netfilter: cttimeout: remove 'l3num' attr check
 2024-06-26 11:33 UTC  (2+ messages)

[PATCH nf-next v2] netfilter: nf_conncount: fix wrong variable type
 2024-06-26 11:32 UTC  (2+ messages)

[PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
 2024-06-26 11:29 UTC  (2+ messages)

[PATCH nf-next 00/11] netfilter: nf_tables: reduce transaction log memory usage
 2024-06-26 11:28 UTC  (11+ messages)
` [PATCH nf-next 01/11] netfilter: nf_tables: make struct nft_trans first member of derived subtypes
` [PATCH nf-next 02/11] netfilter: nf_tables: move bind list_head into relevant subtypes

let nftables indicate incomplete dissections
 2024-06-24 21:24 UTC  (5+ messages)

[syzbot] [lvs?] possible deadlock in start_sync_thread
 2024-06-24 15:27 UTC 

[PATCH v2 0/7] Dynamic hook interface binding
 2024-06-23 22:12 UTC  (7+ messages)

[PATCH] netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSCTL=n
 2024-06-21 11:43 UTC 

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-21  9:32 UTC  (47+ messages)

[PATCH v6.1] netfilter: nf_tables: use timestamp to check for set element timeout
 2024-06-20 18:49 UTC  (3+ messages)

[syzbot] [netfilter?] [usb?] INFO: rcu detected stall in NF_HOOK
 2024-06-20 17:29 UTC  (2+ messages)

[PATCH v9 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-20 13:21 UTC 

[PATCH] netfilter: ctnetlink: support CTA_FILTER for flush
 2024-06-20 11:35 UTC 

[PATCH net 0/5] Netfilter fixes for net
 2024-06-20  9:50 UTC  (8+ messages)
` [PATCH net 1/5] netfilter: ipset: Fix suspicious rcu_dereference_protected()
` [PATCH net 2/5] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
` [PATCH net 3/5] netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core
` [PATCH net 4/5] selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
` [PATCH net 5/5] selftests: add selftest for the SRv6 End.DX6 "

[PATCH 0/2] Forbid illegitimate binding via listen(2)
 2024-06-20  8:00 UTC  (7+ messages)
` [PATCH 1/2] landlock: Add hook on socket_listen()

[PATCH nf-next] selftests: netfilter: nft_queue.sh: add test for disappearing listener
 2024-06-19 20:31 UTC 

[PATCH] conntrackd: helpers/rpc: Don't add expectation table entry for portmap port
 2024-06-19 13:08 UTC  (6+ messages)
` AW: "

[PATCH nft] src: add string preprocessor and use it for log prefix string
 2024-06-19 10:56 UTC 

[PATCH -stable,5.4] netfilter: nftables: exthdr: fix 4-byte stack OOB write
 2024-06-19 10:50 UTC  (2+ messages)

[PATCH v8 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-19  7:16 UTC 

[syzbot] [netfilter?] net-next test error: WARNING: suspicious RCU usage in corrupted
 2024-06-19  0:11 UTC 

[PATCH nft] tests: py: drop redundant JSON outputs
 2024-06-18 15:38 UTC 

[PATCH v7 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-06-18  7:13 UTC 

[nf-next PATCH 0/2] netfilter: xt_recent: Allow for much larger hitcount values
 2024-06-17 17:38 UTC  (5+ messages)
` [nf-next PATCH 2/2] netfilter: xt_recent: Largely lift restrictions on max hitcount value

[PATCH 0/1] ipset patch for nf
 2024-06-17  9:18 UTC  (2+ messages)
` [PATCH 1/1] netfilter: ipset: Fix suspicious rcu_dereference_protected()

[PATCH nft 0/2] nft include path updates
 2024-06-15  9:18 UTC  (3+ messages)
` [PATCH nft 1/2] libnftables: add base directory of -f/--filename to include path
` [PATCH nft 2/2] libnftables: search for default include path last

[PATCH v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-14 15:40 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v5 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add selftest for "

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-14 15:19 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc

[syzbot] [netfilter?] upstream test error: WARNING: suspicious RCU usage in _destroy_all_sets
 2024-06-14  8:20 UTC 

[syzbot] [netfilter?] net-next test error: WARNING: suspicious RCU usage in _destroy_all_sets
 2024-06-14  8:20 UTC 

[syzbot] [netfilter?] net test error: WARNING: suspicious RCU usage in _destroy_all_sets
 2024-06-14  8:20 UTC 

[linus:master] [netfilter] 4e7aaa6b82: WARNING:suspicious_RCU_usage
 2024-06-14  7:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox