Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2026-03-30 15:46:30 to 2026-04-07 20:21:39 UTC [more...]

[patch 00/12] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-07 20:21 UTC  (42+ messages)
` [patch 01/12] clockevents: Prevent timer "
` [patch 02/12] hrtimer: Provide hrtimer_start_range_ns_user()
` [patch 03/12] hrtimer: Use hrtimer_start_expires_user() for hrtimer sleepers
` [patch 04/12] posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
` [patch 05/12] posix-timers: Handle the timer_[re]arm() "
` [patch 06/12] posix-timers: Switch to hrtimer_start_expires_user()
` [patch 07/12] alarmtimer: Provide alarmtimer_start()
` [patch 08/12] alarmtimer: Convert posix timer functions to alarmtimer_start()
` [patch 09/12] fs/timerfd: Use the new alarm/hrtimer functions
` [patch 10/12] power: supply: charger-manager: Switch to alarmtimer_start()
` [patch 11/12] netfilter: xt_IDLETIMER: "
` [patch 12/12] alarmtimer: Remove unused interfaces

[PATCH nf] selftests: nft_queue.sh: add a parallel stress test
 2026-04-07 19:34 UTC  (3+ messages)

[PATCH nf] netfilter: nfnetlink_queue: make hash table per queue
 2026-04-07 17:06 UTC 

[PATCH net-next 00/13] netfilter: updates for net-next
 2026-04-07 14:15 UTC  (14+ messages)
` [PATCH net-next 01/13] netfilter: use function typedefs for __rcu NAT helper hook pointers
` [PATCH net-next 02/13] netfilter: nf_tables: Fix typo in enum description
` [PATCH net-next 03/13] netfilter: nf_conntrack_sip: remove net variable shadowing
` [PATCH net-next 04/13] netfilter: add deprecation warning for dccp support
` [PATCH net-next 05/13] netfilter: nf_conntrack_h323: remove unreliable debug code in decode_octstr
` [PATCH net-next 06/13] netfilter: add more netlink-based policy range checks
` [PATCH net-next 07/13] netfilter: nf_tables: add netlink policy based cap on registers
` [PATCH net-next 08/13] netfilter: nft_set_pipapo: increment data in one step
` [PATCH net-next 09/13] netfilter: nft_set_pipapo_avx2: remove redundant loop in lookup_slow
` [PATCH net-next 10/13] netfilter: nft_meta: add double-tagged vlan and pppoe support
` [PATCH net-next 11/13] netfilter: nf_conntrack_h323: Correct indentation when H323_TRACE defined
` [PATCH net-next 12/13] netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use it
` [PATCH net-next 13/13] netfilter: ctnetlink: restrict expectfn to helper

[PATCH net v2] ipvs: fix MTU check for GSO packets in tunnel mode
 2026-04-07 12:22 UTC  (5+ messages)

nfnetlink_queue crashes kernel
 2026-04-06 20:04 UTC  (12+ messages)

[PATCHv2 nf-next 0/3] IPVS changes, part 4 of 4 - extras
 2026-04-04 15:34 UTC  (4+ messages)
` [PATCHv2 nf-next 1/3] ipvs: show the current conn_tab size to users
` [PATCHv2 nf-next 2/3] ipvs: add ip_vs_status info
` [PATCHv2 nf-next 3/3] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[PATCH nf-next 0/3] IPVS changes, part 4 of 4 - extras
 2026-04-04 14:58 UTC  (4+ messages)
` [PATCH nf-next 1/3] ipvs: show the current conn_tab size to users

[PATCH nf-next] netfilter: xt_socket: enable defrag after all other checks
 2026-04-04 10:12 UTC 

[PATCH nf-next v2] netfilter: nfnetlink: prefer skb_mac_header helpers
 2026-04-04 10:09 UTC 

[PATCH 1/1] netfilter: ip6t_eui64: validate MAC header before using it
 2026-04-04  9:39 UTC  (7+ messages)
` [PATCH nf v2 1/2] netfilter: ip6t_eui64: reject invalid MAC header for all packets
` [PATCH nf v2 2/2] netfilter: require Ethernet MAC header before using eth_hdr()

[iptables PATCH] arptables: Warn when ignoring '-p' option
 2026-04-04  9:38 UTC  (3+ messages)

[nft PATCH 0/2] A bit of non-constant binop follow-up
 2026-04-04  9:32 UTC  (5+ messages)
` [nft PATCH 1/2] parser_json: Accept non-RHS expressions in binop RHS
` [nft PATCH 2/2] parser_bison: Accept non-constant binop on LHS of relationals

[PATCH] netfilter: xt_HL: add pr_fmt, default case and NULL checks
 2026-04-03 21:01 UTC  (3+ messages)

[PATCH v3] netfilter: xt_HL: add pr_fmt and checkentry validation
 2026-04-03 20:59 UTC 

[syzbot] [netfilter?] KCSAN: data-race in hash_ipportnet6_add / hash_ipportnet6_head
 2026-04-03 20:46 UTC 

[PATCH v2] netfilter: xt_HL: add pr_fmt, drop NULL checks, add checkentry validation
 2026-04-03 20:40 UTC  (2+ messages)

[PATCH] netfilter: xt_dscp: replace -EDOM with -EINVAL and unify match functions
 2026-04-03 19:44 UTC  (2+ messages)

[PATCH v2] netfilter: xt_multiport: reject trailing range markers
 2026-04-03 15:52 UTC  (8+ messages)
` [PATCH v2] netfilter: xt_multiport: validate range encoding in checkentry
` [PATCH v3] "
` [PATCH v4] "

[PATCH net v2] ipvs: fix NULL deref in ip_vs_add_service error path
 2026-04-03 15:50 UTC  (3+ messages)

[PATCH-next v2 0/2] ipvs: Fix incorrect use of HK_TYPE_KTHREAD housekeeping cpumask
 2026-04-03 15:00 UTC  (9+ messages)
` [PATCH-next v2 1/2] sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN
` [PATCH-next v2 2/2] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU

[PATCH net v3] ipvs: fix MTU check for GSO packets in tunnel mode
 2026-04-03 14:20 UTC  (2+ messages)

[PATCH v2] netfilter: nft_ct: fix use-after-free in timeout object destroy
 2026-04-03  8:58 UTC 

[PATCH 0/6] Deprecate Legacy IP
 2026-04-02 20:27 UTC  (25+ messages)
` [PATCH 1/6] net: Simplify tautological CONFIG_INET/CONFIG_IPV6 guards
` [PATCH 2/6] net: Add CONFIG_LEGACY_IP option
` [PATCH 3/6] net: Guard Legacy IP entry points with CONFIG_LEGACY_IP
` [PATCH 4/6] net: Make IPv4-only Kconfig options depend on LEGACY_IP
` [PATCH 5/6] net: Change CONFIG_INET to CONFIG_LEGACY_IP for IPv4-only code
` [PATCH 6/6] net: Warn when processes listen on AF_INET sockets

[PATCH v2] netfilter: nf_conntrack_sip: add bounds-checked port parsing helper
 2026-04-02 12:52 UTC  (4+ messages)

[PATCH net] ipvs: fix MTU check for GSO packets in tunnel mode
 2026-04-02  4:11 UTC  (3+ messages)

[PATCH net 00/10] Netfilter fixes for net
 2026-04-02  2:30 UTC  (12+ messages)
` [PATCH net 01/10] netfilter: flowtable: strictly check for maximum number of actions
` [PATCH net 02/10] netfilter: nfnetlink_log: account for netlink header size
` [PATCH net 03/10] netfilter: x_tables: ensure names are nul-terminated
` [PATCH net 04/10] netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attr
` [PATCH net 05/10] netfilter: nf_conntrack_helper: pass helper to expect cleanup
` [PATCH net 06/10] netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent
` [PATCH net 07/10] netfilter: ctnetlink: ignore explicit helper on new expectations
` [PATCH net 08/10] netfilter: ipset: drop logically empty buckets in mtype_del
` [PATCH net 09/10] netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for NFPROTO_ARP
` [PATCH net 10/10] netfilter: nf_tables: reject immediate NF_QUEUE verdict

[PATCH net] netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator
 2026-04-01 21:23 UTC  (5+ messages)

[PATCH net v2] netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator
 2026-04-01 21:20 UTC 

0x1A: Dates And Location for upcoming conference
 2026-04-01 13:30 UTC 

[PATCH nf-next] netfilter: nft_set_pipapo_avx2: restore performance optimization
 2026-04-01 11:02 UTC 

[PATCH net] ipvs: fix NULL deref in ip_vs_add_service error path
 2026-04-01  7:23 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: reject immediate NF_QUEUE verdict
 2026-03-31 21:49 UTC  (2+ messages)

[PATCH v2 nf] netfilter: x_tables: ensure names are nul-terminated
 2026-03-31 21:13 UTC 

[PATCH nf] netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for NFPROTO_ARP
 2026-03-31 15:07 UTC  (2+ messages)

[PATCH 0/2] ipvs: Fix incorrect use of HK_TYPE_KTHREAD housekeeping cpumask
 2026-03-31 14:23 UTC  (4+ messages)
` [PATCH 2/2] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU

[PATCH] netfilter: nf_conntrack_helper: pass helper to expect cleanup
 2026-03-31 13:40 UTC  (2+ messages)

[syzbot] Monthly netfilter report (Mar 2026)
 2026-03-31  8:07 UTC 

[PATCH] netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent
 2026-03-31  6:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent
 2026-03-31  6:17 UTC 

[PATCH RESEND nf 1/1] netfilter: ipset: drop logically empty buckets in mtype_del
 2026-03-30 21:39 UTC 

[PATCH nf,v4] netfilter: ctnetlink: ignore explicit helper on new expectations
 2026-03-30 20:57 UTC  (4+ messages)


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