netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-19 18:19:54 to 2023-06-29 12:17:07 UTC [more...]

[PATCH bpf-next 0/7] Support defragmenting IPv(4|6) packets in BPF
 2023-06-29 12:16 UTC  (18+ messages)
` [PATCH bpf-next 1/7] tools: libbpf: add netfilter link attach helper
` [PATCH bpf-next 2/7] selftests/bpf: Add bpf_program__attach_netfilter helper test
` [PATCH bpf-next 3/7] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next 4/7] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next 5/7] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next 6/7] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 7/7] bpf: selftests: Add defrag selftests

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

[PATCH v3] ipvs: increase ip_vs_conn_tab_bits range for 64BIT
 2023-06-29  6:02 UTC  (3+ messages)

[PATCH v11 00/12] Network support for Landlock
 2023-06-27 19:48 UTC  (32+ 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 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support

[nft PATCH] tests: py: Document JSON mode in README
 2023-06-27 16:27 UTC  (2+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2023-06-27 11:00 UTC  (8+ messages)
` [PATCH net 1/6] lib/ts_bm: reset initial match offset for every block of text
` [PATCH net 2/6] netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
` [PATCH net 3/6] linux/netfilter.h: fix kernel-doc warnings
` [PATCH net 4/6] netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value
` [PATCH net 5/6] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH net 6/6] netfilter: nf_tables: fix underflow in chain reference counter

Fwd: High cpu usage caused by kernel process when upgraded to linux 5.19.17 or later
 2023-06-27 10:19 UTC  (6+ messages)
`  "

[PATCH net-next 0/8] Netfilter/IPVS updates for net-next
 2023-06-26 20:10 UTC  (10+ messages)
` [PATCH net-next 1/8] ipvs: increase ip_vs_conn_tab_bits range for 64BIT
` [PATCH net-next 2/8] ipvs: dynamically limit the connection hash table
` [PATCH net-next 3/8] netfilter: nft_payload: rebuild vlan header when needed
` [PATCH net-next 4/8] netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_test
` [PATCH net-next 5/8] netfilter: nf_tables: permit update of set size
` [PATCH net-next 6/8] netfilter: snat: evict closing tcp entries on reply tuple collision
` [PATCH net-next 7/8] netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESET
` [PATCH net-next 8/8] netfilter: nf_tables: limit allowed range via nla_policy

[PATCH -stable,5.10 0/3] stable fixes for 5.10
 2023-06-26 15:27 UTC  (5+ messages)
` [PATCH -stable,5.10 1/3] netfilter: nftables: statify nft_parse_register()
` [PATCH -stable,5.10 2/3] netfilter: nf_tables: validate registers coming from userspace
` [PATCH -stable,5.10 3/3] netfilter: nf_tables: hold mutex on netns pre_exit path

[PATCH net] netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value
 2023-06-26 15:19 UTC  (3+ messages)

[PATCH net-next] linux/netfilter.h: fix kernel-doc warnings
 2023-06-26 15:17 UTC  (3+ messages)

[PATCH nf v2] netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
 2023-06-26 15:16 UTC  (3+ messages)

[PATCH nf v2] lib/ts_bm: reset initial match offset for every block of text
 2023-06-26 15:16 UTC  (2+ messages)

Kernel oops with netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
 2023-06-26  5:22 UTC  (2+ messages)

[PATCH nf 1/2] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
 2023-06-25 22:42 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: fix underflow in chain reference counter

Linux netfilter / iptables : How to enable iptables TRACE chain handling with nf_log_syslog on RHEL8+?
 2023-06-25 18:35 UTC  (4+ messages)

[ulogd2 PATCH] Makefile: Create LZMA-compressed dist-files
 2023-06-25  8:48 UTC  (2+ messages)

ipset hash:net:port:net
 2023-06-23 18:30 UTC  (2+ messages)

[iptables PATCH 0/4] Implement a best-effort forward compat solution
 2023-06-23 16:52 UTC  (7+ messages)
` [iptables PATCH 3/4] Add --compat option to *tables-nft and *-nft-restore commands

[PATCH 06/11] sysctl: Add size to register_net_sysctl function
 2023-06-23 14:21 UTC  (10+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[nft PATCH 0/4] cli: Make valgrind (kind of) happy
 2023-06-22 15:46 UTC  (5+ messages)
` [nft PATCH 1/4] main: Make 'buf' variable branch-local
` [nft PATCH 2/4] main: Call nft_ctx_free() before exiting
` [nft PATCH 3/4] cli: Make cli_init() return to caller
` [nft PATCH 4/4] tests: shell: Introduce valgrind mode

[PATCH] netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value
 2023-06-22 14:43 UTC  (8+ messages)

[PATCH net,v3 00/14] Netfilter/IPVS fixes for net
 2023-06-22 14:30 UTC  (16+ messages)
` [PATCH net 01/14] ipvs: align inner_mac_header for encapsulation
` [PATCH net 02/14] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH net 03/14] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH net 04/14] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH net 05/14] netfilter: nft_set_pipapo: .walk does not deal with generations
` [PATCH net 06/14] netfilter: nf_tables: fix underflow in object reference counter
` [PATCH net 07/14] netfilter: nf_tables: disallow element updates of bound anonymous sets
` [PATCH net 08/14] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH net 09/14] netfilter: nf_tables: reject unbound chain "
` [PATCH net 10/14] netfilter: nf_tables: disallow updates of anonymous sets
` [PATCH net 11/14] netfilter: nf_tables: disallow timeout for "
` [PATCH net 12/14] netfilter: nf_tables: drop module reference after updating chain
` [PATCH net 13/14] netfilter: nfnetlink_osf: fix module autoload
` [PATCH net 14/14] netfilter: nf_tables: Fix for deleting base chains with payload

[PATCH nf-next] netfilter: nf_tables: limit allowed range via nla_policy
 2023-06-21 19:11 UTC 

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-06-21 18:47 UTC  (8+ messages)

vs conntrack changes TCP ports mid-stream
 2023-06-21 18:26 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
 2023-06-21 15:52 UTC  (3+ messages)

[nft PATCH] cli: Make valgrind happy
 2023-06-21 14:49 UTC  (4+ messages)

[PATCH nft] src: avoid IPPROTO_MAX for array definitions
 2023-06-21 14:41 UTC  (4+ messages)

[iptables PATCH] iptables: Fix handling of non-existent chains
 2023-06-21 11:53 UTC  (2+ messages)

[iptables PATCH] iptables: Fix setting of ipv6 counters
 2023-06-21 11:52 UTC  (2+ messages)

[lvc-project] [PATCH] netfilter: ebtables: remove unnecessary NULL check
 2023-06-21 10:49 UTC  (4+ messages)

[PATCH] netfilter: Don't parse CTCP message if shorter than minimum length
 2023-06-21  8:44 UTC  (2+ messages)

[PATCH nf,v3 01/14] netfilter: nf_tables: fix chain binding transaction logic
 2023-06-20 22:41 UTC 

[PATCH] netfilter: ipset: Replace strlcpy with strscpy
 2023-06-20 20:28 UTC  (2+ messages)

[PATCH nf-next v2] lib/ts_bm: add helper to reduce indentation and improve readability
 2023-06-20 18:11 UTC 

[PATCH nf-next] lib/ts_bm: add helper to reduce indentation and improve readability
 2023-06-20 18:10 UTC  (2+ messages)

[PATCH net 00/14,v2] Netfilter/IPVS fixes for net
 2023-06-20 17:00 UTC  (16+ messages)
` [PATCH net 01/14] ipvs: align inner_mac_header for encapsulation
` [PATCH net 02/14] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH net 03/14] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH net 04/14] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH net 05/14] netfilter: nft_set_pipapo: .walk does not deal with generations
` [PATCH net 06/14] netfilter: nf_tables: fix underflow in object reference counter
` [PATCH net 07/14] netfilter: nf_tables: disallow element updates of bound anonymous sets
` [PATCH net 08/14] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH net 09/14] netfilter: nf_tables: reject unbound chain "
` [PATCH net 10/14] netfilter: nf_tables: disallow updates of anonymous sets
` [PATCH net 11/14] netfilter: nf_tables: disallow timeout for "
` [PATCH net 12/14] netfilter: nf_tables: drop module reference after updating chain
` [PATCH net 13/14] netfilter: nfnetlink_osf: fix module autoload
` [PATCH net 14/14] netfilter: nf_tables: Fix for deleting base chains with payload

[PATCH nft 0/6] Misc parser fixes
 2023-06-20 16:02 UTC  (8+ messages)
` [PATCH nft 1/6] json: dccp: remove erroneous const qualifier
` [PATCH nft 2/6] evaluate: do not abort when prefix map has non-map element
` [PATCH nft 3/6] parser: don't assert on scope underflows
` [PATCH nft 4/6] parser: reject zero-length interface names
` [PATCH nft 5/6] parser: reject zero-length interface names in flowtables
` [PATCH nft 6/6] ct timeout: fix 'list object x' vs. 'list objects in table' confusion

[nf PATCH] netfilter: nf_tables: Fix for deleting base chains with payload
 2023-06-20 14:15 UTC  (5+ messages)

[PATCH nft] json: add inner payload support
 2023-06-20 11:58 UTC 

CFS for Netdev 0x17 open!
 2023-06-20 11:21 UTC 

[PATCH nf-next] lib/ts_bm: add helper to reduce indentation and improve readability
 2023-06-20 11:14 UTC  (3+ messages)

[PATCH nft] src: add json support for last statement
 2023-06-20 10:33 UTC 

[PATCH nft] cache: include set elements in "nft set list"
 2023-06-20  0:13 UTC  (3+ messages)

[PATCH net 00/14] Netfilter/IPVS fixes for net
 2023-06-19 21:04 UTC  (6+ messages)
` [PATCH net 02/14] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH net 08/14] netfilter: nf_tables: reject unbound anonymous set before commit phase


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