netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-11 08:49:26 to 2021-08-29 21:30:15 UTC [more...]

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-08-29 21:30 UTC  (5+ messages)
` [PATCH net-next 0/3] "
  ` [PATCH net-next 2/3] net: netfilter: "

libnetfilter_queue: automake portability warning
 2021-08-29  4:01 UTC  (6+ messages)

[PATCH libnetfilter_queue] build: doc: Be sure to rerun doxygen after ./configure
 2021-08-29  3:50 UTC 

[PATCH libnetfilter_queue v3 1/6] build: doc: Fix man pages
 2021-08-29  3:45 UTC  (12+ messages)
` [PATCH libnetfilter_queue v3 2/6] build: doc: Add a man page post-processor to build_man.sh
` [PATCH libnetfilter_queue v3 3/6] build: doc: Avoid having to special-case `make distcheck`
` [PATCH libnetfilter_queue v3 4/6] build: doc: fix `make distcleancheck`
` [PATCH libnetfilter_queue v3 5/6] build: doc: Allow to specify whether to produce man pages, html, neither or both
` [PATCH libnetfilter_queue v3 6/6] build: doc: Eliminate warning from ./autogen.sh
  ` [PATCH libnetfilter_queue v2] "
` Verion info

[PATCH libnetfilter_log 0/6] Implementation of some fields omitted by `ipulog_get_packet`
 2021-08-28 22:19 UTC  (9+ messages)
` [PATCH libnetfilter_log 1/6] Add doxygen directory to .gitignore
` [PATCH libnetfilter_log 2/6] build: remove references to non-existent man-pages
` [PATCH libnetfilter_log 3/6] doc: fix typo's in example
` [PATCH libnetfilter_log 4/6] src: use calloc instead of malloc + memset
` [PATCH libnetfilter_log 5/6] libipulog: use correct index to find attribute in packet
` [PATCH libnetfilter_log 6/6] libipulog: fill in missing packet fields

[PATCH libnetfilter_queue v2] build: doc: Fix NAME entry in man pages
 2021-08-28  9:43 UTC  (7+ messages)

[PATCH libnetfilter_log] build: remove broken code from autogen.sh
 2021-08-28  9:18 UTC  (2+ messages)

[PATCH nf 0/3] netfilter: conntrack: switch to siphash
 2021-08-26 13:54 UTC  (5+ messages)
` [PATCH nf 1/3] netfilter: conntrack: sanitize table size default settings
` [PATCH nf 2/3] netfilter: conntrack: switch to siphash
` [PATCH nf 3/3] netfilter: conntrack: refuse insertion if chain has grown too large
` [PATCH nf 3/3] netfilter: "

[PATCH nft] netlink_delinearize: incorrect meta protocol dependency kill
 2021-08-26 10:59 UTC  (2+ messages)

[Bug] Reverse translation skips "leading" meta protocol match
 2021-08-26 10:51 UTC  (3+ messages)

[PATCH libnetfilter_queue v2 1/5] build: doc: Fix man pages
 2021-08-26  3:43 UTC  (5+ messages)
` [PATCH libnetfilter_queue v2 2/5] build: doc: Add a man page post-processor to build_man.sh
` [PATCH libnetfilter_queue v2 3/5] build: doc: Avoid having to special-case `make distcheck`
` [PATCH libnetfilter_queue v2 4/5] build: doc: fix `make distcleancheck`
` [PATCH libnetfilter_queue v2 5/5] build: doc: Allow to specify whether to produce man pages, html, neither or both

[PATCH nft] cache: provide a empty list for flowtables and objects when request fails
 2021-08-25 14:34 UTC 

[PATCH] netfilter: x_tables: handle xt_register_template() returning an error value
 2021-08-25 11:07 UTC  (3+ messages)

[PATCH nf-next 0/5] netfilter: ecache: simplify event registration
 2021-08-25 11:05 UTC  (7+ messages)
` [PATCH nf-next 1/5] netfilter: ecache: remove one indent level
` [PATCH nf-next 2/5] netfilter: ecache: remove another "
` [PATCH nf-next 3/5] netfilter: ecache: add common helper for nf_conntrack_eventmask_report
` [PATCH nf-next 4/5] netfilter: ecache: prepare for event notifier merge
` [PATCH nf-next 5/5] netfilter: ecache: remove nf_exp_event_notifier structure

[PATCH libnetfilter_queue v4 1/4] build: doc: Fix NAME entry in man pages
 2021-08-25  7:36 UTC  (14+ messages)
` [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install
` [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again
` [PATCH libnetfilter_queue v4 4/4] build: doc: split off shell script from within doxygen/Makefile.am

[PATCH libnetfilter_queue] build: doc: Fix man pages
 2021-08-25  4:59 UTC 

Request for a backport to Linux v5.4
 2021-08-24 16:30 UTC  (3+ messages)

[PATCH nft] cache: skip set element netlink dump for add/delete element command
 2021-08-24 10:04 UTC 

Suspicious pattern for use of function xt_register_template()
 2021-08-23 20:28 UTC  (3+ messages)

[PATCH 0/2] Reusing nfct handle for bulk ct loads
 2021-08-23 15:57 UTC  (3+ messages)
` [PATCH 1/2] tests/conntrack: script for stress-testing ct load
` [PATCH 2/2] conntrack: use same nfct handle for all entries

[PATCH nftables] src: Optimize prefix match only if is big-endian
 2021-08-23 14:36 UTC  (2+ messages)

[PATCH xtables-addons 0/8] xt_condition: per-net improvements
 2021-08-22 19:42 UTC  (11+ messages)
` [PATCH xtables-addons 1/8] build: bump minimum supported kernel version from 4.15 to 4.16
` [PATCH xtables-addons 2/8] xt_condition: use sizeof_field macro to size variable name
` [PATCH xtables-addons 3/8] xt_condition: use `xt_check_proc_name` to validate /proc file-name
` [PATCH xtables-addons 4/8] xt_condition: make mutex per-net
` [PATCH xtables-addons 5/8] xt_condition: remove `wmb` when adding new variable
` [PATCH xtables-addons 6/8] xt_condition: use `proc_net_condition` member of `struct condition_net`to signal that `condition_net_exit` has been called
` [PATCH xtables-addons 7/8] xt_condition: don't delete variables in `condition_net_exit`
` [PATCH xtables-addons 8/8] xt_condition: simplify clean-up of variables

Seemingly random crashes with CONFIG_HARDENED_USERCOPY=y on ppc64be
 2021-08-22 19:06 UTC 

[PATCH] xtables-addons 3.18 condition - Improved network namespace support
 2021-08-22 16:34 UTC  (2+ messages)

Old good cBPF and program size
 2021-08-22 16:23 UTC 

[PATCH] xtables-addons 3.18 condition - Improved network namespace support
 2021-08-22 11:50 UTC  (3+ messages)

[PATCH] Add DWARF object files to .gitignore
 2021-08-22 11:12 UTC  (3+ messages)

[PATCH libnetfilter_queue v3 1/3] build: doc: Fix NAME entry in man pages
 2021-08-22  9:26 UTC  (7+ messages)
` [PATCH libnetfilter_queue v3 2/3] build: doc: can choose what to build and install
` [PATCH libnetfilter_queue v3 3/3] build: doc: VPATH builds work again

[PATCH net-next v4] net: ipvs: add sysctl_run_estimation to support disable estimation
 2021-08-21  8:41 UTC 

[syzbot] KASAN: use-after-free Read in nf_tables_dump_sets
 2021-08-20 21:29 UTC  (2+ messages)

[PATCH nft,v3] src: queue: consolidate queue statement syntax
 2021-08-20 11:43 UTC 

[PATCH nft,v2] src: queue: consolidate queue statement syntax
 2021-08-20 11:34 UTC 

[PATCH nft] tests: shell: add nft-f/0022variables_0 dump file
 2021-08-20 11:10 UTC 

[PATCH nft] src: queue: consolidate queue statement syntax
 2021-08-20 10:50 UTC 

[PATCH nft] parser_bison: restore variable expression in queue statement
 2021-08-20 10:10 UTC 

[ANNOUNCE] nftables 1.0.0 release
 2021-08-20  9:58 UTC  (3+ messages)
  ` [PATCH nft] parser: permit symbolic defines for 'queue num' again

[PATCH nf-next] netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}
 2021-08-18 11:56 UTC 

[PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
 2021-08-18  6:05 UTC 

[PATCH v2 iptables] iptables-nft: allow removal of empty builtin chains
 2021-08-17 13:57 UTC 

[PATCH v7 0/2] netfilter: add netfilter hooks to track SRv6-encapsulated flows
 2021-08-17  8:39 UTC  (3+ messages)
` [PATCH v7 1/2] netfilter: add new sysctl toggle for lightweight tunnel netfilter hooks
` [PATCH v7 2/2] netfilter: add netfilter hooks to SRv6 data plane

[PATCH v6 0/2] netfilter: add netfilter hooks to track SRv6-encapsulated flows
 2021-08-17  8:11 UTC  (4+ messages)
` [PATCH v6 1/2] netfilter: add new sysctl toggle for lightweight tunnel netfilter hooks
` [PATCH v6 2/2] netfilter: add netfilter hooks to SRv6 data plane

nfnetlink_queue -- why linear lookup ?
 2021-08-17  4:03 UTC  (20+ messages)

[PATCH AUTOSEL 5.4 3/5] netfilter: conntrack: collect all entries in one cycle
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 4.19 3/4] netfilter: conntrack: collect all entries in one cycle
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 5.10 5/9] netfilter: conntrack: collect all entries in one cycle
 2021-08-17  0:35 UTC 

[PATCH AUTOSEL 5.13 06/12] netfilter: ipset: Limit the maximal range of consecutive elements to add/delete
 2021-08-17  0:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 07/12] netfilter: conntrack: collect all entries in one cycle

[PATCH v5 0/2] netfilter: add netfilter hooks to track SRv6-encapsulated flows
 2021-08-16 15:47 UTC  (3+ messages)
` [PATCH v5 2/2] netfilter: add netfilter hooks to SRv6 data plane

[PATCH iptabes-nft] iptables-nft: allow removal of empty builtin chains
 2021-08-15 14:36 UTC  (9+ messages)

[PATCH nft] netlink_delinearize: skip flags / mask notation for singleton bitmask again
 2021-08-15 12:51 UTC 

[PATCH libnetfilter_queue v3 0/1] src: doc: Insert SYNOPSIS sections for man pages
 2021-08-15 12:10 UTC  (3+ messages)
` [PATCH libnetfilter_queue v3 1/1] "

[PATCH] libxt_ACCOUNT_cl: correct LDFLAGS variable name
 2021-08-15 11:29 UTC  (2+ messages)

[PATCH libnetfilter_queue] include: deprecate libnetfilter_queue/linux_nfnetlink_queue.h
 2021-08-12 18:25 UTC  (6+ messages)

[syzbot] WARNING in destroy_conntrack
 2021-08-12 15:07 UTC  (2+ messages)

[PATCH nft] evaluate: expand variable containing set into multiple mappings
 2021-08-12 14:50 UTC 

[PATCH] netfilter: remove duplicate code
 2021-08-12 14:31 UTC  (3+ messages)

[PATCH libnetfilter_queue v2 0/1] Insert SYNOPSIS sections for man pages
 2021-08-12  1:56 UTC  (2+ messages)
` [PATCH libnetfilter_queue v2 1/1] src: doc: "

[nft PATCH 1/3] tests: json_echo: Print errors to stderr
 2021-08-11 22:53 UTC  (3+ messages)
` [nft PATCH 2/3] tests: monitor: "
` [nft PATCH 3/3] tests: monitor: Continue on error

[iptables PATCH] iptables-test: Make netns spawning more robust
 2021-08-11 20:14 UTC 

[PATCH nft] evaluate: element key cannot in map cannot be a set
 2021-08-11 10:33 UTC 

[PATCH net-next 01/10] netfilter: nft_compat: use nfnetlink_unicast()
 2021-08-11  9:30 UTC  (2+ messages)

[PATCH] netfiler: protect nft_ct_pcpu_template_refcnt with mutex
 2021-08-11  9:22 UTC  (3+ messages)
` [PATCH v2] netfilter: "

[PATCH net-next 00/10] Netfilter updates for net-next
 2021-08-11  8:49 UTC  (5+ messages)
` [PATCH net-next 06/10] netfilter: ebtables: do not hook tables by default
` [PATCH net-next 08/10] netfilter: ctnetlink: allow to filter dump by status bits
` [PATCH net-next 09/10] netfilter: x_tables: never register tables by default
` [PATCH net-next 10/10] netfilter: nf_queue: move hookfn registration out of struct net


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