netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 12:16:05 to 2023-08-22 15:44:00 UTC [more...]

[PATCH net-next 00/10] netfilter updates for net-next
 2023-08-22 15:43 UTC  (4+ messages)
` [PATCH net-next 01/10] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
` [PATCH net-next 02/10] netfilter: ebtables: replace zero-length array members
` [PATCH net-next 03/10] netfilter: ipset: refactor deprecated strncpy

[nft PATCH 1/2] meta: don't assume time_t is 64 bit in date_type_print()
 2023-08-22 15:15 UTC  (7+ messages)
` [nft PATCH 2/2] meta: use reentrant localtime_r()/gmtime_r() functions

[PATCH nft] cache: chain listing implicitly sets on terse option
 2023-08-22  9:53 UTC 

[PATCH ipset] bash-completion: fix syntax error
 2023-08-22  9:12 UTC  (2+ messages)

[PATCH conntrack] tests/conntrack: add initial stress test for conntrack
 2023-08-21 22:07 UTC 

[PATCH nft,v2] INSTALL: provide examples to install python bindings
 2023-08-21 20:05 UTC  (3+ messages)

[PATCH ulogd2 v3 00/11] Fixes for handling and output of IP addresses
 2023-08-21 19:42 UTC  (12+ messages)
` [PATCH ulogd2 v3 01/11] src: record length of integer key values
` [PATCH ulogd2 v3 02/11] printpkt: fix statement punctuator
` [PATCH ulogd2 v3 03/11] printpkt, raw2packet_BASE: keep gateway address in NBO
` [PATCH ulogd2 v3 04/11] raw2packet_BASE: store ARP address values as integers
` [PATCH ulogd2 v3 05/11] ip2hbin: store ipv6 address as integer
` [PATCH ulogd2 v3 06/11] ipfix: skip non-ipv4 addresses
` [PATCH ulogd2 v3 07/11] gprint, oprint: use inet_ntop to format ip addresses
` [PATCH ulogd2 v3 08/11] gprint, oprint: add support for printing ipv6 addresses
` [PATCH ulogd2 v3 09/11] sqlite3: correct binding of ipv4 addresses and 64-bit integers
` [PATCH ulogd2 v3 10/11] sqlite3: insert ipv6 addresses as null rather than garbage
` [PATCH ulogd2 v3 11/11] db: insert ipv6 addresses in the same format as ip2bin

[PATCH nf-next] netfilter: nf_tables: allow loop termination for pending fatal signal
 2023-08-21 15:18 UTC 

[PATCH nft] tests/shell: expand vmap test case to also cause batch abort
 2023-08-21 15:16 UTC 

[PATCH nft] parser: permit gc-interval in map declarations
 2023-08-21 14:12 UTC 

[Cluster-devel] I have been given the guide with full network diagram on configuring High Availability (HA) Cluster and SD-WAN for Fortigate firewalls by my boss on 10 May 2023 Wed
 2023-08-21 14:11 UTC 

[PATCH nf] netfilter: nf_tables: use correct lock to protect gc_list
 2023-08-21 13:13 UTC  (2+ messages)

[PATCH conntrack] conntrack: do not set on NLM_F_ACK in IPCTNL_MSG_CT_GET requests
 2023-08-21 12:01 UTC 

[PATCH nft] INSTALL: provide examples to install python bindings
 2023-08-21 11:12 UTC  (2+ messages)

[PATCH conntrack] conntrack: skip ENOENT when -U/-D finds a stale conntrack entry
 2023-08-21 10:27 UTC 

[PATCH conntrack] conntrack: unbreak -U command, use correct family
 2023-08-21 10:17 UTC 

[PATCH nf] netfilter: nf_tables: GC transaction race with abort path
 2023-08-21  2:20 UTC  (4+ messages)

[RE]: RE:
 2023-08-20 17:01 UTC 

libnetfilter_queue patch ping
 2023-08-21  0:14 UTC  (3+ messages)

[nft PATCH v3 0/3] src: use reentrant getprotobyname_r()/getprotobynumber_r()/getservbyport_r()
 2023-08-20 20:35 UTC  (7+ messages)
` [nft PATCH v3 1/3] nftutils: add new internal file for general utilities
` [nft PATCH v3 2/3] nftutils: add wrappers for getprotoby{name,number}_r(), getservbyport_r()
` [nft PATCH v3 3/3] src: use "

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

[PATCH xtables-addons] doc: fix version number in xtables-addons.8
 2023-08-18 14:58 UTC  (2+ messages)

[PATCH] json: use strtok_r() instead of strtok()
 2023-08-18 14:53 UTC  (2+ messages)

[PATCH xtables-addons 0/5] Autoools silent-rules fixes
 2023-08-18 14:52 UTC  (7+ 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

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

[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

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 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  (2+ messages)

[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  (2+ messages)

[PATCH] netfilter: ebtables: replace zero-length array members
 2023-08-10 20:18 UTC  (2+ 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  (6+ messages)
` [PATCH v2 1/7] netfilter: ipset: "

[PATCH net 1/5] netfilter: nf_tables: don't skip expired elements during walk
 2023-08-10 18:00 UTC  (2+ messages)

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

[PATCH net 0/5] Netfilter fixes for net
 2023-08-10 17:46 UTC  (2+ messages)

[iptables PATCH v2 0/3] Chain counter fixes here and there
 2023-08-10 12:16 UTC  (2+ messages)


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