Netfilter-Devel Archive mirror
 help / color / mirror / Atom feed
[syzbot] [fscrypt?] WARNING in fscrypt_fname_siphash
 2024-05-31 18:55 UTC  (13+ messages)
` [PATCH] ext4: add casefolded file check
    ` [PATCH V2] ext4: add casefolded feature check before setup encrypted info
        ` [PATCH V4] ext4: check hash version and filesystem casefolded consistent
        ` [PATCH V3] "

[PATCH net-next v1] netfilter: nfnetlink: convert kfree_skb to consume_skb
 2024-05-31 16:14 UTC  (2+ messages)

[PATCH nf-next v2] netfilter: nf_conncount: fix wrong variable type
 2024-05-31  3:48 UTC 

[PATCH net-next v1] netfilter: cttimeout: remove 'l3num' attr check
 2024-05-31  1:28 UTC 

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-05-30 15:28 UTC  (27+ messages)
` [RFC PATCH v2 01/12] landlock: Support socket access-control
` [RFC PATCH v2 02/12] landlock: Add hook on socket creation
` [RFC PATCH v2 03/12] selftests/landlock: Add protocol.create to socket tests
` [RFC PATCH v2 04/12] selftests/landlock: Add protocol.socket_access_rights "
` [RFC PATCH v2 05/12] selftests/landlock: Add protocol.rule_with_unknown_access "
` [RFC PATCH v2 06/12] selftests/landlock: Add protocol.rule_with_unhandled_access "
` [RFC PATCH v2 07/12] selftests/landlock: Add protocol.inval "
` [RFC PATCH v2 08/12] selftests/landlock: Add tcp_layers.ruleset_overlap "
` [RFC PATCH v2 09/12] selftests/landlock: Add mini.ruleset_with_unknown_access "
` [RFC PATCH v2 10/12] selftests/landlock: Add mini.socket_overflow "
` [RFC PATCH v2 11/12] selftests/landlock: Add mini.socket_invalid_type "
` [RFC PATCH v2 12/12] samples/landlock: Support socket protocol restrictions

[PATCH net] netfilter: nf_conncount: fix wrong variable type
 2024-05-30 13:13 UTC  (6+ messages)

[PATCH net 0/6,v3] Netfilter fixes for net
 2024-05-30  8:30 UTC  (8+ messages)
` [PATCH net 1/6] netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
` [PATCH net 2/6] netfilter: ipset: Add list flush to cancel_gc
` [PATCH net 3/6] netfilter: nft_payload: restore vlan q-in-q match support
` [PATCH net 4/6] netfilter: nft_payload: skbuff vlan metadata mangle support
` [PATCH net 5/6] netfilter: tproxy: bail out if IP has been disabled on the device
` [PATCH net 6/6] netfilter: nft_fib: allow from forward/input without iif selector

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-29 21:53 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v4 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftest for "

[PATCH v3 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2024-05-29 16:02 UTC 

[PATCH net-next 0/5] net: constify ctl_table arguments of utility functions
 2024-05-29  2:57 UTC  (7+ messages)
` [PATCH net-next 1/5] net/neighbour: constify ctl_table arguments of utility function
` [PATCH net-next 2/5] net/ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH net-next 3/5] net/ipv6/addrconf: "
` [PATCH net-next 4/5] net/ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH net-next 5/5] ipvs: constify ctl_table arguments of utility functions

[PATCH nft 1/2,v2] cache: check for NFT_CACHE_REFRESH in current requested cache too
 2024-05-28 15:28 UTC  (2+ messages)
` [PATCH nft 2/2,v2] cache: recycle existing cache with incremental updates

[nft PATCH] doc: drop duplicate ARP HEADER EXPRESSION
 2024-05-28 12:22 UTC  (2+ messages)

[PATCHv4 net-next 00/14] ipvs: per-net tables and optimizations
 2024-05-28  8:02 UTC  (15+ messages)
` [PATCHv4 net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv4 net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCHv4 net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv4 net-next 04/14] ipvs: use single svc table
` [PATCHv4 net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCHv4 net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCHv4 net-next 07/14] ipvs: add resizable hash tables
` [PATCHv4 net-next 08/14] ipvs: use resizable hash table for services
` [PATCHv4 net-next 09/14] ipvs: switch to per-net connection table
` [PATCHv4 net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv4 net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv4 net-next 12/14] ipvs: use more keys for connection hashing
` [PATCHv4 net-next 13/14] ipvs: add ip_vs_status info
` [PATCHv4 net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

nftables with thousands of chains is unreasonably slow
 2024-05-27 22:31 UTC  (4+ messages)

[PATCH nft 1/2] cache: check for NFT_CACHE_REFRESH in current requested cache
 2024-05-27 22:17 UTC  (2+ messages)
` [PATCH nft 2/2] cache: recycle existing cache with incremental updates

[PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp
 2024-05-27 17:59 UTC  (2+ messages)

[PATCH net 0/6,v2] Netfilter fixes for net
 2024-05-27 14:56 UTC  (11+ messages)
` [PATCH net 1/6] netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
` [PATCH net 2/6] netfilter: ipset: Add list flush to cancel_gc
` [PATCH net 3/6] netfilter: nft_payload: restore vlan q-in-q match support
` [PATCH net 4/6] netfilter: nft_payload: skbuff vlan metadata mangle support
` [PATCH net 5/6] netfilter: tproxy: bail out if IP has been disabled on the device
` [PATCH net 6/6] netfilter: nft_fib: allow from forward/input without iif selector

[PATCH] iptables: cleanup FIXME
 2024-05-26  9:50 UTC  (3+ messages)

[PATCH nft,v2] tests: shell: add vlan double tagging match simple test case
 2024-05-24 11:46 UTC 

[PATCH libnetfilter_queue v2 00/15] Convert libnetfilter_queue to not need libnfnetlink
 2024-05-24  5:37 UTC  (16+ messages)
` [PATCH libnetfilter_queue v2 01/15] src: Convert nfq_open() to use libmnl
` [PATCH libnetfilter_queue v2 02/15] src: Convert nfq_open_nfnl() "
` [PATCH libnetfilter_queue v2 03/15] src: Convert nfq_close() "
` [PATCH libnetfilter_queue v2 04/15] src: Convert nfq_create_queue(), nfq_bind_pf() & nfq_unbind_pf() "
` [PATCH libnetfilter_queue v2 05/15] src: Convert nfq_set_queue_flags(), nfq_set_queue_maxlen() & nfq_set_mode() "
` [PATCH libnetfilter_queue v2 06/15] src: Convert nfq_handle_packet(), nfq_get_secctx(), nfq_get_payload() and all the nfq_get_ functions "
` [PATCH libnetfilter_queue v2 07/15] src: Convert nfq_set_verdict() and nfq_set_verdict2() to use libmnl if there is no data
` [PATCH libnetfilter_queue v2 08/15] src: Incorporate nfnl_rcvbufsiz() in libnetfilter_queue
` [PATCH libnetfilter_queue v2 09/15] src: Convert nfq_fd() to use libmnl
` [PATCH libnetfilter_queue v2 10/15] src: Convert remaining nfq_* functions "
` [PATCH libnetfilter_queue v2 11/15] src: Copy nlif-related files from libnfnetlink
` [PATCH libnetfilter_queue v2 12/15] doc: Add iftable.c to the doxygen system
` [PATCH libnetfilter_queue v2 13/15] src: Convert all nlif_* functions to use libmnl
` [PATCH libnetfilter_queue v2 14/15] include: Use libmnl.h instead of libnfnetlink.h
` [PATCH libnetfilter_queue v2 15/15] build: Remove libnfnetlink from the build

[PATCH v3 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-23 17:06 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v3 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add selftest for "

[PATCH] iptables: cleanup FIXME
 2024-05-23 16:45 UTC  (2+ messages)

[PATCH nft v3 0/2] Support for variables in map expressions
 2024-05-23 16:23 UTC  (2+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2024-05-23 15:12 UTC  (9+ messages)
` [PATCH net 1/6] netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
` [PATCH net 2/6] netfilter: ipset: Add list flush to cancel_gc
` [PATCH net 3/6] netfilter: nft_payload: restore vlan q-in-q match support
` [PATCH net 4/6] netfilter: nft_payload: skbuff vlan metadata mangle support
` [PATCH net 5/6] netfilter: tproxy: bail out if IP has been disabled on the device
` [PATCH net 6/6] netfilter: nft_fib: allow from forward/input without iif selector

[PATCH] fix json output format for IPSET_OPT_IP
 2024-05-23  8:37 UTC  (3+ messages)

[PATCH bpf-next v4 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-05-22 22:10 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

[PATCH v5 36/68] selftests/net: Drop define _GNU_SOURCE
 2024-05-22  0:57 UTC 

[PATCH nf v2] netfilter: nft_fib: allow from forward/input without iif selector
 2024-05-21 14:25 UTC 

[PATCH bpf-next v2 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-21 13:21 UTC  (12+ messages)
` [PATCH bpf-next v2 1/4] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH bpf-next v2 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
` [PATCH bpf-next v2 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
` [PATCH bpf-next v2 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc

[PATCH v3 0/2] netfilter: nfqueue: incorrect sctp checksum
 2024-05-21 12:58 UTC  (11+ messages)

[PATCH bpf-next v3 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-05-20 23:52 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

[PATCH net-next] netfilter: nft_fib: allow from forward/input without iif selector
 2024-05-20 13:33 UTC  (5+ messages)

[PATCH] netfilter: ipset: Add list flush to cancel_gc
 2024-05-20  9:53 UTC  (2+ messages)

[PATCH bpf-next 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-17 19:54 UTC  (4+ messages)
` [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc

[RFC PATCH v1 00/10] Socket type control for Landlock
 2024-05-17 15:24 UTC  (10+ messages)
` [RFC PATCH v1 01/10] landlock: Support socket access-control
` [RFC PATCH v1 03/10] selftests/landlock: Create 'create' test

[PATCH 0/2] Forbid illegitimate binding via listen(2)
 2024-05-17 15:22 UTC  (5+ messages)
` [PATCH 1/2] landlock: Add hook on socket_listen()

[iptables PATCH] extensions: libxt_sctp: Add an extra assert()
 2024-05-17 13:25 UTC 

[PATCH v2 0/7] Dynamic hook interface binding
 2024-05-17 13:06 UTC  (8+ messages)
` [PATCH v2 1/7] netfilter: nf_tables: Store user-defined hook ifname
` [PATCH v2 2/7] netfilter: nf_tables: Relax hook interface binding
` [PATCH v2 3/7] netfilter: nf_tables: Report active interfaces to user space
` [PATCH v2 4/7] netfilter: nf_tables: Dynamic hook interface binding
` [PATCH v2 5/7] netfilter: nf_tables: Correctly handle NETDEV_RENAME events
` [PATCH v2 6/7] netfilter: nf_tables: Add notications for hook changes
` [PATCH v2 7/7] selftests: netfilter: Torture nftables netdev hooks

tcpwrite question
 2024-05-16 19:58 UTC 

tcpwrite question
 2024-05-16 19:49 UTC 

[PATCH nft 0/3] vlan support updates
 2024-05-16 11:26 UTC  (4+ messages)
` [PATCH nft 1/3] evaluate: bogus protocol conflicts in vlan with implicit dependencies
` [PATCH nft 2/3] tests: shell: add vlan double tagging match simple test case
` [PATCH nft 3/3] tests: shell: add vlan mangling "


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 read-only IMAP folder(s) and NNTP newsgroup(s).