netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-13 21:48:09 to 2023-08-24 11:17:02 UTC [more...]

[PATCH nft 0/6] cleanup base includes and add <nftdefault.h> header
 2023-08-24 11:13 UTC  (7+ messages)
` [PATCH nft 1/6] meta: define _GNU_SOURCE to get strptime() from <time.h>
` [PATCH nft 2/6] src: add <nftdefault.h> header and include it as first
` [PATCH nft 3/6] include: don't define _GNU_SOURCE in public header
` [PATCH nft 4/6] configure: use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE
` [PATCH nft 5/6] include: include <std{bool,int}.h> via nftdefault.h
` [PATCH nft 6/6] configure: drop AM_PROG_CC_C_O autoconf check

[PATCH net 0/6] netfilter updates for net
 2023-08-24  9:00 UTC  (8+ messages)
` [PATCH net 1/6] netfilter: nf_tables: validate all pending tables
` [PATCH net 2/6] netfilter: nf_tables: flush pending destroy work before netlink notifier
` [PATCH net 3/6] netfilter: nf_tables: GC transaction race with abort path
` [PATCH net 4/6] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH net 5/6] netfilter: nf_tables: fix out of memory error handling
` [PATCH net 6/6] netfilter: nf_tables: defer gc run if previous batch is still pending

[nft PATCH] clang-format: add clang-format configuration file from Linux kernel
 2023-08-24  7:43 UTC  (3+ messages)

[nft PATCH v5 0/6] add input flags and "no-dns"/"json" flags
 2023-08-24  7:03 UTC  (8+ 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

[nft PATCH] gitignore: ignore cscope files
 2023-08-23 17:17 UTC  (2+ messages)

[nft PATCH] tests: shell: Stabilize sets/0043concatenated_ranges_0 test
 2023-08-23 16:53 UTC  (2+ messages)

[nft PATCH] tests: shell: Stabilize sets/reset_command_0 test
 2023-08-23 16:53 UTC  (2+ messages)

[PATCH nft] tests: shell: use minutes granularity in sets/0036add_set_element_expiration_0
 2023-08-23 14:35 UTC  (2+ messages)

[PATCH nft] evaluate: error out on meter overlap with an existing set/map declaration
 2023-08-23 12:04 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-23 10:27 UTC  (2+ messages)

[PATCH nf] netfilter: nft_set_pipapo: fix out of memory error handling
 2023-08-23  9:10 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: defer gc run if previous batch is still pending
 2023-08-23  9:29 UTC  (2+ messages)

[PATCH net-next 00/10] netfilter updates for net-next
 2023-08-23  2:00 UTC  (12+ 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
` [PATCH net-next 04/10] netfilter: nf_tables: "
` [PATCH net-next 05/10] "
` [PATCH net-next 06/10] netfilter: nft_osf: "
` [PATCH net-next 07/10] netfilter: nft_meta: "
` [PATCH net-next 08/10] netfilter: x_tables: "
` [PATCH net-next 09/10] netfilter: xtables: "
` [PATCH net-next 10/10] netfilter: nf_tables: allow loop termination for pending fatal signal

[PATCH nf-next] netfilter: nf_tables: missing extended netlink error in lookup functions
 2023-08-22 17:11 UTC 

[nft PATCH 1/2] meta: don't assume time_t is 64 bit in date_type_print()
 2023-08-22 16:06 UTC  (9+ 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 

[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  (10+ 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

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 

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 


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