netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-24 15:43:15 to 2022-12-07 17:45:02 UTC [more...]

[iptables PATCH 00/11] Support 'make dist' and 'make check'
 2022-12-07 17:44 UTC  (4+ messages)
` [iptables PATCH 02/11] Drop libiptc/linux_stddef.h
` [iptables PATCH 03/11] Makefile: Generate ip6tables man pages on the fly
` [iptables PATCH 08/11] Makefile: Generate .tar.bz2 archive with 'make dist'

[PATCH nft] src: Add GPLv2+ header to .c files of recent creation
 2022-12-07 15:08 UTC 

[PATCH nft,v2] scanner: munch full comment lines
 2022-12-06 22:59 UTC 

[PATCH nft] doc: statements: fwd supports for sending packets via neighbouring layer
 2022-12-06 22:53 UTC  (2+ messages)
` [PATCH nft] scanner: munch full comment lines

[PATCH nft] doc: statements: fwd supports for sending packets via neighbouring layer
 2022-12-06 17:16 UTC 

[PATCH] doc/payload-expression.txt: Mention that 'ih' exists
 2022-12-06 16:12 UTC  (2+ messages)

[PATCH] netfilter: initialize 'ret' variable
 2022-12-06  7:44 UTC  (7+ messages)
` [PATCH v2] netfilter: add a 'default' case to 'switch (tuplehash->tuple.xmit_type)'

[PATCH] netfilter: nfnetlink: check 'skb->dev' pointer in nfulnl_log_packet()
 2022-12-05 14:28 UTC  (3+ messages)

[PATCH v8 00/12] Network support for Landlock
 2022-12-05 13:18 UTC  (59+ 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 ulogd2 0/4] Some bug-fixes
 2022-12-03 19:02 UTC  (5+ messages)
` [PATCH ulogd2 1/4] ulogd: fix parse-error check
` [PATCH ulogd2 2/4] filter: fix buffer sizes in filter plug-ins
` [PATCH ulogd2 3/4] JSON: remove incorrect config value check
` [PATCH ulogd2 4/4] db: fix back-log capacity checks

[PATCH] json: fix 'add flowtable' command
 2022-12-02 12:54 UTC  (2+ messages)

[PATCH] ipvs: initialize 'ret' variable in do_ip_vs_set_ctl()
 2022-12-02 11:26 UTC  (6+ messages)

[iptables PATCH 0/9] Fix for shell testsuite '-V' option
 2022-12-02  0:46 UTC  (11+ messages)
` [iptables PATCH 1/9] tests: shell: Fix valgrind mode for 0008-unprivileged_0
` [iptables PATCH 2/9] iptables-restore: Free handle with --test also
` [iptables PATCH 3/9] iptables-xml: Free allocated chain strings
` [iptables PATCH 4/9] nft: Plug memleak in nft_rule_zero_counters()
` [iptables PATCH 5/9] iptables: Plug memleaks in print_firewall()
` [iptables PATCH 6/9] xtables: Introduce xtables_clear_iptables_command_state()
` [iptables PATCH 7/9] iptables: Properly clear iptables_command_state object
` [iptables PATCH 8/9] xshared: Free data after printing help
` [iptables PATCH 9/9] libiptc: Eliminate garbage access

[iptables PATCH 0/7] tests: xlate: generic.txlate to pass replay test
 2022-12-02  0:46 UTC  (9+ messages)
` [iptables PATCH 1/7] ebtables: Implement --check command
` [iptables PATCH 2/7] tests: xlate: Use --check to verify replay
` [iptables PATCH 3/7] nft: Fix for comparing ifname matches against nft-generated ones
` [iptables PATCH 4/7] nft: Fix match generator for '! -i +'
` [iptables PATCH 5/7] nft: Recognize INVAL/D interface name
` [iptables PATCH 6/7] xtables-translate: Fix for interfaces with asterisk mid-string
` [iptables PATCH 7/7] ebtables: Fix MAC address match translation

[linux-next:master] BUILD REGRESSION 2934ceb4e967b9233d0f97732e47175574a11406
 2022-12-01 18:00 UTC 

[PATCHv2 net-next 5/5] net: move the nat function to nf_nat_ovs for ovs and tc
 2022-12-01 16:26 UTC 

[PATCH iptables-nft] extensions: add xt_statistics random mode translation
 2022-12-01 13:14 UTC  (4+ messages)

[RFC ebtables-nft] unify ether type and meta protocol decoding
 2022-12-01 11:40 UTC  (4+ messages)

[PATCH v3] netfilter: conntrack: add sctp DATA_SENT state
 2022-12-01  9:23 UTC  (3+ messages)

[PATCH net 0/4] Netfilter fixes for net
 2022-12-01  6:10 UTC  (6+ messages)
` [PATCH net 1/4] netfilter: nft_set_pipapo: Actually validate intervals in fields after the first one
` [PATCH net 2/4] netfilter: flowtable_offload: fix using __this_cpu_add in preemptible
` [PATCH net 3/4] netfilter: conntrack: "
` [PATCH net 4/4] netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark

[PATCH v3 iptables-nft 0/3] remove escape_quotes support
 2022-11-30 19:37 UTC  (6+ messages)
` [PATCH v3 iptables-nft 1/3] xlate: get rid of escape_quotes
` [PATCH v3 iptables-nft 2/3] extensions: change expected output for new format
` [PATCH v3 iptables-nft 3/3] xlate-test: avoid shell entanglements

[PATCH v2 nf] netfilter: conntrack: set icmpv6 redirects as RELATED
 2022-11-30 17:53 UTC  (4+ messages)

[PATCH nf-next] netfilter: merge ipv4+ipv6 confirm functions
 2022-11-30 17:28 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 700e0cd3a5ce6a2cb90d9a2aab729b52f092a7d6
 2022-11-30 16:52 UTC 

[PATCH ulogd2 v2 v2 00/34] Refactor of the DB output plug-ins
 2022-11-30 16:03 UTC  (40+ 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 ebtables-nft] nft-bridge: work around recent "among" decode breakage
 2022-11-30 14:20 UTC  (2+ messages)

[PATCH v2 iptables-nft 0/3] remove escape_quotes support
 2022-11-30  9:34 UTC  (11+ 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

[linux-next:master] BUILD REGRESSION 13ee7ef407cfcf63f4f047460ac5bb6ba5a3447d
 2022-11-30  2:07 UTC 

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

[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 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

[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  (7+ messages)
` [PATCH iptables-nft 1/3] xlate: get rid of escape_quotes
` [PATCH iptables-nft 3/3] extensions: remove trailing spaces


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