netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-01 19:07:38 to 2023-07-13 01:22:42 UTC [more...]

[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-13  1:22 UTC  (9+ messages)
` [PATCH bpf-next v4 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v4 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v4 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v4 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v4 6/6] bpf: selftests: Add defrag selftests

[PATCH iptables] nft-bridge: pass context structure to ops->add() to improve anonymous set support
 2023-07-12 17:13 UTC  (4+ messages)

[PATCH v2] netfilter: conntrack: validate cta_ip via parsing
 2023-07-12 13:32 UTC 

[PATCH v1] netfilter: conntrack: validate cta_ip via parsing
 2023-07-12 13:26 UTC  (3+ messages)

[PATCH v9 00/12] Network support for Landlock
 2023-07-12 11:30 UTC  (14+ messages)
      ` [PATCH v9 00/12] Network support for Landlock - allowed list of protocols

[PATCH v11 00/12] Network support for Landlock
 2023-07-12  9:57 UTC  (56+ messages)
` [PATCH v11 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v11 04/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v11 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
  ` [PATCH v11.1] "
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support

[PATCH -stable,5.10,v2 00/11] stable fixes for 5.10
 2023-07-12  8:19 UTC  (15+ messages)
` [PATCH -stable,5.10,v2 01/11] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH -stable,5.10,v2 02/11] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH -stable,5.10,v2 03/11] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH -stable,5.10,v2 04/11] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH -stable,5.10,v2 05/11] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH -stable,5.10,v2 06/11] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH -stable,5.10,v2 07/11] netfilter: nf_tables: reject unbound chain "
` [PATCH -stable,5.10,v2 08/11] netfilter: nftables: rename set element data activation/deactivation functions
` [PATCH -stable,5.10,v2 09/11] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH -stable,5.10,v2 10/11] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH -stable,5.10,v2 11/11] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH 1/1] xt_asn: add matching dump [query] utility
 2023-07-11 19:48 UTC 

[ANNOUNCE] libnftnl 1.2.6 release
 2023-07-11 16:58 UTC 

[PATCH 1/1] xt_asn: support quiet mode
 2023-07-11 16:06 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-11  0:37 UTC  (11+ messages)
` [PATCH bpf-next v3 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v3 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v3 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v3 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v3 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v3 6/6] bpf: selftests: Add defrag selftests

linux-next: branches to be removed
 2023-07-10 23:04 UTC  (10+ messages)

ebtables-nft can't delete complex rules by specifying complete rule with kernel 6.3+
 2023-07-10 19:18 UTC  (8+ messages)

[nft PATCH] nftables: add flag for nft context to avoid blocking getaddrinfo()
 2023-07-10 17:58 UTC  (2+ messages)

[PATCH net-next] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
 2023-07-10 17:30 UTC  (4+ messages)

[nft PATCH 0/4] libnftables: minor cleanups initalizing nf_sock instance of nft_ctx
 2023-07-10 16:22 UTC  (6+ messages)
` [nft PATCH 1/4] libnftables: always initialize netlink socket in nft_ctx_new()
` [nft PATCH 2/4] libnftables: drop unused argument nf_sock from nft_netlink()
` [nft PATCH 3/4] libnftables: inline creation of nf_sock in nft_ctx_new()
` [nft PATCH 4/4] libnftables: drop check for nf_sock in nft_ctx_free()

[PATCH 1/1] xt_asn: fix download script
 2023-07-10  4:37 UTC 

[PATCH nft] evaluate: place byteorder conversion before rshift
 2023-07-07 22:02 UTC 

[PATCH bpf-next v2 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-07 10:09 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v2 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v2 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v2 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v2 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v2 6/6] bpf: selftests: Add defrag selftests

Fwd: High cpu usage caused by kernel process when upgraded to linux 5.19.17 or later
 2023-07-06 16:33 UTC  (7+ messages)
              `  "

[PATCH nft] netlink_linearize: use div_round_up in byteorder length
 2023-07-06 15:04 UTC  (2+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2023-07-06  9:20 UTC  (9+ messages)
` [PATCH net 1/6] netfilter: nf_tables: report use refcount overflow
` [PATCH net 2/6] netfilter: conntrack: gre: don't set assured flag for clash entries
` [PATCH net 3/6] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
` [PATCH net 4/6] netfilter: conntrack: don't fold port numbers into addresses before hashing
` [PATCH net 5/6] netfilter: nf_tables: do not ignore genmask when looking up chain by id
` [PATCH net 6/6] netfilter: nf_tables: prevent OOB access in nft_byteorder_eval

[PATCH] netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
 2023-07-05 22:56 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH -stable,5.15 0/2] stable fixes for 5.15
 2023-07-05 22:56 UTC  (6+ messages)
` [PATCH -stable,5.15 1/2] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH -stable,5.15 2/2] netfilter: nf_tables: unbind non-anonymous set if rule construction fails

[PATCH -stable,4.14 0/3] stable fixes for 4.14
 2023-07-05 16:56 UTC  (4+ messages)
` [PATCH -stable,4.14 1/3] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH -stable,4.14 2/3] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH -stable,4.14 3/3] netfilter: nf_tables: unbind non-anonymous set if rule construction fails

[PATCH -stable,4.19 00/10] stable fixes for 4.19
 2023-07-05 16:55 UTC  (11+ messages)
` [PATCH -stable,4.19 01/10] netfilter: nf_tables: fix nat hook table deletion
` [PATCH -stable,4.19 02/10] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH -stable,4.19 03/10] netfilter: nftables: add helper function to set the base sequence number
` [PATCH -stable,4.19 04/10] netfilter: add helper function to set up the nfnetlink header and use it
` [PATCH -stable,4.19 05/10] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH -stable,4.19 06/10] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH -stable,4.19 07/10] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH -stable,4.19 08/10] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH -stable,4.19 09/10] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH -stable,4.19 10/10] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH -stable,5.4 00/10] stable fixes for 5.4
 2023-07-05 16:54 UTC  (11+ messages)
` [PATCH -stable,5.4 01/10] netfilter: nf_tables: fix nat hook table deletion
` [PATCH -stable,5.4 02/10] netfilter: nftables: add helper function to set the base sequence number
` [PATCH -stable,5.4 03/10] netfilter: add helper function to set up the nfnetlink header and use it
` [PATCH -stable,5.4 04/10] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH -stable,5.4 05/10] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH -stable,5.4 06/10] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH -stable,5.4 07/10] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH -stable,5.4 08/10] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH -stable,5.4 09/10] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH -stable,5.4 10/10] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH -stable,5.10 00/10] stable fixes for 5.10
 2023-07-05 14:33 UTC  (13+ messages)
` [PATCH -stable,5.10 01/10] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH -stable,5.10 02/10] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH -stable,5.10 03/10] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH -stable,5.10 04/10] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH -stable,5.10 05/10] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH -stable,5.10 06/10] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH -stable,5.10 07/10] netfilter: nf_tables: reject unbound chain "
` [PATCH -stable,5.10 08/10] netfilter: nftables: rename set element data activation/deactivation functions
` [PATCH -stable,5.10 09/10] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH -stable,5.10 10/10] netfilter: nf_tables: unbind non-anonymous set if rule construction fails

[PATCH nf] netfilter: conntrack: gre: don't set assured flag for clash entries
 2023-07-05 12:37 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: do not ignore genmask when looking up chain by id
 2023-07-05 12:16 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nf_tables: report use refcount overflow
 2023-07-04 22:52 UTC 

Loan/Investment offer
 2023-07-04  8:10 UTC 

[nft PATCH 0/4] cli: Make valgrind (kind of) happy
 2023-07-04 11:04 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: don't fold port numbers into addresses before hashing
 2023-07-04 10:25 UTC 

[PATCH nft] expression: define .clone for catchall set element
 2023-07-04  8:33 UTC  (2+ messages)
` [PATCH nft] tests: shell: refcount memleak in map rhs with timeouts

Słowa kluczowe do wypozycjonowania
 2023-07-04  8:05 UTC 

[PATCH nf v2] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 15:22 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 14:42 UTC  (7+ messages)

[PATCH nf] netfilter: nf_tables: report use refcount overflow
 2023-07-03 12:54 UTC 


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