netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-09 10:50:46 to 2023-08-18 12:39:11 UTC [more...]

[PATCH xtables-addons 0/5] Autoools silent-rules fixes
 2023-08-18 12:38 UTC  (6+ messages)
` [PATCH xtables-addons 1/5] build: use `$(top_srcdir)` when including Makefile.extra
` [PATCH xtables-addons 2/5] build: replace `AM_V_silent` with `AM_V_at`
` [PATCH xtables-addons 3/5] build: update `AM_V_*` definitions to match autotools
` [PATCH xtables-addons 4/5] build: don't hard-code `AM_DEFAULT_VERBOSITY` in Makefile.iptrules
` [PATCH xtables-addons 5/5] build: define `AM_V_GEN` where it is needed

[nft PATCH] src: use reentrant getprotobyname_r()/getprotobynumber_r()/getservbyport_r()
 2023-08-18  9:57 UTC  (8+ messages)
` [nft PATCH v2] "

[nft PATCH v4 0/6] add input flags and "no-dns"/"json" flags
 2023-08-18  9:45 UTC  (22+ messages)
` [nft PATCH v4 1/6] src: add input flags for nft_ctx
` [nft PATCH v4 2/6] src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
` [nft PATCH v4 3/6] src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
` [nft PATCH v4 4/6] py: fix exception during cleanup of half-initialized Nftables
` [nft PATCH v4 5/6] py: extract flags helper functions for set_debug()/get_debug()
` [nft PATCH v4 6/6] py: add Nftables.{get,set}_input() API

[nft PATCH v5 0/6] add input flags and "no-dns"/"json" flags
 2023-08-18  9:40 UTC  (7+ messages)
` [nft PATCH v5 1/6] src: add input flags for nft_ctx
` [nft PATCH v5 2/6] src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
` [nft PATCH v5 3/6] src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
` [nft PATCH v5 4/6] py: fix exception during cleanup of half-initialized Nftables
` [nft PATCH v5 5/6] py: extract flags helper functions for set_debug()/get_debug()
` [nft PATCH v5 6/6] py: add Nftables.{get,set}_input_flags() API

[PATCH nf] netfilter: nf_tables: GC transaction race with abort path
 2023-08-18  9:09 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-18  8:06 UTC 

[PATCH nf] netfilter: nf_tables: flush pending destroy work before netlink notifier
 2023-08-17 23:13 UTC 

[PATCH nf] netfilter: nf_tables: validate all pending tables
 2023-08-17 18:28 UTC 

[PATCHv2 nf] netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
 2023-08-17 18:04 UTC  (2+ messages)

[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
 2023-08-17 15:36 UTC  (14+ messages)
` [PATCH v11.1] "
      ` [PATCH] landlock: Fix and test network AF inconsistencies

[PATCH v4] Bluetooth: Fix for ACL disconnect when pairing fails
 2023-08-17 11:53 UTC 

[PATCH RFC net-next 00/14] ipvs: per-net tables and optimizations
 2023-08-16 22:54 UTC  (18+ messages)
` [PATCH RFC net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCH RFC net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCH RFC net-next 03/14] ipvs: some service readers can use RCU
` [PATCH RFC net-next 04/14] ipvs: use single svc table
` [PATCH RFC net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCH RFC net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCH RFC net-next 07/14] ipvs: add resizable hash tables
` [PATCH RFC net-next 08/14] ipvs: use resizable hash table for services
` [PATCH RFC net-next 09/14] ipvs: switch to per-net connection table
` [PATCH RFC net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCH RFC net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCH RFC net-next 12/14] ipvs: use more keys for connection hashing
` [PATCH RFC net-next 13/14] ipvs: add ip_vs_status info
` [PATCH RFC net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[PATCH net-next v2] netfilter: ebtables: replace zero-length array members
 2023-08-16 12:24 UTC  (3+ messages)

[PATCH net 0/9] netfilter fixes for net
 2023-08-16 10:20 UTC  (11+ messages)
` [PATCH net 1/9] netfilter: nf_tables: fix false-positive lockdep splat
` [PATCH net 2/9] netfilter: nf_tables: fix kdoc warnings after gc rework
` [PATCH net 3/9] netfilter: nf_tables: deactivate catchall elements in next generation
` [PATCH net 4/9] netfilter: nf_tables: don't fail inserts if duplicate has expired
` [PATCH net 5/9] netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
` [PATCH net 6/9] ipvs: fix racy memcpy in proc_do_sync_threshold
` [PATCH net 7/9] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH net 8/9] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH net 9/9] netfilter: nft_dynset: disallow object maps

[PATCH net-next v4] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-08-16  9:32 UTC 

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-15 22:27 UTC  (14+ messages)
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[iptables PATCH] Revert --compat option related commits
 2023-08-15 16:08 UTC 

[PATCH nf] netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
 2023-08-15 14:01 UTC  (4+ messages)

[PATCH nf 1/3] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
 2023-08-15 13:39 UTC  (3+ messages)
` [PATCH nf 2/3] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH nf 3/3] netfilter: nft_dynset: disallow object maps

[PATCH nft] tests: add transaction stress test with parallel delete/add/flush and netns deletion
 2023-08-15 12:41 UTC 

[PATCH nf 0/2] netfilter: nf_nat: fix yet another bizarre early demux corner case
 2023-08-15  9:52 UTC  (3+ messages)
` [PATCH nf 1/2] netfilter: nf_nat: undo erroneous tcp edemux lookup after port clash
` [PATCH nf 2/2] selftests: netfilter: test nat source port clash resolution interaction with tcp early demux

[PATCH] ipvs: fix racy memcpy in proc_do_sync_threshold
 2023-08-15  2:53 UTC  (2+ messages)

LPC 2023 Networking and BPF Track CFP
 2023-08-14 19:37 UTC  (2+ messages)
` LPC 2023 Networking and BPF Track CFP (Reminder)

[PATCH 5.4 32/39] netfilter: nf_tables: report use refcount overflow
 2023-08-13 21:20 UTC 

[PATCH 5.10 59/68] netfilter: nf_tables: report use refcount overflow
 2023-08-13 21:20 UTC 

[PATCH 5.15 76/89] netfilter: nf_tables: report use refcount overflow
 2023-08-13 21:20 UTC 

[PATCH 4.19 25/33] netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
 2023-08-13 21:19 UTC  (2+ messages)
` [PATCH 4.19 26/33] netfilter: nf_tables: report use refcount overflow

[PATCH 4.14 20/26] netfilter: nf_tables: report use refcount overflow
 2023-08-13 21:19 UTC 

[PATCH -stable,4.14 0/1] netfilter stable fix for 4.14
 2023-08-13 16:33 UTC  (3+ messages)
` [PATCH -stable,4.14 1/1] netfilter: nf_tables: report use refcount overflow

[PATCH -stable,4.19 0/2] netfilter stable fixes for 4.19
 2023-08-12 22:09 UTC  (3+ messages)
` [PATCH -stable,4.19 1/2] netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
` [PATCH -stable,4.19 2/2] netfilter: nf_tables: report use refcount overflow

[PATCH -stable,5.4 0/1] netfilter stable fix for 5.4
 2023-08-12 22:08 UTC  (2+ messages)
` [PATCH -stable,5.4 1/1] netfilter: nf_tables: report use refcount overflow

[PATCH -stable,5.10 0/1] netfilter stable fix for 5.10
 2023-08-12 22:07 UTC  (2+ messages)
` [PATCH -stable,5.10 1/1] netfilter: nf_tables: report use refcount overflow

[PATCH -stable,5.15 0/1] netfilter stable fix for 5.15
 2023-08-12 22:06 UTC  (2+ messages)
` [PATCH -stable,5.15 1/1] netfilter: nf_tables: report use refcount overflow

[PATCH -stable,6.1 0/1] netfilter stable fix for 6.1
 2023-08-12 22:05 UTC  (2+ messages)
` [PATCH -stable,6.1 1/1] netfilter: nf_tables: report use refcount overflow

[PATCH nf] netfilter: nf_tables: don't fail inserts if duplicate has expired
 2023-08-12 18:03 UTC 

[PATCH nf] netfilter: nf_tables: deactivate catchall elements in next generation
 2023-08-12 11:05 UTC 

[iptables PATCH v2 0/4] Implement a best-effort forward compat solution
 2023-08-11 13:58 UTC  (6+ messages)
` [iptables PATCH v2 1/4] nft: Pass nft_handle to add_{target,action}()
` [iptables PATCH v2 2/4] nft: Introduce and use bool nft_handle::compat
` [iptables PATCH v2 3/4] Add --compat option to *tables-nft and *-nft-restore commands
` [iptables PATCH v2 4/4] tests: Test compat mode

[PATCH nf] netfilter: nf_tables: fix kdoc warnings after gc rework
 2023-08-10 21:59 UTC 

[PATCH v3] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-08-10 20:21 UTC  (3+ messages)

[PATCH] netfilter: ebtables: replace zero-length array members
 2023-08-10 20:18 UTC  (3+ messages)

[PATCH nft] tests: add test with concatenation, vmap and timeout
 2023-08-10 19:48 UTC 

[PATCH v2 0/7] netfilter: refactor deprecated strncpy
 2023-08-10 19:07 UTC  (14+ messages)
` [PATCH v2 1/7] netfilter: ipset: "
` [PATCH v2 5/7] netfilter: nft_osf: "
` [PATCH v2 6/7] netfilter: x_tables: "
` [PATCH v2 7/7] netfilter: xtables: "

[PATCH net 0/5] Netfilter fixes for net
 2023-08-10 18:00 UTC  (10+ messages)
` [PATCH net 1/5] netfilter: nf_tables: don't skip expired elements during walk
` [PATCH net 2/5] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH net 3/5] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH net 4/5] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH net 5/5] netfilter: nf_tables: remove busy mark and gc batch API

Fwd: kernel: WARNING: CPU: 0 PID: 16269 at net/netfilter/nf_conntrack_core.c:1210
 2023-08-10 17:47 UTC  (2+ messages)

[iptables PATCH v2 0/3] Chain counter fixes here and there
 2023-08-10 12:16 UTC  (5+ messages)
` [iptables PATCH v2 1/3] nft: Create builtin chains with counters enabled
` [iptables PATCH v2 2/3] Revert "libiptc: fix wrong maptype of base chain counters on restore"
` [iptables PATCH v2 3/3] tests: shell: Test chain policy counter behaviour

[iptables PATCH] Use SOCK_CLOEXEC/O_CLOEXEC where available
 2023-08-10 12:15 UTC  (2+ messages)

[iptables PATCH] tests: iptables-test: Fix command segfault reports
 2023-08-10 12:12 UTC  (2+ messages)

[iptables PATCH v2 1/2] nft-ruleparse: Introduce nft_create_target()
 2023-08-10 11:54 UTC  (2+ messages)

[PATCH nft 0/2] doc: fix cleaning of man-pages
 2023-08-10  7:15 UTC  (2+ messages)

[PATCH next-next 1/5] netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()
 2023-08-09 21:00 UTC  (2+ messages)

[PATCH nf 1/5] netfilter: nf_tables: don't skip expired elements during walk
 2023-08-09 15:32 UTC  (6+ messages)
` [PATCH nf 2/5] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH nf 3/5] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH nf 4/5] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH nf 5/5] netfilter: nf_tables: remove busy mark and gc batch API

[PATCH 4.19 124/323] netfilter: nf_tables: fix nat hook table deletion
 2023-08-09 10:39 UTC  (10+ messages)
` [PATCH 4.19 125/323] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH 4.19 126/323] netfilter: nftables: add helper function to set the base sequence number
` [PATCH 4.19 127/323] netfilter: add helper function to set up the nfnetlink header and use it
` [PATCH 4.19 128/323] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH 4.19 129/323] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH 4.19 130/323] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH 4.19 131/323] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH 4.19 132/323] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH 4.19 133/323] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH 4.14 087/204] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
 2023-08-09 10:40 UTC  (3+ messages)
` [PATCH 4.14 088/204] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH 4.14 089/204] netfilter: nf_tables: unbind non-anonymous set if rule construction fails


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