Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2024-10-26 09:35:55 to 2024-11-05 23:03:32 UTC [more...]

[iptables PATCH 1/3] ebtables: Clone extensions before modifying them
 2024-11-05 23:03 UTC  (5+ messages)
` [iptables PATCH 2/3] ebtables: Simplify ebt_add_{match,watcher}
` [iptables PATCH 3/3] tests: shell: Test ebtables-restore deleting among matches

[iptables PATCH] tests: shell: Fix for 'make distcheck'
 2024-11-05 23:02 UTC  (2+ messages)

[iptables PATCH] tests: iptables-test: Fix for duplicate supposed-to-fail errors
 2024-11-05 23:01 UTC  (2+ messages)

[PATCH iptables] tests: iptables-test: extend coverage for ip6tables
 2024-11-05 23:01 UTC  (8+ messages)

[conntrack-tools PATCH] src: Eliminate warnings with -Wcalloc-transposed-args
 2024-11-05 22:55 UTC  (3+ messages)

[conntrack-tools PATCH] conntrack: Fix for ENOENT in mnl_nfct_delete_cb()
 2024-11-05 22:55 UTC  (3+ messages)

[Patch lsm/dev-staging] selinux: Fix pointer use in selinux_dentry_init_security
 2024-11-05 22:26 UTC  (2+ messages)

[bug report] lsm: replace context+len with lsm_context
 2024-11-05 21:29 UTC  (4+ messages)

[iptables PATCH 1/2] tests: iptables-test: Properly assert rule deletion errors
 2024-11-05 20:36 UTC  (2+ messages)
` [iptables PATCH 2/2] tests: iptables-test: Extend fast mode docs a bit

[PATCH nf-next v2] netfilter: conntrack: collect start time as early as possible
 2024-11-05 17:32 UTC  (12+ messages)

[PATCH nft] json: collapse set element commands from parser
 2024-11-05 17:07 UTC  (5+ messages)

[PATCH nf v1] netfilter: netlink: Report extack policy errors for batched ops
 2024-11-05 12:29 UTC  (2+ messages)

[PATCH RESEND net-next v4 0/9] net: ip: add drop reasons to input route
 2024-11-05 11:28 UTC  (13+ messages)
` [PATCH RESEND net-next v4 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH RESEND net-next v4 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH RESEND net-next v4 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH RESEND net-next v4 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH RESEND net-next v4 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH RESEND net-next v4 6/9] net: ip: make ip_route_input_noref() "
` [PATCH RESEND net-next v4 7/9] net: ip: make ip_route_input() "
` [PATCH RESEND net-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH RESEND net-next v4 9/9] net: ip: make ip_route_use_hint() "

[syzbot] [lvs?] possible deadlock in start_sync_thread
 2024-11-05 11:25 UTC  (3+ messages)

[PATCH nf,v4] netfilter: nf_tables: wait for rcu grace period on net_device removal
 2024-11-05 11:07 UTC 

[PATCH net-next] selftests: netfilter: nft_queue.sh: fix warnings with socat 1.8.0.0
 2024-11-05 10:41 UTC  (2+ messages)

[PATCH v5 net-next 00/13] AccECN protocol preparation patch series
 2024-11-05 10:06 UTC  (14+ messages)
` [PATCH v5 net-next 01/13] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
` [PATCH v5 net-next 02/13] tcp: create FLAG_TS_PROGRESS
` [PATCH v5 net-next 03/13] tcp: use BIT() macro in include/net/tcp.h
` [PATCH v5 net-next 04/13] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v5 net-next 05/13] tcp: reorganize SYN ECN code
` [PATCH v5 net-next 06/13] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
` [PATCH v5 net-next 07/13] tcp: helpers for ECN mode handling
` [PATCH v5 net-next 08/13] gso: AccECN support
` [PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v5 net-next 10/13] tcp: AccECN support to tcp_add_backlog
` [PATCH v5 net-next 11/13] tcp: allow ECN bits in TOS/traffic class
` [PATCH v5 net-next 12/13] tcp: Pass flags to __tcp_send_ack
` [PATCH v5 net-next 13/13] tcp: fast path functions later

[PATCH net-next] selftests: netfilter: run conntrack_dump_flush in netns
 2024-11-04 14:25 UTC 

[PATCH net-next] selftests: net: include lib/sh/*.sh with lib.sh
 2024-11-04 14:00 UTC  (2+ messages)

[PATCH nf-next v3 0/7] netfilter: nf_tables: avoid PROVE_RCU_LIST splats
 2024-11-04  9:41 UTC  (8+ messages)
` [PATCH nf-next v3 1/7] netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
` [PATCH nf-next v3 2/7] netfilter: nf_tables: avoid false-positive lockdep splats with sets
` [PATCH nf-next v3 3/7] netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
` [PATCH nf-next v3 4/7] netfilter: nf_tables: avoid false-positive lockdep splats in set walker
` [PATCH nf-next v3 5/7] netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
` [PATCH nf-next v3 6/7] netfilter: nf_tables: must hold rcu read lock while iterating expression type list
` [PATCH nf-next v3 7/7] netfilter: nf_tables: must hold rcu read lock while iterating object "

[PATCH lsm/dev] netfilter: Use correct length value in ctnetlink_secctx_size
 2024-11-01 22:37 UTC  (4+ messages)

[PATCH v3 2/5] LSM: Replace context+len with lsm_context
 2024-11-01 17:54 UTC  (11+ messages)

[PATCH v2 nf-next 0/7] netfilter: nf_tables: avoid PROVE_RCU_LIST splats
 2024-11-01  7:31 UTC  (20+ messages)
` [PATCH v2 nf-next 1/7] netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
` [PATCH v2 nf-next 2/7] netfilter: nf_tables: avoid false-positive lockdep splats with sets
` [PATCH v2 nf-next 3/7] netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
` [PATCH v2 nf-next 4/7] netfilter: nf_tables: avoid false-positive lockdep splats in set walker
` [PATCH v2 nf-next 5/7] netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
` [PATCH v2 nf-next 6/7] netfilter: nf_tables: must hold rcu read lock while iterating expression type list
` [PATCH v2 nf-next 7/7] netfilter: nf_tables: must hold rcu read lock while iterating object "

[syzbot] [netfilter] BUG: soft lockup in batadv_iv_send_outstanding_bat_ogm_packet
 2024-11-01  1:30 UTC 

[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
 2024-10-31 22:53 UTC  (2+ messages)

[nft PATCH 0/9] Support wildcard netdev hooks and events
 2024-10-31 22:13 UTC  (3+ messages)

[PATCH nft] src: collapse set element commands from parser
 2024-10-31 16:24 UTC  (3+ messages)

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-10-31 16:21 UTC  (5+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction

[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
 2024-10-31 15:44 UTC  (14+ messages)
` [PATCH v4 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v4 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[nf-next PATCH v3 00/16] Dynamic hook interface binding
 2024-10-31 15:16 UTC  (6+ messages)
` [nf-next PATCH v3 06/16] netfilter: nf_tables: Tolerate chains with no remaining hooks

[PATCH nft] tests: monitor: fix up test case breakage
 2024-10-31 13:07 UTC  (8+ messages)

[PATCH net 0/4] Netfilter fixes for net
 2024-10-31 11:20 UTC  (6+ messages)
` [PATCH net 1/4] selftests: netfilter: remove unused parameter
` [PATCH net 2/4] netfilter: Fix use-after-free in get_info()
` [PATCH net 3/4] netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
` [PATCH net 4/4] netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

cttimeout: link to own gitweb instance broken
 2024-10-31  8:58 UTC  (2+ messages)

[PATCH nf] netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
 2024-10-30 22:37 UTC 

[PATCH nft v2] doc: extend description of fib expression
 2024-10-30 14:01 UTC  (2+ messages)

[PATCH] selftests: netfilter: remove unused parameter
 2024-10-30 12:18 UTC  (2+ messages)

[PATCH net v2] net: netfilter: Fix use-after-free in get_info()
 2024-10-30 11:53 UTC  (2+ messages)

[libnftnl PATCH v2] Use SPDX License Identifiers in headers
 2024-10-30 11:52 UTC  (3+ messages)

[PATCH nf] netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
 2024-10-30 11:49 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] net: ip: add drop reasons to input route
 2024-10-30  1:35 UTC  (3+ messages)

[PATCH v3] selftests/net: Add missing gitignore file
 2024-10-30  1:00 UTC 

[PATCH for-next 4/7] selftests/net: Add missing gitignore file
 2024-10-29 23:33 UTC  (2+ messages)

[libnftnl PATCH v4] Introduce struct nftnl_str_array
 2024-10-29 22:27 UTC  (3+ messages)

[PATCH nf,v3] netfilter: nf_tables: wait for rcu grace period on net_device removal
 2024-10-29 21:30 UTC 

[PATCH net] selftests: netfilter: nft_flowtable.sh: make first pass deterministic
 2024-10-29 18:30 UTC  (2+ messages)

[libnftnl PATCH] Use SPDX License Identifiers in headers
 2024-10-29 17:12 UTC  (6+ messages)

[libnftnl PATCH v3] Introduce struct nftnl_str_array
 2024-10-29 15:30 UTC  (3+ messages)

[libnftnl PATCH v2] Introduce struct nftnl_str_array
 2024-10-29 12:15 UTC  (3+ messages)

[PATCH nf-next] netfilter: conntrack: collect start time as early as possible
 2024-10-29 11:18 UTC  (5+ messages)

[PATCH nft] tests: shell: don't rely on writable test directory
 2024-10-29  9:48 UTC  (4+ messages)

[PATCH nft] doc: extend description of fib expression
 2024-10-28 23:05 UTC  (6+ messages)

[PATCH nf,v2] netfilter: nf_tables: wait for rcu grace period on net_device removal
 2024-10-28 22:30 UTC  (2+ messages)

[PATCH nft] tests: shell: move device to different namespace
 2024-10-28 22:17 UTC 

[PATCH nf] netfilter: nf_tables: wait for rcu grace period on net_device removal
 2024-10-28 15:23 UTC  (2+ messages)

[PATCH nf-next 0/7] netfilter: nf_tables: avoid PROVE_RCU_LIST splats
 2024-10-26 11:20 UTC  (7+ messages)
` [PATCH nf-next 1/7] netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
` [PATCH nf-next 6/7] netfilter: nf_tables: must hold rcu read lock while iterating expression type list


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