Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2021-12-19 18:18:11 to 2022-01-09 11:58:46 UTC [more...]

[ulogd2 PATCH 00/10] Add pkg-config support
 2022-01-09 11:57 UTC  (7+ messages)
` [ulogd2 PATCH v2 01/10] build: use `--enable-XXX` options for output plugins
` [ulogd2 PATCH v2 02/10] build: use pkg-config for libdbi
` [ulogd2 PATCH v2 03/10] build: use pkg-config or mysql_config for libmysqlclient
` [ulogd2 PATCH v2 04/10] build: use pkg-config or pcap-config for libpcap
` [ulogd2 PATCH v2 05/10] build: use pkg-config or pg_config for libpq
` [ulogd2 PATCH v2 08/10] build: if `--enable-pcap` is `yes`, abort if libpcap is not found

[PATCH libnetfilter_queue v3 0/5] Speed-up
 2022-01-09  3:16 UTC  (6+ messages)
` [PATCH libnetfilter_queue v3 1/5] src: eliminate packet copy when constructing struct pkt_buff
` [PATCH libnetfilter_queue v3 2/5] src: Avoid compiler warning
` [PATCH libnetfilter_queue v3 3/5] src: Use more meaningful name in callback.c
` [PATCH libnetfilter_queue v3 4/5] build: doc: Eliminate doxygen warnings
` [PATCH libnetfilter_queue v3 5/5] src: struct pktbuff is no longer opaque

[PATCH nf-next,v2 00/14] nf_tables datapath ruleset blob and register tracking
 2022-01-08 22:26 UTC  (15+ messages)
` [PATCH nf-next,v2 01/14] netfilter: nft_connlimit: move stateful fields out of expression data
` [PATCH nf-next,v2 02/14] netfilter: nft_last: "
` [PATCH nf-next,v2 03/14] netfilter: nft_quota: "
` [PATCH nf-next,v2 04/14] netfilter: nft_numgen: "
` [PATCH nf-next,v2 05/14] netfilter: nft_limit: rename stateful structure
` [PATCH nf-next,v2 06/14] netfilter: nft_limit: move stateful fields out of expression data
` [PATCH nf-next,v2 07/14] netfilter: nf_tables: add rule blob layout
` [PATCH nf-next,v2 08/14] netfilter: nf_tables: add NFT_REG32_NUM
` [PATCH nf-next,v2 09/14] netfilter: nf_tables: add register tracking infrastructure
` [PATCH nf-next,v2 10/14] netfilter: nft_payload: track register operations
` [PATCH nf-next,v2 11/14] netfilter: nft_meta: "
` [PATCH nf-next,v2 12/14] netfilter: nft_bitwise: "
` [PATCH nf-next,v2 13/14] netfilter: nft_payload: cancel register tracking after payload update
` [PATCH nf-next,v2 14/14] netfilter: nft_meta: cancel register tracking after meta update

[ulogd2 PATCH 00/10] Add pkg-config support
 2022-01-08 20:11 UTC  (15+ messages)
` [ulogd2 PATCH 01/10] build: use `--enable-blah` flags for output plugins
` [ulogd2 PATCH 02/10] build: use pkg-config for libdbi
` [ulogd2 PATCH 03/10] build: use pkg-config or upstream M4 for mysql
` [ulogd2 PATCH 04/10] build: use pkg-config or pcap-config for libpcap
` [ulogd2 PATCH 05/10] build: use pkg-config for libpq if available
` [ulogd2 PATCH 06/10] build: if `--enable-dbi` is `yes` abort if DBI is not found
` [ulogd2 PATCH 07/10] build: if `--enable-mysql` is `yes` abort if MySQL "
` [ulogd2 PATCH 08/10] build: if `--enable-pcap` is `yes` abort if libpcap "
` [ulogd2 PATCH 09/10] build: if `--enable-pgsql` is `yes` abort if libpq "
` [ulogd2 PATCH 10/10] build: if `--enable-sqlite3` is `yes` abort if libsqlite3 "

[conntrack-tools PATCH] conntrackd: cthelper: ssdp: Fix parsing of IPv6 M-SEARCH requests
 2022-01-08  7:32 UTC 

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-07 20:10 UTC  (23+ 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

[syzbot] KMSAN: uninit-value in nf_nat_setup_info (2)
 2022-01-07 16:51 UTC 

[PATCH nf] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-01-07 14:51 UTC 

[PATCH nf-next] netfilter: egress: avoid a lockdep splat
 2022-01-07 14:46 UTC 

[PATCH nf-next 0/5] netfilter: conntrack related cleanups
 2022-01-07  4:03 UTC  (6+ messages)
` [PATCH nf-next 1/5] netfilter: conntrack: convert to refcount_t api
` [PATCH nf-next 2/5] netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
` [PATCH nf-next 3/5] netfilter: make function op structures const
` [PATCH nf-next 4/5] netfilter: conntrack: avoid useless indirection during conntrack destruction
` [PATCH nf-next 5/5] net: prefer nf_ct_put instead of nf_conntrack_put

[PATCH net 0/4] Netfilter fixes for net
 2022-01-07  2:50 UTC  (6+ messages)
` [PATCH net 1/4] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
` [PATCH net 2/4] selftests: netfilter: switch to socat for tests using -q option
` [PATCH net 3/4] netfilter: nft_payload: do not update layer 4 checksum when mangling fragments
` [PATCH net 4/4] netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone

[PATCH] netfilter: seqadj: check seq offset before update
 2022-01-06 21:53 UTC  (2+ messages)

[ulogd2 PATCH v4 00/32] Fixes for compiler warnings
 2022-01-06 21:00 UTC  (5+ messages)

[libnftnl PATCH 0/7] Stabilize debug output on different endian systems
 2022-01-06 13:10 UTC  (6+ messages)
` [libnftnl PATCH 3/7] set: Introduce NFTNL_SET_DESC_CONCAT_DATA

[PATCH nf] selftests/netfilter: switch to socat for tests using -q option
 2022-01-06  9:41 UTC  (3+ messages)

[PATCH nf] netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
 2022-01-06  9:41 UTC  (3+ messages)

[PATCH] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2022-01-06  9:40 UTC  (3+ messages)

BUG: unable to handle kernel NULL pointer dereference in iptable_nat_table_init
 2022-01-05 15:28 UTC 

[PATCH nf] netfilter: nft_payload: do not update layer 4 checksum when mangling fragments
 2022-01-05 15:26 UTC 

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

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

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] 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  (8+ messages)

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

[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  (2+ messages)

[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  (14+ messages)
` [PATCH bpf-next v4 06/10] bpf: Track provenance for pointers formed from referenced PTR_TO_BTF_ID

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


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