netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 12:10:20 to 2022-02-22 16:20:14 UTC [more...]

[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
 2022-02-22 16:20 UTC  (29+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 05/15] bpf: Allow storing PTR_TO_PERCPU_BTF_ID "
` [PATCH bpf-next v1 06/15] bpf: Allow storing __user PTR_TO_BTF_ID "
` [PATCH bpf-next v1 07/15] bpf: Prevent escaping of pointers loaded from maps
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v1 09/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v1 10/15] bpf: Wire up freeing of referenced PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 11/15] bpf: Teach verifier about kptr_get style kfunc helpers
` [PATCH bpf-next v1 12/15] net/netfilter: Add bpf_ct_kptr_get helper
` [PATCH bpf-next v1 13/15] libbpf: Add __kptr* macros to bpf_helpers.h
` [PATCH bpf-next v1 14/15] selftests/bpf: Add C tests for PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 15/15] selftests/bpf: Add verifier "

[ANNOUNCE] nftables 1.0.2 release
 2022-02-22 15:49 UTC  (4+ messages)

[PATCH net-next 0/8] Conntrack offload debuggability improvements
 2022-02-22 15:10 UTC  (9+ messages)
` [PATCH net-next 1/8] net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
` [PATCH net-next 2/8] netfilter: introduce total count of hw offloaded flow table entries
` [PATCH net-next 3/8] netfilter: introduce max "
` [PATCH net-next 4/8] netfilter: introduce total count of hw offload 'add' workqueue tasks
` [PATCH net-next 5/8] netfilter: introduce max "
` [PATCH net-next 6/8] netfilter: introduce total count of hw offload 'del' "
` [PATCH net-next 7/8] netfilter: introduce total count of hw offload 'stats' wq tasks
` [PATCH net-next 8/8] netfilter: flowtable: add hardware offload tracepoints

[iptables PATCH 0/4] Re-enable NFLOG tests
 2022-02-22 10:09 UTC  (9+ messages)
` [iptables PATCH 1/4] tests: iptables-test: rename variable
` [iptables PATCH 2/4] tests: add `NOMATCH` test result
` [iptables PATCH 3/4] tests: support explicit variant "
` [iptables PATCH 4/4] tests: NFLOG: enable `--nflog-range` tests

[PATCH] build: add missing AM_CPPFLAGS to examples/
 2022-02-22  7:34 UTC  (2+ messages)

[PATCH net 0/5,v2] Netfilter fixes for net
 2022-02-22  7:33 UTC  (6+ messages)
` [PATCH net 1/5] netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
` [PATCH net 2/5] netfilter: nf_tables_offload: incorrect flow offload action array size
` [PATCH net 3/5] netfilter: nf_tables: unregister flowtable hooks on netns exit
` [PATCH net 4/5] netfilter: nft_limit: fix stateful object memory leak
` [PATCH net 5/5] netfilter: nf_tables: fix memory leak during stateful obj update

[PATCH nf] netfilter: nf_tables: make sure err is initialised to sane value
 2022-02-22  7:29 UTC  (2+ messages)

[PATCH nf 0/5] Netfilter fixes for net
 2022-02-22  6:57 UTC  (9+ messages)
` [PATCH nf 1/5] netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
` [PATCH nf 2/5] netfilter: nf_tables_offload: incorrect flow offload action array size
` [PATCH nf 3/5] netfilter: nf_tables: unregister flowtable hooks on netns exit
` [PATCH nf 4/5] netfilter: nft_limit: fix stateful object memory leak
` [PATCH nf 5/5] netfilter: nf_tables: fix memory leak during stateful obj update

[PATCH libnetfilter_queue v3 0/5] Speed-up
 2022-02-22  1:39 UTC  (8+ messages)
` [PATCH libnetfilter_queue v3 5/5] src: struct pktbuff is no longer opaque
  ` [PATCH libnetfilter_queue v3 1-5/5] src: Speed-up

[PATCH nft] examples: compile with `make check' and add AM_CPPFLAGS
 2022-02-22  0:00 UTC 

[PATCH 5.16 000/227] 5.16.11-rc1 review
 2022-02-21 21:14 UTC 

[PATCH net v2 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-21 17:02 UTC  (3+ messages)

[PATCH v3] netfilter: nf_tables: fix memory leak during stateful obj update
 2022-02-21 14:51 UTC  (2+ messages)

[PATCH nf] netfilter: nft_limit: fix stateful object memory leak
 2022-02-21 14:51 UTC  (2+ messages)

[PATCH v2 nf] netfilter: nf_tables: fix memory leak during stateful obj update
 2022-02-21 11:39 UTC  (5+ messages)

[PATCH net 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20  8:48 UTC  (8+ messages)

[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
 2022-02-20  1:13 UTC  (6+ messages)

[nft PATCH 00/26] scanner: Some fixes, many new scopes
 2022-02-20  0:46 UTC  (32+ messages)
` [nft PATCH 01/26] tests: py: Test connlimit statement
` [nft PATCH 02/26] scanner: Move 'maps' keyword into list cmd scope
` [nft PATCH 03/26] scanner: Some time units are only used in limit scope
` [nft PATCH 04/26] scanner: rt: Move seg-left keyword into scope
` [nft PATCH 05/26] scanner: icmp{,v6}: Move to own scope
` [nft PATCH 06/26] scanner: igmp: "
` [nft PATCH 07/26] scanner: tcp: "
` [nft PATCH 08/26] scanner: synproxy: "
` [nft PATCH 09/26] scanner: comp: "
` [nft PATCH 10/26] scanner: udp{,lite}: "
` [nft PATCH 11/26] scanner: dccp, th: Move to own scopes
` [nft PATCH 12/26] scanner: osf: Move to own scope
` [nft PATCH 13/26] scanner: ah, esp: Move to own scopes
` [nft PATCH 14/26] scanner: dst, frag, hbh, mh: "
` [nft PATCH 15/26] scanner: type: Move to own scope
` [nft PATCH 16/26] scanner: rt: Extend scope over rt0, rt2 and srh
` [nft PATCH 17/26] scanner: monitor: Move to own Scope
` [nft PATCH 18/26] scanner: reset: move "
` [nft PATCH 19/26] scanner: import, export: Move to own scopes
` [nft PATCH 20/26] scanner: reject: Move to own scope
` [nft PATCH 21/26] scanner: flags: move "
` [nft PATCH 22/26] scanner: policy: "
` [nft PATCH 23/26] scanner: nat: Move "
` [nft PATCH 24/26] scanner: at: "
` [nft PATCH 25/26] scanner: meta: "
` [nft PATCH 26/26] scanner: dup, fwd, tproxy: Move to own scopes

[PATCH nft,v2 1/5] src: add EXPR_F_KERNEL to identify expression in the kernel
 2022-02-20  0:30 UTC  (5+ messages)
` [PATCH nft,v2 2/5] src: replace interval segment tree overlap and automerge
` [PATCH nft,v2 3/5] src: remove rbtree datastructure
` [PATCH nft,v2 4/5] mnl: update mnl_nft_setelem_del() to allow for more reuse
` [PATCH nft,v2 5/5] intervals: add support to automerge with kernel elements

[nf-next PATCH] netfilter: conntrack: Relax helper auto-assignment warning for nftables
 2022-02-19 14:02 UTC  (5+ messages)

[PATCH nft] src: add tcp option reset support
 2022-02-19 13:57 UTC  (2+ messages)

[PATCH libnftnl] exthdr: tcp option reset support
 2022-02-19 13:39 UTC 

[PATCH net-next 0/3] Conntrack GRE offload
 2022-02-19 12:51 UTC  (7+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Support GRE

[PATCH nf] netfilter: nf_tables_offload: incorrect flow offload action array size
 2022-02-18 23:30 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in nf_nat_setup_info (2)
 2022-02-18 21:34 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: fix memory leak during stateful obj update
 2022-02-18 13:16 UTC 

[PATCH nf] netfilter: nf_tables: unregister flowtable hooks on netns exit
 2022-02-18 11:49 UTC 

[PATCH net-next v1] net: Use csum_replace_... and csum_sub() helpers instead of opencoding
 2022-02-18  7:43 UTC  (7+ messages)

[PATCH nft,v1 0/5] revisit overlap/automerge codebase
 2022-02-17 17:17 UTC  (7+ messages)
` [PATCH nft,v1 1/1] intervals: add support to automerge with kernel elements
` [PATCH nft,v1 1/5] src: add EXPR_F_KERNEL to identify expression in the kernel
` [PATCH nft,v1 2/5] src: replace interval segment tree overlap and automerge
` [PATCH nft,v1 3/5] src: remove rbtree datastructure
` [PATCH nft,v1 4/5] mnl: update mnl_nft_setelem_del() to allow for more reuse
` [PATCH nft,v1 5/5] intervals: add support to automerge with kernel elements

[PATCH nft] netlink: check key is EXPR_CONCAT before accessing field
 2022-02-17 17:09 UTC 

[PATCH net-next 00/14] Netfilter updates for net-next
 2022-02-16 19:26 UTC  (7+ messages)
` [PATCH net-next 01/14] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY

[PATCH v2 0/3] conntrack: use libmnl for various operations
 2022-02-16 18:58 UTC  (4+ messages)
` [PATCH v2 1/3] conntrack: use libmnl for updating conntrack table
` [PATCH v2 2/3] conntrack: use libmnl for ct entries deletion
` [PATCH v2 3/3] conntrack: use libmnl for flushing conntrack table

[PATCH nf-next] netfilter: conntrack: revisit gc autotuning
 2022-02-16 15:43 UTC 

[nf-next PATCH v3] netfilter: nf_tables: Reject tables of unsupported family
 2022-02-16 14:55 UTC 

[nf-next PATCH v2] netfilter: nf_tables: Reject tables of unsupported family
 2022-02-16 12:14 UTC 

[PATCH v2] xshared: Implement xtables lock timeout using signals
 2022-02-15 22:47 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 04/11] netfilter: conntrack: don't refresh sctp entries in closed state
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.4 05/17] netfilter: conntrack: don't refresh sctp entries in closed state
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.10 06/23] netfilter: conntrack: don't refresh sctp entries in closed state
 2022-02-15 15:29 UTC 

[PATCH AUTOSEL 5.15 09/33] netfilter: conntrack: don't refresh sctp entries in closed state
 2022-02-15 15:28 UTC 

[PATCH AUTOSEL 5.16 09/34] netfilter: conntrack: don't refresh sctp entries in closed state
 2022-02-15 15:26 UTC 

[PATCH nft] segtree: memleak get element command
 2022-02-15 14:12 UTC 

[nf-next PATCH] netfilter: nf_tables: Reject tables of unsupported family
 2022-02-15 12:06 UTC 

[PATCH nft 0/2] add example folder
 2022-02-14 12:16 UTC  (3+ messages)
` [PATCH nft 1/2] examples: add libnftables example program
` [PATCH nft 2/2] examples: load ruleset from JSON

[ANNOUNCE] libnetfilter_conntrack 1.0.9 release
 2022-02-14 11:44 UTC 

[PATCH iptables] xshared: Implement xtables lock timeout using signals
 2022-02-13 21:10 UTC  (2+ messages)

INFO: task hung in usb_get_descriptor
 2022-02-12 22:43 UTC  (2+ messages)
` [syzbot] "

[PATCH nf] netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
 2022-02-12  2:52 UTC  (3+ messages)

[iptables PATCH 0/2] Improve error messages for unsupported extensions
 2022-02-11 17:12 UTC  (3+ messages)
` [iptables PATCH 1/2] libxtables: Register only the highest revision extension
` [iptables PATCH 2/2] Improve error messages for unsupported extensions

[PATCH AUTOSEL 5.16 05/52] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-11 14:41 UTC  (4+ messages)

[PATCH net 1/6] selftests: netfilter: add synproxy test
 2022-02-11 12:10 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).