netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-16 17:45:07 to 2022-03-30 15:59:04 UTC [more...]

[iptables PATCH 0/9] extensions: Merge *_DNAT and *_REDIRECT
 2022-03-30 15:58 UTC  (2+ messages)
` [iptables PATCH 2/9] Revert "libipt_[SD]NAT: avoid false error about multiple destinations specified"

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-30  3:51 UTC  (31+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 3/9] net: mlx5: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "
` [PATCH 6/9] usb: gadget: "
` [PATCH 7/9] usb: usbip: "
` [PATCH 8/9] x86/crypto: "
` [PATCH 9/9] testmmiotrace: "
` (subset) [PATCH 0/9] treewide: "

Support for loading firewall rules with cgroup(v2) expressions early
 2022-03-30  2:53 UTC  (8+ messages)

[PATCH] netfilter: bitwise: fix reduce comparison
 2022-03-29 21:36 UTC  (3+ messages)
` [nf PATCH v2] netfilter: bitwise: fix reduce comparisons

[libnfnetlink PATCH 1/2] include: Silence gcc warning in linux_list.h
 2022-03-29 21:28 UTC  (4+ messages)
` [libnfnetlink PATCH 2/2] libnfnetlink: Check getsockname() return code

[libnetfilter_conntrack PATCH] expect/conntrack: Avoid spurious covscan overrun warning
 2022-03-29 21:26 UTC  (2+ messages)

[PATCH nft] tests: py: add inet/vmap tests
 2022-03-29 11:58 UTC 

[PATCH nft,v2 1/4] expression: typeof verdict needs verdict datatype
 2022-03-29  9:00 UTC  (4+ messages)
` [PATCH nft,v2 2/4] src: allow to use typeof of raw expressions in set declaration
` [PATCH nft,v2 3/4] src: allow to use integer type header fields via typeof "
` [PATCH nft,v2 4/4] optimize: Restore optimization for raw payload expressions

[PATCH net 0/3] Netfilter fixes for net
 2022-03-28 16:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: egress: Report interface as outgoing
` [PATCH net 2/3] netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
` [PATCH net 3/3] memcg: enable accounting for nft objects

[PATCH nft] expression: typeof verdict needs verdict datatype
 2022-03-28 11:41 UTC 

[PATCH RFC] memcg: Enable accounting for nft objects
 2022-03-28  9:23 UTC  (10+ messages)
  ` [PATCH v2] memcg: enable "
  ` [PATCH v2 RESEND] "

[conntrack-tools PATCH 0/8] Fixes for a recent Coverity tool run
 2022-03-28  8:25 UTC  (10+ messages)
` [conntrack-tools PATCH 1/8] hash: Flush tables when destroying
` [conntrack-tools PATCH 2/8] cache: Fix features array allocation
` [conntrack-tools PATCH 3/8] Fix potential buffer overrun in snprintf() calls
` [conntrack-tools PATCH 4/8] helpers: ftp: Avoid ugly casts
` [conntrack-tools PATCH 5/8] read_config_yy: Drop extra argument from dlog() call
` [conntrack-tools PATCH 6/8] Don't call exit() from signal handler
` [conntrack-tools PATCH 7/8] Drop pointless assignments
` [conntrack-tools PATCH 8/8] connntrack: Fix for memleak when parsing -j arg

[PATCH libnetfilter_queue v4] src: eliminate packet copy when constructing struct pktbuff
 2022-03-28  2:48 UTC 

[PATCH nft] src: allow to use typeof of raw expressions in set declaration
 2022-03-27 20:51 UTC 

[PATCH libnetfilter_queue] examples: fix compiler warning
 2022-03-27  8:31 UTC  (2+ messages)

bug report and future request
 2022-03-24 21:43 UTC  (10+ messages)

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-24 16:19 UTC  (22+ messages)
` [RFC PATCH v4 02/15] landlock: filesystem access mask helpers
` [RFC PATCH v4 03/15] landlock: landlock_find/insert_rule refactoring

[nf-next PATCH] netfilter: nf_log_syslog: Consolidate entry checks
 2022-03-24 15:45 UTC  (2+ messages)

[nf-next PATCH 1/2] netfilter: nf_log_syslog: Merge MAC header dumpers
 2022-03-24 14:34 UTC  (5+ messages)
` [nf-next PATCH 2/2] netfilter: nf_log_syslog: Don't ignore unknown protocols

[nf PATCH] netfilter: egress: Report interface as outgoing
 2022-03-24 14:11 UTC  (2+ messages)

[PATCH nf-next v3 00/16] netfilter: conntrack: remove percpu lists
 2022-03-23 13:22 UTC  (17+ messages)
` [PATCH nf-next v3 01/16] nfnetlink: handle already-released nl socket
` [PATCH nf-next v3 02/16] netfilter: ctnetlink: make ecache event cb global again
` [PATCH nf-next v3 03/16] netfilter: ecache: move to separate structure
` [PATCH nf-next v3 04/16] netfilter: ecache: use dedicated list for event redelivery
` [PATCH nf-next v3 05/16] netfilter: conntrack: split inner loop of list dumping to own function
` [PATCH nf-next v3 06/16] netfilter: conntrack: include ecache dying list in dumps
` [PATCH nf-next v3 07/16] netfilter: conntrack: remove the percpu dying list
` [PATCH nf-next v3 08/16] netfilter: cttimeout: inc/dec module refcount per object, not per use refcount
` [PATCH nf-next v3 09/16] netfilter: nfnetlink_cttimeout: use rcu protection in cttimeout_get_timeout
` [PATCH nf-next v3 10/16] netfilter: cttimeout: decouple unlink and free on netns destruction
` [PATCH nf-next v3 11/16] netfilter: remove nf_ct_unconfirmed_destroy helper
` [PATCH nf-next v3 12/16] netfilter: extensions: introduce extension genid count
` [PATCH nf-next v3 13/16] netfilter: cttimeout: decouple unlink and free on netns destruction
` [PATCH nf-next v3 14/16] netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
` [PATCH nf-next v3 15/16] netfilter: conntrack: remove unconfirmed list
` [PATCH nf-next v3 16/16] netfilter: conntrack: avoid unconditional local_bh_disable

[PATCH] netfilter: ipset: Fix duplicate included ip_set_hash_gen.h
 2022-03-23  9:54 UTC  (4+ messages)
  ` 答复: "

[PATCH 0/1] Reusing mnl socket for bulk ct loads
 2022-03-22 14:25 UTC  (2+ messages)
` [PATCH 1/1] conntrack: use same mnl socket for bulk operations

[PATCH v2] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
 2022-03-22 11:30 UTC  (2+ messages)

[PATCH nft] evaluate: copy field_count for anonymous object maps as well
 2022-03-21 16:14 UTC 

[PATCH net-next 00/19] Netfilter updates for net-next
 2022-03-21 13:20 UTC  (21+ messages)
` [PATCH net-next 01/19] netfilter: conntrack: revisit gc autotuning
` [PATCH net-next 02/19] netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
` [PATCH net-next 03/19] netfilter: nf_tables: do not reduce read-only expressions
` [PATCH net-next 04/19] netfilter: nf_tables: cancel tracking for clobbered destination registers
` [PATCH net-next 05/19] netfilter: nft_ct: track register operations
` [PATCH net-next 06/19] netfilter: nft_lookup: only cancel tracking for clobbered dregs
` [PATCH net-next 07/19] netfilter: nft_meta: extend reduce support to bridge family
` [PATCH net-next 08/19] netfilter: nft_numgen: cancel register tracking
` [PATCH net-next 09/19] netfilter: nft_osf: track register operations
` [PATCH net-next 10/19] netfilter: nft_hash: "
` [PATCH net-next 11/19] netfilter: nft_immediate: cancel register tracking for data destination register
` [PATCH net-next 12/19] netfilter: nft_socket: track register operations
` [PATCH net-next 13/19] netfilter: nft_xfrm: "
` [PATCH net-next 14/19] netfilter: nft_tunnel: "
` [PATCH net-next 15/19] netfilter: nft_fib: add reduce support
` [PATCH net-next 16/19] netfilter: nft_exthdr: "
` [PATCH net-next 17/19] netfilter: nf_nat_h323: eliminate anonymous module_init & module_exit
` [PATCH net-next 18/19] netfilter: flowtable: remove redundant field in flow_offload_work struct
` [PATCH net-next 19/19] netfilter: flowtable: pass flowtable to nf_flow_table_iterate()

[PATCH nf,v2] netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
 2022-03-21 10:38 UTC 

[PATCH nf-next] netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
 2022-03-21 10:05 UTC  (4+ messages)

[PATCH] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
 2022-03-20  0:44 UTC  (2+ messages)

[nf-next PATCH] netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
 2022-03-19 23:27 UTC  (3+ messages)

[PATCH nf-next] netfilter: conntrack: revisit gc autotuning
 2022-03-19 22:30 UTC  (2+ messages)

[PATCH] ebtables: fix the 'static' build target
 2022-03-18 22:58 UTC 

"Decoding" ipset error codes
 2022-03-18 19:38 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_conntrack_tcp: skip tracking for offloaded packets
 2022-03-18 15:17 UTC  (2+ messages)

[PATCH nf-next 1/2] netfilter: flowtable: remove redundant field in flow_offload_work struct
 2022-03-18 12:11 UTC  (2+ messages)
` [PATCH nf-next 2/2] netfilter: flowtable: pass flowtable to nf_flow_table_iterate()

[PATCH net 0/3] Netfilter fixes for net
 2022-03-18 11:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: flowtable: Fix QinQ and pppoe support for inet table
` [PATCH net 2/3] netfilter: nf_tables: validate registers coming from userspace
` [PATCH net 3/3] netfilter: nf_tables: initialize registers in nft_do_chain()

[PATCH nf,v2 1/2] netfilter: nf_tables: validate registers coming from userspace
 2022-03-17 13:18 UTC  (4+ messages)
` [PATCH nf,v2 2/2] netfilter: nf_tables: initialize registers in nft_do_chain()

[PATCH nf 1/2] netfilter: nf_tables: registers should not go over NFT_REG32_NUM
 2022-03-17 13:08 UTC  (4+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: initialize registers in nft_do_chain()

[RFC] conntrack event framework speedup
 2022-03-17  9:13 UTC  (8+ messages)

Intermittent performance regression related to ipset between 5.10 and 5.15
 2022-03-16 19:54 UTC 

[iptables PATCH 0/3] Speed up restoring huge rulesets
 2022-03-16 19:13 UTC  (7+ messages)
` [iptables PATCH 1/3] nft: Reject standard targets as chain names when restoring
` [iptables PATCH 2/3] libxtables: Implement notargets hash table
` [iptables PATCH 3/3] libxtables: Boost rule target checks by announcing chain names


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