Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2022-11-05 06:01:50 to 2022-11-21 22:58:37 UTC [more...]

[PATCH ulogd2 00/34] Refactor of the DB output plug-ins
 2022-11-21 22:26 UTC  (28+ 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 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 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 22/34] db: refactor ring-buffer
` [PATCH ulogd2 23/34] db: refactor backlog
` [PATCH ulogd2 26/34] db: avoid cancelling ring-buffer thread
` [PATCH ulogd2 27/34] db, IP2BIN: defer formatting of raw strings
` [PATCH ulogd2 29/34] output: mysql: add prep & exec support
` [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

PATCH ulogd2 filter BASE ARP packet IP addresses
 2022-11-21 22:52 UTC  (5+ messages)

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

[ANNOUNCE] ipset 7.16 released
 2022-11-21 19:31 UTC 

[PATCH v3 0/6] netfilter: ipset: Add support for new bitmask parameter (userspace)
 2022-11-21 19:01 UTC  (8+ messages)
` [PATCH v3 1/6] netfilter: ipset: Add support for new bitmask parameter
` [PATCH v3 2/6] netfilter: ipset: Add bitmask support to hash:ip
` [PATCH v3 3/6] netfilter: ipset: Add bitmask support to hash:ipport
` [PATCH v3 4/6] netfilter: ipset: Add bitmask support to hash:netnet
` [PATCH v3 5/6] netfilter: ipset: Update the man page to include netmask/bitmask options
` [PATCH v3 6/6] netfilter: ipset: add tests for the new bitmask feature

[PATCH v2] netfilter: ipset: regression in ip_set_hash_ip.c
 2022-11-21 13:58 UTC  (5+ messages)
` [PATCH v2] netfilter: ipset: Add support for new bitmask parameter (kernel)

[PATCH net 0/2] Netfilter fixes for net
 2022-11-21 11:40 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: Fix data-races around ct mark
` [PATCH net 2/2] netfilter: nf_tables: do not set up extensions for end interval

[PATCH v2 0/2] netfilter: conntrack: improve SCTP multihoming
 2022-11-21 11:24 UTC  (9+ messages)
` [PATCH v2 1/2] netfilter: conntrack: introduce no_random_port proc entry
` [PATCH v2 2/2] netfilter: conntrack: add sctp DATA_SENT state

[iptables-nft RFC 0/5] update iptables-nft dissector
 2022-11-21 11:19 UTC  (6+ messages)
` [iptables-nft RFC 1/5] nft-shared: dump errors on stdout to garble output
` [iptables-nft RFC 2/5] iptables-nft: do not refuse to decode table with unsupported expressions
` [iptables-nft RFC 3/5] nft: check for unknown meta keys
` [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

Avoid race between tcp_packet packet processing and timeout set by a netfilter CTA_TIMEOUT message
 2022-11-18 15:13 UTC  (2+ messages)

[nft PATCH v2 0/4] xt: Implement dump and restore support
 2022-11-18 14:52 UTC  (18+ messages)
` [nft PATCH v2 1/4] xt: Delay libxtables access until translation
` [nft PATCH v2 2/4] xt: Implement dump and restore support
` [nft PATCH v2 3/4] xt: Put match/target translation into own functions
` [nft PATCH v2 4/4] xt: Detect xlate callback failure

[PATCH v2] netfilter: ctmark: Fix data-races around ctmark
 2022-11-18 10:29 UTC  (2+ messages)

[PATCH v8 00/12] Network support for Landlock
 2022-11-18  9:16 UTC  (25+ 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

[nf-next RFC] netfilter: nf_tables: Compatibility interface for nft_rule
 2022-11-17 18:08 UTC  (3+ messages)

netfilter bpf-jit patchset: test results
 2022-11-17 14:53 UTC 

Missing definition of struct "pkt_buff" for libnetfilter_queue
 2022-11-16 19:22 UTC  (3+ messages)

[iptables PATCH] extensions: mark: Test double bitwise in a rule
 2022-11-16 11:01 UTC 

[PATCH net-next,v2 0/6] Netfilter updates for net-next
 2022-11-16  5:00 UTC  (8+ messages)
` [PATCH net-next 1/6] netfilter: nft_payload: use __be16 to store gre version
` [PATCH net-next 2/6] netfilter: nft_inner: fix return value check in nft_inner_parse_l2l3()
` [PATCH net-next 3/6] netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
` [PATCH net-next 4/6] netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESET
` [PATCH net-next 5/6] netfilter: rpfilter/fib: clean up some inconsistent indenting
` [PATCH net-next 6/6] netfilter: conntrack: use siphash_4u64

[PATCH iptables] nft-shared: replace nftnl_expr_get_data() by nftnl_expr_get()
 2022-11-15 16:38 UTC  (2+ messages)

[PATCH iptables] nft: replace nftnl_.*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr()
 2022-11-15 16:38 UTC  (2+ messages)

[iptables PATCH] Drop extra newline from xtables_error() calls
 2022-11-15 16:37 UTC  (2+ messages)

[iptables PATCH 0/7] De-duplicate code here and there
 2022-11-15 16:33 UTC  (9+ messages)
` [iptables PATCH 1/7] xshared: Share make_delete_mask() between ip{,6}tables
` [iptables PATCH 2/7] nft-shared: Introduce port_match_single_to_range()
` [iptables PATCH 3/7] extensions: libip*t_LOG: Merge extensions
` [iptables PATCH 4/7] extensions: libebt_ip: Include kernel header
` [iptables PATCH 5/7] extensions: libebt_arp, libebt_ip: Use xtables_ipparse_any()
` [iptables PATCH 6/7] extensions: Collate ICMP types/codes in libxt_icmp.h
` [iptables PATCH 7/7] extensions: Unify ICMP parser into libxt_icmp.h

[PATCH net-next/netfilter] netfilter: nft_inner: fix IS_ERR() vs NULL check
 2022-11-15 13:26 UTC 

[PATCH net-next/netfilter] netfilter: nft_inner: fix IS_ERR() vs NULL check
 2022-11-15 12:56 UTC 

[PATCH libnftnl] src: replace nftnl_*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr()
 2022-11-15 11:44 UTC 

[PATCH nf-next] netfilter: conntrack: add __force annotation to silence harmless warning
 2022-11-15  9:47 UTC  (2+ messages)

[PATCH net-next 0/6] Netfilter updates for net-next
 2022-11-15  9:40 UTC  (10+ messages)
` [PATCH net-next 1/6] netfilter: nft_payload: use __be16 to store gre version
` [PATCH net-next 2/6] netfilter: nft_inner: fix return value check in nft_inner_parse_l2l3()
` [PATCH net-next 3/6] netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
` [PATCH net-next 4/6] netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESET
` [PATCH net-next 5/6] netfilter: rpfilter/fib: clean up some inconsistent indenting
` [PATCH net-next 6/6] netfilter: conntrack: use siphash_4u64

[PATCH libnftnl] example: remove nftnl_batch_is_supported() call
 2022-11-14 16:44 UTC 

[PATCH nf] netfilter: nf_tables: do not set up extensions for end interval
 2022-11-14 10:31 UTC 

[PATCH nf-next v3] netfilter: nf_tables: add support to destroy operation
 2022-11-14 10:18 UTC  (3+ messages)

[iptables PATCH 0/3] Extend xlate-test to replay results
 2022-11-11 18:16 UTC  (5+ messages)
` [iptables PATCH 1/3] tests: xlate-test: Cleanup file reading loop
` [iptables PATCH 2/3] tests: xlate-test.py: Introduce run_proc()
` [iptables PATCH 3/3] tests: xlate-test: Replay results for reverse direction testing

[iptables PATCH 0/6] Merge NAT extensions
 2022-11-11 18:16 UTC  (2+ messages)

[nft PATCH 0/3] xt: Implement dump and restore support
 2022-11-11 17:32 UTC  (4+ messages)
` [nft PATCH 1/3] xt: Delay libxtables access until translation
` [nft PATCH 2/3] xt: Implement dump and restore support
` [nft PATCH 3/3] xt: Put match/target translation into own functions

[PATCH nft] monitor: missing cache and set handle initialization
 2022-11-11 10:09 UTC 

[linux-next:master] BUILD REGRESSION 382d2f9e739bc6f151c718b38537ae522ff848cd
 2022-11-10 21:34 UTC 

[PATCH v3] netfilter: ipset: Add support for new bitmask parameter
 2022-11-10 21:30 UTC 

[ANNOUNCE] libnftnl 1.2.4 release
 2022-11-10 15:21 UTC 

[PATCH] netfilter: ctmark: Fix data-races around ctmark
 2022-11-09 17:07 UTC  (2+ messages)

[PATCH ulogd2] doc: mysql: declare MAC protocol columns unsigned
 2022-11-09 15:08 UTC  (2+ messages)

[PATCH net 0/3] Netfilter fixes for net
 2022-11-09 15:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
` [PATCH net 2/3] netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
` [PATCH net 3/3] selftests: netfilter: Fix and review rpath.sh

[nf-next PATCH 0/2] Support resetting rules' state
 2022-11-09 12:11 UTC  (5+ messages)

[PATCH nf-next] netfilter: merge ipv4+ipv6 confirm functions
 2022-11-09 11:21 UTC 

[PATCH nft] doc: document a few reset commands supported by the parser
 2022-11-09 10:19 UTC 

[nf PATCH] selftests: netfilter: Fix and review rpath.sh
 2022-11-09  9:38 UTC  (2+ messages)

[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers
 2022-11-07 10:47 UTC  (2+ messages)

[PATCH v2 0/6] Add support for new bitmask parameter (userspace)
 2022-11-07  8:28 UTC  (6+ messages)
` [PATCH v2 1/6] netfilter: ipset: Add support for new bitmask parameter
` [PATCH v2 4/6] netfilter: ipset: Add bitmask support to hash:netnet

[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers
 2022-11-06 21:24 UTC 

[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 21:47 UTC  (16+ messages)
` [PATCH v4a 17/38] timers: net: Use timer_shutdown_sync() before freeing timer

[PATCH v3] netfilter: conntrack: add sctp DATA_SENT state
 2022-11-04 17:18 UTC 

[PATCH nft] optimize: handle prefix and range when merging into set + concatenation
 2022-11-05 15:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox