netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 12:59:24 to 2022-01-05 13:20:12 UTC [more...]

[PATCH nf] netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
 2022-01-05 13:19 UTC 

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-05  6:20 UTC  (15+ messages)
` [PATCH bpf-next v6 01/11] kernel: Implement try_module_get_live
` [PATCH bpf-next v6 02/11] bpf: Fix UAF due to race between btf_try_get_module and load_module
` [PATCH bpf-next v6 03/11] bpf: Populate kfunc BTF ID sets in struct btf
` [PATCH bpf-next v6 04/11] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v6 05/11] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v6 06/11] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v6 07/11] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v6 08/11] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v6 09/11] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v6 10/11] selftests/bpf: Extend kfunc selftests
` [PATCH bpf-next v6 11/11] selftests/bpf: Add test for race in btf_try_get_module

nftables >= 0.9.8: atomic update (nft -f ...) of a set not possible any more
 2022-01-04 23:22 UTC  (2+ messages)

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2022-01-04 15:42 UTC  (7+ messages)

[PATCH ulogd] GPRINT: fix it with NFLOG
 2022-01-04 11:20 UTC 

INFO: task hung in xt_find_match
 2022-01-04 11:02 UTC 

INFO: task hung in do_ip6t_get_ctl
 2022-01-04  9:18 UTC 

[PATCH libnetfilter_queue v3] build: doc: Update build_man.sh for doxygen 1.9.2
 2022-01-04  1:54 UTC  (2+ messages)

[PATCH ulogd2 1/2] output: JSON: fix possible truncation of socket path
 2022-01-03 18:11 UTC  (2+ messages)
` [PATCH ulogd2 2/2] output: JSON: remove bogus check for host and port

[ulogd2 PATCH v4 00/32] Fixes for compiler warnings
 2022-01-03 18:10 UTC  (3+ messages)

[PATCH nftables,v2 0/7] ruleset optimization infrastructure
 2022-01-03 13:33 UTC  (10+ messages)
` [PATCH nftables,v2 1/7] erec: expose print_location() and line_location()
` [PATCH nftables,v2 2/7] src: error reporting with -f and read from stdin
` [PATCH nftables,v2 3/7] src: remove '$' in symbol_expr_print
` [PATCH nftables,v2 4/7] src: add ruleset optimization infrastructure
` [PATCH nftables,v2 5/7] optimize: merge rules with same selectors into a concatenation
` [PATCH nftables,v2 6/7] optimize: merge same selector with different verdict into verdict map
` [PATCH nftables,v2 7/7] optimize: merge several selectors "

[PATCH bpf-next v5 0/9] Introduce unstable CT lookup helpers
 2022-01-01 10:03 UTC  (15+ messages)
` [PATCH bpf-next v5 1/9] kernel: Add kallsyms_on_each_symbol variant for single module
` [PATCH bpf-next v5 2/9] bpf: Prepare kfunc BTF ID sets when parsing kernel BTF
` [PATCH bpf-next v5 3/9] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v5 4/9] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v5 5/9] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v5 6/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v5 7/9] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v5 8/9] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v5 9/9] selftests/bpf: Extend kfunc selftests

[PATCH] ipset: SCTP, UDPLITE support added to the bitmap:port type
 2021-12-30 18:35 UTC 

[PATCH linux] netfilter: Remove unnecessary ret assignment
 2021-12-30 12:12 UTC  (2+ messages)

[PATCH bpf-next] net: don't include filter.h from net/sock.h
 2021-12-28 19:25 UTC 

[PATCH nf-next] netfilter: exthdr: add support for tcp option removal
 2021-12-27 14:28 UTC  (5+ messages)

[PATCH nf] selftests/netfilter: switch to socat for tests using -q option
 2021-12-27 14:08 UTC  (2+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH] netfilter: extend CONFIG_NF_CONNTRACK compile time checks
 2021-12-25 17:37 UTC 

[PATCH] netfilter: conntrack: Use max() instead of doing it manually
 2021-12-25 17:12 UTC 

[iptables PATCH 00/11] Share do_parse() between nft and legacy
 2021-12-24 17:17 UTC  (12+ messages)
` [iptables PATCH 01/11] xtables: Drop xtables' family on demand feature
` [iptables PATCH 02/11] xtables: Pull table validity check out of do_parse()
` [iptables PATCH 03/11] xtables: Move struct nft_xt_cmd_parse to xshared.h
` [iptables PATCH 04/11] xtables: Pass xtables_args to check_empty_interface()
` [iptables PATCH 05/11] xtables: Pass xtables_args to check_inverse()
` [iptables PATCH 06/11] xtables: Do not pass nft_handle to do_parse()
` [iptables PATCH 07/11] xshared: Move do_parse to shared space
` [iptables PATCH 08/11] xshared: Store parsed wait and wait_interval in xtables_args
` [iptables PATCH 09/11] nft: Move proto_parse and post_parse callbacks to xshared
` [iptables PATCH 10/11] iptables: Use xtables' do_parse() function
` [iptables PATCH 11/11] ip6tables: Use the shared do_parse, too

[PATCH] netfilter: nft_set_pipapo_avx2: remove redundant pointer lt
 2021-12-24 15:59 UTC  (2+ messages)

[PATCH conntrack 0/4] more updates to use libmnl
 2021-12-24 15:43 UTC  (5+ messages)
` [PATCH conntrack 1/4] conntrack: add nfct_mnl_talk() and nfct_mnl_recv() helper functions
` [PATCH conntrack 2/4] conntrack: add netlink flags to nfct_mnl_nlmsghdr_put()
` [PATCH conntrack 3/4] conntrack: use libmnl to create entry
` [PATCH conntrack 4/4] conntrack: pass sock to nfct_mnl_*() functions

[PATCH] netfilter: seqadj: check seq offset before update
 2021-12-24  2:37 UTC 

[PATCH netfilter] netfilter: xt_owner: use sk->sk_uid for owner lookup
 2021-12-23 18:36 UTC  (3+ messages)

[PATCH nf] netfilter: ctnetlink: remove expired entries first
 2021-12-23 17:42 UTC  (9+ messages)

[PATCH iptables] xshared: Implement xtables lock timeout using signals
 2021-12-23 15:32 UTC 

[PATCH] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2021-12-23 13:38 UTC  (2+ messages)

[PATCH nft 0/3] ruleset optimization infrastructure
 2021-12-23  2:10 UTC  (3+ messages)

[PATCH nf-next v4 0/2] nat: force port remap to prevent shadowing well-known ports
 2021-12-23  0:02 UTC  (5+ messages)
` [PATCH nf-next v4 1/2] netfilter: conntrack: tag conntracks picked up in local out hook
` [PATCH v4 nf-next 2/2] netfilter: nat: force port remap to prevent shadowing well-known ports

[PATCH nf-next] netfilter: flowtable: remove ipv4/ipv6 modules
 2021-12-23  0:01 UTC  (2+ messages)

[PATCH iptables] nft-shared: set correc register value
 2021-12-22 23:52 UTC  (2+ messages)

[PATCH nftables] parser: allow quoted string in flowtable_expr_member
 2021-12-22 23:32 UTC  (2+ messages)

[nft PATCH 00/11] Store multiple payload dependencies
 2021-12-21 19:36 UTC  (12+ messages)
` [nft PATCH 01/11] tests: py: fix inet/sets.t netdev payload
` [nft PATCH 02/11] tests: py: fix inet/ip.t payloads
` [nft PATCH 03/11] tests: py: fix inet/ip_tcp.t test
` [nft PATCH 04/11] netlink_delinearize: fix typo
` [nft PATCH 05/11] src: remove arithmetic on booleans
` [nft PATCH 06/11] src: reduce indentation
` [nft PATCH 07/11] src: simplify logic governing storing payload dependencies
` [nft PATCH 08/11] src: add a helper that returns a payload dependency for a particular base
` [nft PATCH 09/11] src: store more than one payload dependency
` [nft PATCH 10/11] tests: py: remove redundant payload expressions
` [nft PATCH 11/11] tests: shell: "

[syzbot] KASAN: use-after-free Read in nf_hook_entries_grow
 2021-12-20  7:51 UTC 

[PATCH bpf-next v4 00/10] Introduce unstable CT lookup helpers
 2021-12-19 21:54 UTC  (36+ messages)
` [PATCH bpf-next v4 01/10] bpf: Refactor bpf_check_mod_kfunc_call
` [PATCH bpf-next v4 02/10] bpf: Remove DEFINE_KFUNC_BTF_ID_SET
` [PATCH bpf-next v4 03/10] bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
` [PATCH bpf-next v4 04/10] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v4 05/10] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v4 06/10] bpf: Track provenance for pointers formed from referenced PTR_TO_BTF_ID
` [PATCH bpf-next v4 07/10] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v4 08/10] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v4 09/10] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v4 10/10] selftests/bpf: Extend kfunc selftests

netdevconf 0x16
 2021-12-19 18:18 UTC 

[PATCH nf-next,v2 1/5] netfilter: nf_tables: remove rcu read-size lock
 2021-12-17 20:43 UTC  (7+ messages)
` [PATCH nf-next,v2 2/5] netfilter: nft_payload: WARN_ON_ONCE instead of BUG
` [PATCH nf-next,v2 3/5] netfilter: nf_tables: consolidate rule verdict trace call
` [PATCH nf-next,v2 4/5] netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdicts
` [PATCH nf-next,v2 5/5] netfilter: nf_tables: make counter support built-in

[PATCH nf-next,v3 5/5] netfilter: nf_tables: make counter support built-in
 2021-12-17 19:37 UTC 

[nft PATCH] build: remove scanner.c and parser_bison.c with `maintainer-clean`
 2021-12-17 12:18 UTC  (2+ messages)

[conntrack-tools PATCH 0/3] bison & flex autotools updates
 2021-12-17 11:59 UTC  (5+ messages)
` [conntrack-tools PATCH 1/3] build: only require bison and flex if the generated files do not exist
` [conntrack-tools PATCH 2/3] build: remove MAINTAINERCLEANFILES
` [conntrack-tools PATCH 3/3] build: replace `AM_PROG_LEX` with `AC_PROG_LEX`

[PATCH 0/2 nft] mptcp: add mptcp subtype mnemonics
 2021-12-17 11:22 UTC  (4+ messages)
` [PATCH nft 2/2] src: propagate key datatype for anonymous sets

[PATCH net 0/3] Netfilter fixes for net
 2021-12-17 11:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
` [PATCH net 2/3] netfilter: fix regression in looped (broad|multi)cast's MAC handling
` [PATCH net 3/3] netfilter: ctnetlink: remove expired entries first

graphviz.SlackBuild
 2021-12-17  8:14 UTC  (4+ messages)
` [PATCH 1/1] graphics/graphviz: Updated for version 2.50

[PATCH libnetfilter_queue v2] build: doc: Update build_man.sh for doxygen 1.9.2
 2021-12-17  8:03 UTC 

[PATCH nf v3] netfilter: nat: force port remap to prevent shadowing well-known ports
 2021-12-16 23:48 UTC  (3+ messages)

[PATCH nft] Improve handling of errors from mnl* functions"
 2021-12-16 20:33 UTC  (4+ messages)
` [PATCH nft 2/2] Handle retriable errors from mnl functions

[PATCH nft] proto: revisit short-circuit loops over upper protocols
 2021-12-16 17:54 UTC  (2+ messages)

[PATCH nf-next v2 0/2] nat: force port remap to prevent shadowing well-known ports
 2021-12-16 15:04 UTC  (4+ messages)
` [PATCH nf-next v2 2/2] netfilter: "

[iptables PATCH v3 0/6] Some more code de-duplication
 2021-12-16 13:12 UTC  (3+ messages)
` [iptables PATCH v3 4/6] xtables_globals: Embed variant name in .program_version


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