netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 10:59:22 to 2022-05-20 04:55:35 UTC [more...]

[PATCH net-next 00/11] Netfilter updates for net-next
 2022-05-20  4:55 UTC  (14+ messages)
` [PATCH net-next 01/11] netfilter: Use l3mdev flow key when re-routing mangled packets
` [PATCH net-next 02/11] netfilter: nf_conncount: reduce unnecessary GC
` [PATCH net-next 03/11] netfilter: conntrack: remove pr_debug callsites from tcp tracker
` [PATCH net-next 04/11] netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"
` [PATCH net-next 05/11] net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
` [PATCH net-next 06/11] netfilter: nf_flow_table: count and limit hw offloaded entries
` [PATCH net-next 07/11] netfilter: nf_flow_table: count pending offload workqueue tasks
` [PATCH net-next 08/11] netfilter: nfnetlink: fix warn in nfnetlink_unbind
` [PATCH net-next 09/11] netfilter: conntrack: re-fetch conntrack after insertion
` [PATCH net-next 10/11] netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exit
` [PATCH net-next 11/11] netfilter: nf_tables: set element extended ACK reporting support

[PATCH nft] netlink_delinearize: memleak when parsing concatenation data
 2022-05-19 22:34 UTC 

[PATCH net-next v3 0/3] Conntrack offload debuggability improvements
 2022-05-19 20:41 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
` [PATCH net-next v3 2/3] netfilter: nf_flow_table: count and limit hw offloaded entries
` [PATCH net-next v3 3/3] netfilter: nf_flow_table: count pending offload workqueue tasks

[PATCH nf-next] netfilter: nfnetlink: fix warn in nfnetlink_unbind
 2022-05-19 20:41 UTC  (2+ messages)

[PATCH nf-next] netfilter: conntrack: re-fetch conntrack after insertion
 2022-05-19 20:40 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in cttimeout_net_exit
 2022-05-19 20:40 UTC  (3+ messages)
` [PATCH nf-next] netfilter: cttimeout: fix slab-out-of-bounds read "

[iptables PATCH] build: Fix error during out of tree build
 2022-05-19 18:07 UTC 

[PATCH v3 bpf-next 0/5] net: netfilter: add kfunc helper to update ct timeout
 2022-05-19 17:10 UTC  (22+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Add support for forcing kfunc args to be referenced
` [PATCH v3 bpf-next 2/5] selftests/bpf: Add verifier selftests for forced kfunc ref args
` [PATCH v3 bpf-next 3/5] net: netfilter: add kfunc helper to update ct timeout
` [PATCH v3 bpf-next 4/5] net: netfilter: add kfunc helper to add a new ct entry
` [PATCH v3 bpf-next 5/5] selftests/bpf: add selftest for bpf_xdp_ct_add and bpf_ct_refresh_timeout kfunc

[iptables PATCH] Revert "fix build for missing ETH_ALEN definition"
 2022-05-19 15:46 UTC  (2+ messages)

[RFC] netfilter: nf_tables: ignore errors on flowtable device hw offload setup
 2022-05-19 15:37 UTC  (7+ messages)

[PATCH v5 00/15] Network support for Landlock
 2022-05-19 15:09 UTC  (47+ messages)
` [PATCH v5 01/15] landlock: access mask renaming
` [PATCH v5 02/15] landlock: landlock_find/insert_rule refactoring
` [PATCH v5 03/15] landlock: merge and inherit function refactoring
` [PATCH v5 04/15] landlock: helper functions refactoring
` [PATCH v5 05/15] landlock: landlock_add_rule syscall refactoring
` [PATCH v5 06/15] landlock: user space API network support
` [PATCH v5 07/15] landlock: add support network rules
` [PATCH v5 08/15] landlock: TCP network hooks implementation
` [PATCH v5 09/15] seltests/landlock: add tests for bind() hooks
` [PATCH v5 10/15] seltests/landlock: add tests for connect() hooks
` [PATCH v5 11/15] seltests/landlock: connect() with AF_UNSPEC tests
` [PATCH v5 12/15] seltests/landlock: rules overlapping test
` [PATCH v5 13/15] seltests/landlock: ruleset expanding test
` [PATCH v5 14/15] seltests/landlock: invalid user input data test
` [PATCH v5 15/15] samples/landlock: adds network demo

[PATCH net 0/7] Netfilter fixes for net
 2022-05-19  4:40 UTC  (9+ messages)
` [PATCH net 1/7] netfilter: flowtable: fix excessive hw offload attempts after failure
` [PATCH net 2/7] netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
` [PATCH net 3/7] net: fix dev_fill_forward_path with pppoe + bridge
` [PATCH net 4/7] netfilter: nft_flow_offload: fix offload with pppoe + vlan
` [PATCH net 5/7] netfilter: flowtable: fix TCP flow teardown
` [PATCH net 6/7] netfilter: flowtable: move dst_check to packet path
` [PATCH net 7/7] netfilter: nf_tables: disable expression reduction infra

[PATCH nf] netfilter: use get_random_u32 instead of prandom
 2022-05-18 21:54 UTC  (3+ messages)

[PATCH libnftnl 1/2] expr: fib: missing #include <assert.h>
 2022-05-18 21:54 UTC  (2+ messages)
` [PATCH libnftnl 2/2] set_elem: missing export symbol

[PATCH nf-next] netfilter: nf_tables: set element extended ACK reporting support
 2022-05-18 18:04 UTC 

[PATCH nft 1/3] parser_bison: fix error location for set elements
 2022-05-18 18:04 UTC  (3+ messages)
` [PATCH nft 2/3] src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reporting
` [PATCH nft 3/3] mnl: store netlink error location for set elements

[PATCH nf,v2] netfilter: nf_tables: disable bh to update per-cpu rnd_state
 2022-05-18 17:51 UTC  (3+ messages)

[PATCH nf] netfilter: nft_numgen: disable preempt to access per-cpu data
 2022-05-18 15:35 UTC  (3+ messages)

[PATCH v3] netfilter: nf_flowtable: move dst_check to packet path
 2022-05-18 13:56 UTC  (2+ messages)

[PATCH nf,v2] netfilter: flowtable: fix TCP flow teardown
 2022-05-18 13:53 UTC  (4+ messages)

[PATCH] treewide: use uint* instead of u_int*
 2022-05-18 13:21 UTC  (5+ messages)

[PATCH nf] netfilter: nf_tables: disable expression reduction infra
 2022-05-18 12:43 UTC 

[PATCH nf] netfilter: nf_tables: disable expression reduction infra
 2022-05-18 12:51 UTC 

[PATCH] netfilter: nf_tables: restrict expression reduction to first expression
 2022-05-18 12:49 UTC  (11+ messages)

[PATCH] nft: support for dynamic register allocation
 2022-05-18 12:19 UTC 

[PATCH nf,v2] netfilter: nf_tables: restrict expression reduction to first expression
 2022-05-18 11:20 UTC 

[nf-next PATCH] nf_flow_table_offload: offload the PPPoE encap in the flowtable
 2022-05-18  1:14 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in nf_confirm
 2022-05-17 19:47 UTC  (2+ messages)

[syzbot] WARNING in nfnetlink_unbind
 2022-05-17 18:12 UTC 

[syzbot] UBSAN: array-index-out-of-bounds in nfnetlink_unbind
 2022-05-17 18:12 UTC 

[nf-next PATCH v4 0/4] nf_tables: Export rule optimizer results to user space
 2022-05-17 17:20 UTC  (5+ messages)
` [PATCH v4 1/4] netfilter: nf_tables: Store net size in nft_expr_ops::size
` [PATCH v4 2/4] netfilter: nf_tables: Introduce struct nft_expr_dp
` [PATCH v4 3/4] netfilter: nf_tables: Introduce expression flags
` [PATCH v4 4/4] netfilter: nf_tables: Annotate reduced expressions

[PATCH net-next v2 0/3] Conntrack offload debuggability improvements
 2022-05-17 15:18 UTC  (10+ messages)
` [PATCH net-next v2 1/3] net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
` [PATCH net-next v2 2/3] netfilter: nf_flow_table: count and limit hw offloaded entries
` [PATCH net-next v2 3/3] netfilter: nf_flow_table: count pending offload workqueue tasks

[PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout
 2022-05-17 14:42 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add selftest for bpf_ct_refresh_timeout kfunc

[PATCH v2] netfilter: nf_flowtable: move dst_check to packet path
 2022-05-17 13:08 UTC  (3+ messages)

[PATCH nf] nft_set_rbtree: Move clauses for expired nodes, last active node as leaf
 2022-05-17 12:57 UTC  (3+ messages)

[PATCH nf] netfilter: flowtable: fix TCP flow teardown
 2022-05-17  9:36 UTC  (2+ messages)

[PATCH net v2] netfilter: nf_flow_table: fix teardown flow timeout
 2022-05-17  8:36 UTC  (15+ messages)

[PATCH iptables 1/2] xtables: fix compilation with musl
 2022-05-17  8:22 UTC  (10+ messages)

[PATCH iptables 1/2] xtables: fix compilation with musl
 2022-05-16 16:24 UTC  (2+ messages)
` [PATCH] "

[PATCH conntrack-tools] conntrack: remove -o userspace
 2022-05-16 16:11 UTC  (2+ messages)

[PATCH nf-next] netfilter: conntrack: remove pr_debug callsites from tcp tracker
 2022-05-16 11:10 UTC  (2+ messages)

[PATCH nf v2 0/2] netfilter: Fix/update mangled packet re-routing within VRF domains
 2022-05-16 11:03 UTC  (3+ messages)
` [PATCH nf v2 2/2] netfilter: Use l3mdev flow key when re-routing mangled packets

[PATCH v2 nf 1/4] netfilter: flowtable: fix excessive hw offload attempts after failure
 2022-05-16 10:59 UTC  (2+ messages)


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