netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 22:27:35 to 2022-11-29 21:59:06 UTC [more...]

[PATCH ulogd2 v2 v2 00/34] Refactor of the DB output plug-ins
 2022-11-29 21:47 UTC  (35+ messages)
` [PATCH ulogd2 v2 v2 01/34] ulogd: fix parse-error check
` [PATCH ulogd2 v2 v2 02/34] filter: fix buffer sizes in filter plug-ins
` [PATCH ulogd2 v2 v2 03/34] output: JSON: remove incorrect config value check
` [PATCH ulogd2 v2 v2 04/34] db: fix back-log capacity checks
` [PATCH ulogd2 v2 v2 05/34] build: add checks to configure.ac
` [PATCH ulogd2 v2 v2 06/34] src: remove some trailing white space
` [PATCH ulogd2 v2 v2 07/34] src: remove zero-valued config-key fields
` [PATCH ulogd2 v2 v2 08/34] src: parenthesize config-entry macro arguments
` [PATCH ulogd2 v2 v2 09/34] src: define constructors and destructors consistently
` [PATCH ulogd2 v2 v2 10/34] src: remove `TIME_ERR` macro
` [PATCH ulogd2 v2 v2 11/34] src: remove superfluous casts
` [PATCH ulogd2 v2 v2 12/34] conffile: replace malloc+strcpy with strdup
` [PATCH ulogd2 v2 v2 13/34] output: remove zero-initialized `struct ulogd_plugin` members
` [PATCH ulogd2 v2 v2 14/34] output: de-duplicate allocation of input keys
` [PATCH ulogd2 v2 v2 15/34] db: reorganize source
` [PATCH ulogd2 v2 v2 16/34] db: use consistent integer return values to indicate errors
` [PATCH ulogd2 v2 v2 17/34] db: change return type of two functions to `void`
` [PATCH ulogd2 v2 v2 18/34] db: open-code `_loop_reconnect_db`
` [PATCH ulogd2 v2 v2 19/34] db: improve calculation of sql statement length
` [PATCH ulogd2 v2 v2 20/34] db: refactor configuration
` [PATCH ulogd2 v2 v2 21/34] db: refactor ring-buffer initialization
` [PATCH ulogd2 v2 v2 22/34] db: refactor ring-buffer
` [PATCH ulogd2 v2 v2 23/34] db: refactor backlog
` [PATCH ulogd2 v2 v2 24/34] db: use `struct db_stmt` objects more widely
` [PATCH ulogd2 v2 v2 25/34] db: synchronize access to ring-buffer
` [PATCH ulogd2 v2 v2 26/34] db: avoid cancelling ring-buffer thread
` [PATCH ulogd2 v2 v2 27/34] db, IP2BIN: defer formatting of raw strings
` [PATCH ulogd2 v2 v2 28/34] db: add prep & exec support
` [PATCH ulogd2 v2 v2 29/34] output: mysql: "
` [PATCH ulogd2 v2 v2 30/34] output: pgsql: remove a couple of struct members
` [PATCH ulogd2 v2 v2 31/34] output: pgsql: remove variable-length arrays
` [PATCH ulogd2 v2 v2 32/34] output: pgsql: tidy up `open_db_pgsql` and fix memory leak
` [PATCH ulogd2 v2 v2 33/34] output: pgsql: add prep & exec support
` [PATCH ulogd2 v2 v2 34/34] output: sqlite3: reimplement using the common DB API

[PATCH ulogd2] pgsql: correct `ulog2.ip_totlen` type
 2022-11-29 21:11 UTC 

[iptables PATCH] tests: shell: Test selective ebtables flushing
 2022-11-29 18:24 UTC  (2+ messages)

[PATCH v2 iptables-nft 0/3] remove escape_quotes support
 2022-11-29 15:50 UTC  (7+ messages)
` [PATCH v2 iptables-nft 1/3] xlate: get rid of escape_quotes
` [PATCH v2 iptables-nft 2/3] extensions: change expected output for new format
` [PATCH v2 iptables-nft 3/3] xlate-test: avoid shell entanglements

[iptables PATCH 1/4] libxtables: xt_xlate_add() to take care of spacing
 2022-11-29 12:32 UTC  (5+ messages)
` [iptables PATCH 2/4] extensions: Leverage xlate auto-spacing
` [iptables PATCH 3/4] extensions: libxt_conntrack: Drop extra whitespace in xlate
` [iptables PATCH 4/4] extensions: xlate: Format sets consistently

[syzbot] INFO: task hung in nfnetlink_rcv_msg (3)
 2022-11-28 21:46 UTC 

[PATCH v8 00/12] Network support for Landlock
 2022-11-28 21:00 UTC  (48+ messages)
` [PATCH v8 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v8 02/12] landlock: Refactor landlock_find_rule/insert_rule
    ` [PATCH] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v8 03/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v8 04/12] landlock: Move unmask_layers() and init_layer_masks()
` [PATCH v8 05/12] landlock: Refactor "
` [PATCH v8 06/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v8 07/12] landlock: Add network rules support
` [PATCH v8 08/12] landlock: Implement TCP network hooks
` [PATCH v8 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v8 11/12] samples/landlock: Add network demo
` [PATCH v8 12/12] landlock: Document Landlock's network support

[PATCH nf] netfilter: fix using __this_cpu_add in preemptible in nf_flow_table_offload
 2022-11-28 16:20 UTC  (2+ messages)

[PATCH nf] nft_set_pipapo: Actually validate intervals in fields after the first one
 2022-11-28 16:20 UTC  (2+ messages)

[PATCH nf] netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark
 2022-11-28  9:58 UTC 

[PATCH ulogd2 0/3] IP Address Formatting Fixes
 2022-11-27  0:23 UTC  (4+ messages)
` [PATCH ulogd2 1/3] filter: IP2BIN: correct spelling of variable
` [PATCH ulogd2 2/3] output: add missing support for int64_t values
` [PATCH ulogd2 3/3] src: keep IPv4 addresses internally in IPv4-in-IPv6 format

[PATCH v2 nf] netfilter: conntrack: set icmpv6 redirects as RELATED
 2022-11-26 10:06 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 9e46a79967326efb03c481ddfd58902475bd920d
 2022-11-25 16:41 UTC 

[linux-next:master] BUILD REGRESSION c35bd4e428856ed8c1fae7f7dfa08a9141c153d1
 2022-11-24 19:29 UTC 

[nft PATCH 0/4] xt: Rewrite unsupported compat expression dumping
 2022-11-24 17:35 UTC  (8+ messages)
` [nft PATCH 1/4] xt: Delay libxtables access until translation
` [nft PATCH 2/4] xt: Purify enum nft_xt_type
` [nft PATCH 3/4] xt: Rewrite unsupported compat expression dumping
` [nft PATCH 4/4] xt: Fall back to generic printing from translation

[PATCH nf] netfilter: fix using __this_cpu_add in preemptible in nf_conntrack_core
 2022-11-24 17:21 UTC 

[PATCH iptables-nft 0/3] remove escape_quotes support
 2022-11-24 15:44 UTC  (8+ messages)
` [PATCH iptables-nft 1/3] xlate: get rid of escape_quotes
` [PATCH iptables-nft 2/3] extensions: change expected output for new format
` [PATCH iptables-nft 3/3] extensions: remove trailing spaces

[PATCH nft] src: support for selectors with different byteorder with interval concatenations
 2022-11-24 11:46 UTC 

[PATCH conntrackd 1/3] build: don't suppress various warnings
 2022-11-24 10:08 UTC  (3+ messages)
` [PATCH conntrackd 2/3] network: Fix -Wstrict-prototypes
` [PATCH conntrackd 3/3] Fix -Wimplicit-function-declaration

[iptables PATCH 00/13] Extensions: Review xlate callbacks
 2022-11-24  9:24 UTC  (16+ messages)
` [iptables PATCH 01/13] extensions: libebt_mark: Fix mark target xlate
` [iptables PATCH 02/13] extensions: libebt_mark: Fix xlate test case
` [iptables PATCH 03/13] extensions: libebt_redirect: Fix xlate return code
` [iptables PATCH 04/13] extensions: libipt_ttl: Sanitize xlate callback
` [iptables PATCH 05/13] extensions: CONNMARK: Fix "
` [iptables PATCH 06/13] extensions: MARK: Sanitize MARK_xlate()
` [iptables PATCH 07/13] extensions: TCPMSS: Use xlate callback for IPv6, too
` [iptables PATCH 08/13] extensions: TOS: Fix v1 xlate callback
` [iptables PATCH 09/13] extensions: ecn: Sanitize "
` [iptables PATCH 10/13] extensions: tcp: Translate TCP option match
` [iptables PATCH 11/13] extensions: libebt_log: Add comment to clarify xlate callback
` [iptables PATCH 12/13] extensions: frag: "
` [iptables PATCH 13/13] extensions: ipcomp: "

[PATCH net 0/3] Netfilter fixes for net
 2022-11-24  3:20 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: ipset: regression in ip_set_hash_ip.c
` [PATCH net 2/3] netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
` [PATCH net 3/3] netfilter: flowtable_offload: add missing locking

PATCH ulogd2 filter BASE ARP packet IP addresses
 2022-11-23 20:14 UTC  (6+ messages)

[PATCH iptables-nft] iptables-nft: exit nonzero when iptables-save cannot decode all expressions
 2022-11-23 14:00 UTC  (2+ messages)

[iptables-nft RFC 0/5] update iptables-nft dissector
 2022-11-23 13:34 UTC  (15+ messages)
` [iptables-nft RFC 1/5] nft-shared: dump errors on stdout to garble output
` [iptables-nft RFC 4/5] xlate-test: extra-escape of '"' for replay mode
` [iptables-nft RFC 5/5] generic.xlate: make one replay test case work

[PATCH nf] netfilter: conntrack: set icmpv6 redirects as RELATED
 2022-11-23 12:14 UTC 

[PATCH 6.0 306/314] netlink: Bounds-check struct nlmsgerr creation
 2022-11-23  8:52 UTC 

[PATCH 0/1] ipset patch for the nf tree
 2022-11-22 22:13 UTC  (4+ messages)
` [PATCH 1/1] netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface

[PATCH net-next/netfilter] netfilter: nft_inner: fix IS_ERR() vs NULL check
 2022-11-22 21:30 UTC  (2+ messages)

[PATCH] netfilter: nf_flow_table: add missing locking
 2022-11-22 21:15 UTC  (7+ messages)

[PATCHv7 0/6] ipvs: Use kthreads for stats
 2022-11-22 16:46 UTC  (7+ messages)
` [PATCHv7 1/6] ipvs: add rcu protection to stats
` [PATCHv7 2/6] ipvs: use common functions for stats allocation
` [PATCHv7 3/6] ipvs: use u64_stats_t for the per-cpu counters
` [PATCHv7 4/6] ipvs: use kthreads for stats estimation
` [PATCHv7 5/6] ipvs: add est_cpulist and est_nice sysctl vars
` [PATCHv7 6/6] ipvs: run_estimation should control the kthread tasks

[PATCH 0/1] ipset patch for the nf-next tree
 2022-11-22 19:30 UTC  (2+ messages)
` [PATCH 1/1] netfilter: ipset: Add support for new bitmask parameter

[iptables PATCH] extensions: mark: Test double bitwise in a rule
 2022-11-22 18:05 UTC  (2+ messages)

Mystery Shopper
 2022-11-22  6:41 UTC 

[PATCH ulogd2 00/34] Refactor of the DB output plug-ins
 2022-11-21 22:26 UTC  (35+ messages)
` [PATCH ulogd2 01/34] ulogd: fix parse-error check
` [PATCH ulogd2 02/34] filter: fix buffer overruns in filter plug-ins
` [PATCH ulogd2 03/34] output: JSON: remove incorrect config value check
` [PATCH ulogd2 04/34] db: fix back-log capacity checks
` [PATCH ulogd2 05/34] build: add checks to configure.ac
` [PATCH ulogd2 06/34] src: remove some trailing white space
` [PATCH ulogd2 07/34] src: remove zero-valued config-key fields
` [PATCH ulogd2 08/34] src: parenthesize config-entry macro arguments
` [PATCH ulogd2 09/34] src: define constructors and destructors consistently
` [PATCH ulogd2 10/34] src: remove `TIME_ERR` macro
` [PATCH ulogd2 11/34] src: remove superfluous casts
` [PATCH ulogd2 12/34] conffile: replace malloc+strcpy with strdup
` [PATCH ulogd2 13/34] output: remove zero-initialized `struct ulogd_plugin` members
` [PATCH ulogd2 14/34] output: de-duplicate allocation of input keys
` [PATCH ulogd2 15/34] db: reorganize source
` [PATCH ulogd2 16/34] db: use consistent integer return values to indicate errors
` [PATCH ulogd2 17/34] db: change return type of two functions to `void`
` [PATCH ulogd2 18/34] db: open-code `_loop_reconnect_db`
` [PATCH ulogd2 19/34] db: improve calculation of sql statement length
` [PATCH ulogd2 20/34] db: refactor configuration
` [PATCH ulogd2 21/34] db: refactor ring-buffer initialization
` [PATCH ulogd2 22/34] db: refactor ring-buffer
` [PATCH ulogd2 23/34] db: refactor backlog
` [PATCH ulogd2 24/34] db: use `struct db_stmt` objects more widely
` [PATCH ulogd2 25/34] db: synchronize access to ring-buffer
` [PATCH ulogd2 26/34] db: avoid cancelling ring-buffer thread
` [PATCH ulogd2 27/34] db, IP2BIN: defer formatting of raw strings
` [PATCH ulogd2 28/34] db: add prep & exec support
` [PATCH ulogd2 29/34] output: mysql: "
` [PATCH ulogd2 30/34] output: pgsql: remove a couple of struct members
` [PATCH ulogd2 31/34] output: pgsql: remove variable-length arrays
` [PATCH ulogd2 32/34] output: pgsql: tidy up `open_db_pgsql` and fix memory leak
` [PATCH ulogd2 33/34] output: pgsql: add prep & exec support
` [PATCH ulogd2 34/34] output: sqlite3: reimplement using the common DB API


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