netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-17 12:43:15 to 2021-06-02 12:44:41 UTC [more...]

[PATCH net 0/2] Netfilter fixes for net
 2021-06-02 12:44 UTC  (3+ messages)
` [PATCH net 1/2] netfilter: nft_ct: skip expectations for confirmed conntrack
` [PATCH net 2/2] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches

[PATCH nft] json: fix parse of flagcmp expression
 2021-06-02 11:39 UTC 

[PATCH nft] json: fix base chain output
 2021-06-02 11:37 UTC 

[syzbot] WARNING in idr_get_next
 2021-06-02 11:20 UTC  (5+ messages)

[PATCH] netfilter: conntrack: remove the repeated declaration
 2021-06-02 10:40 UTC  (3+ messages)

[PATCH nf-next] netfilter: nftables: add nf_ct_pernet() helper function
 2021-06-02 10:39 UTC 

[PATCH net-next 00/16] Netfilter updates for net-next
 2021-06-02  0:40 UTC  (18+ messages)
` [PATCH net-next 01/16] netfilter: nft_exthdr: Support SCTP chunks
` [PATCH net-next 02/16] netfilter: nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR state
` [PATCH net-next 03/16] netfilter: add and use nft_set_do_lookup helper
` [PATCH net-next 04/16] netfilter: nf_tables: prefer direct calls for set lookups
` [PATCH net-next 05/16] netfilter: Remove leading spaces in Kconfig
` [PATCH net-next 06/16] netfilter: x_tables: improve limit_mt scalability
` [PATCH net-next 07/16] netfilter: xt_CT: Remove redundant assignment to ret
` [PATCH net-next 08/16] netfilter: use nfnetlink_unicast()
` [PATCH net-next 09/16] netfilter: x_tables: reduce xt_action_param by 8 byte
` [PATCH net-next 10/16] netfilter: reduce size of nf_hook_state on 32bit platforms
` [PATCH net-next 11/16] netfilter: nf_tables: add and use nft_sk helper
` [PATCH net-next 12/16] netfilter: nf_tables: add and use nft_thoff helper
` [PATCH net-next 13/16] netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()
` [PATCH net-next 14/16] netfilter: nf_tables: remove xt_action_param from nft_pktinfo
` [PATCH net-next 15/16] netfilter: nft_set_pipapo_avx2: fix up description warnings
` [PATCH net-next 16/16] netfilter: fix clang-12 fmt string warnings

[PATCH nf-next 0/2] netfilter: new hook nfnl subsystem
 2021-06-01 16:21 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: annotate nf_tables base hook ops
` [PATCH nf-next 2/2] netfilter: add new hook nfnl subsystem

[ebtables PATCH 1/2] ebtables.h: restore KERNEL_64_USERSPACE_32 checks
 2021-06-01 14:50 UTC  (8+ messages)
` [ebtables PATCH 2/2] configure.ac: add option --enable-kernel-64-userland-32

[PATCH ipset,v2] add ipset to nftables translation infrastructure
 2021-06-01 11:31 UTC 

[PATCH ipset 1/3] lib: split parser from command execution
 2021-05-31 22:18 UTC  (3+ messages)
` [PATCH ipset 2/3] lib: Detach restore routine from parser
` [PATCH ipset 3/3] add ipset to nftables translation infrastructure

[PATCH RFC libnetfilter_queue 0/1] Eliminate packet copy when constructing struct pkt_buff
 2021-05-31  3:11 UTC  (2+ messages)

[PATCH nf-next 1/3,v3] netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
 2021-05-30 22:08 UTC  (3+ messages)
` [PATCH nf-next 2/3,v3] netfilter: nf_tables: remove nft_ctx_init_from_elemattr()
` [PATCH nf-next 3/3] netfilter: nf_tables: remove nft_ctx_init_from_setattr()

[PATCH nf-next,v2 1/3] netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
 2021-05-29 23:29 UTC  (3+ messages)
` [PATCH nf-next,v2 2/3] netfilter: nf_tables: remove nft_ctx_init_from_elemattr()
` [PATCH nf-next,v2 3/3] netfilter: nf_tables: remove nft_ctx_init_from_setattr()

[PATCH nf-next 1/3] netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
 2021-05-29 22:28 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nf_tables: remove nft_ctx_init_from_elemattr()
` [PATCH nf-next 3/3] netfilter: nf_tables: remove nft_ctx_init_from_setattr()

[PATCH nf-next] netfilter: nft_compat: fix bridge family target evaluation
 2021-05-29 20:16 UTC  (2+ messages)

[PATCH nf-next] netfilter: fix clang-12 fmt string warnings
 2021-05-29 16:53 UTC 

[PATCH nf-next] netfilter: nft_set_pipapo_avx2: fix up description warnings
 2021-05-29 16:50 UTC 

[nf-next:master 14/14] net/netfilter/nft_compat.c:113:10: warning: address of 'xt.hotdrop' will always evaluate to 'true'
 2021-05-29  5:28 UTC 

[nf-next:master 4/14] net/netfilter/nft_set_pipapo.c:412:6: error: static declaration of 'nft_pipapo_lookup' follows non-static declaration
 2021-05-28 22:52 UTC  (3+ messages)

rebasing nf-next
 2021-05-28 19:10 UTC 

[PATCH conntrackd] cthelper: fix overlapping queue numbers in example file
 2021-05-28 12:37 UTC 

[PATCH nf] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
 2021-05-28 11:45 UTC 

[PATCH conntrackd,v2 1/2] cthelper: Set up userspace helpers when daemon starts
 2021-05-28 11:43 UTC  (2+ messages)
` [PATCH conntrackd,v2 2/2] doc: manual: Document userspace helper configuration at daemon startup

[PATCH nf-next 0/6] netfilter: reduce size of core data structures
 2021-05-28 10:58 UTC  (8+ messages)
` [PATCH nf-next 1/6] netfilter: x_tables: reduce xt_action_param by 8 byte
` [PATCH nf-next 2/6] netfilter: reduce size of nf_hook_state on 32bit platforms
` [PATCH nf-next 3/6] netfilter: nf_tables: add and use nft_sk helper
` [PATCH nf-next 4/6] netfilter: nf_tables: add and use nft_thoff helper
` [PATCH nf-next 5/6] netfilter: nft_set_pktinfo_unspec: remove unused arg
` [PATCH nf-next 6/6] netfilter: nf_tables: remove xt_action_param from nft_pktinfo

[PATCH] netfilter: conntrack: add new sysctl to disable RST check
 2021-05-28  9:15 UTC  (6+ messages)

[PATCH nf] MAINTAINERS: netfilter: add irc channel
 2021-05-28  8:48 UTC 

[PATCH net 0/5] Netfilter/IPVS fixes for net
 2021-05-27 23:00 UTC  (7+ messages)
` [PATCH net 1/5] netfilter: conntrack: unregister ipv4 sockopts on error unwind
` [PATCH net 2/5] netfilter: nf_tables: missing error reporting for not selected expressions
` [PATCH net 3/5] netfilter: nf_tables: extended netlink error reporting for chain type
` [PATCH net 4/5] netfilter: nf_tables: fix table flag updates
` [PATCH net 5/5] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service

[PATCH conntrackd] cthelper: Set up userspace helpers when daemon starts
 2021-05-27 22:33 UTC  (2+ messages)
` [PATCH conntrackd] doc: manual: Document userspace helper configuration at daemon startup

[PATCH conntrackd] cthelper: Set up userspace helpers when daemon starts
 2021-05-27 21:32 UTC 

[PATCH RFC libnetfilter_queue 1/1] Eliminate packet copy when constructing struct pkt_buff
 2021-05-27 20:23 UTC  (4+ messages)
` [PATCH libnetfilter_queue v2 0/1] Speed-up
` [PATCH libnetfilter_queue v2 1/1] Eliminate packet copy when constructing struct pkt_buff

[PATCH nf,v2] netfilter: nft_ct: skip expectations for confirmed conntrack
 2021-05-27 19:54 UTC 

[PATCH nf-next,v3] netfilter: use nfnetlink_unicast()
 2021-05-27 19:24 UTC 

[PATCH net-next] netfilter: x_tables: improve limit_mt scalability
 2021-05-27 18:19 UTC  (2+ messages)

[PATCH] netfilter: Remove redundant assignment to ret
 2021-05-27 18:12 UTC  (2+ messages)

[ulogd2 PATCH] ulogd: printpkt: print pkt mark like kernel
 2021-05-27 18:07 UTC  (2+ messages)

[PATCH nft 0/6] nftables: add --optimize support
 2021-05-27 15:43 UTC  (7+ messages)
` [PATCH nft 1/6] src: add proto ctx options
` [PATCH nft 2/6] src: allow to turn off dependency removal
` [PATCH nft 3/6] main: add -O help to dump list of supported optimzation flags
` [PATCH nft 4/6] evaluate: optionally kill anon sets with one element
` [PATCH nft 5/6] tests: add test case for -O no-remove-dependencies
` [PATCH nft 6/6] tests: add test case for removal of anon sets with only a single element

[PATCH nf-next,v2] netfilter: use nfnetlink_unicast()
 2021-05-27 12:36 UTC 

[PATCH net] ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
 2021-05-27 11:07 UTC  (3+ messages)

[PATCH-v2] netfilter: conntrack: add new sysctl to disable RST check
 2021-05-27  7:19 UTC 

[PATCH] Disable RST seq number check when tcp_be_liberal is greater 1
 2021-05-26  9:21 UTC  (3+ messages)

[ANNOUNCE] nftables 0.9.9 release
 2021-05-25 21:19 UTC 

[PATCH nf-next v2 0/4] netfilter: add hook dump feature
 2021-05-25 20:51 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: allow to dump all registered base hooks
` [PATCH nf-next 2/4] netfilter: nf_tables: include function and module name in hook dumps
` [PATCH nf-next 3/4] netfilter: annotate nf_tables base hook ops
` [PATCH nf-next 4/4] netfilter: nf_tables: include table and chain name when dumping hooks

[ANNOUNCE] libnftnl 1.2.0 release
 2021-05-25 11:56 UTC 

[PATCH nftables] evaluate: allow == and != in the new shortcut syntax to match for flags
 2021-05-24 20:08 UTC  (2+ messages)
` [PATCH nftables] expression: display an error on unknown datatype

[PATCH nf] netfilter: nf_tables: fix table flag updates
 2021-05-24 15:11 UTC 

[syzbot] memory leak in ip_vs_add_service
 2021-05-24 14:33 UTC 

[nftables PATCH] files: improve secmark.nft example
 2021-05-24 14:33 UTC  (2+ messages)

[PATCH nf-next 0/4] netfilter: add hook dump feature
 2021-05-23 21:36 UTC  (11+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: allow to dump all registered base hooks
` [PATCH nf-next 2/4] netfilter: nf_tables: include function and module name in hook dumps
` [PATCH nf-next 3/4] netfilter: annotate nf_tables base hook ops
` [PATCH nf-next 4/4] netfilter: nf_tables: include table and chain name when dumping hooks

linux-next: Fixes tag needs some work in the netfilter tree
 2021-05-23  2:38 UTC 

[PATCH nft 0/3] hook dump support
 2021-05-21 22:43 UTC  (5+ messages)
` [PATCH nft 1/3] scanner: add list cmd parser scope
` [PATCH nft 2/3] src: add support for base hook dumping
` [PATCH nft 3/3] doc: add LISTING section

[PATCH v26 07/25] LSM: Use lsmblob in security_secctx_to_secid
 2021-05-21 20:19 UTC  (8+ messages)
` [PATCH v26 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v26 18/25] LSM: security_secid_to_secctx in netlink netfilter

[PATCH nf,v2] netfilter: nftables: accept all dummy chain when table is dormant
 2021-05-21  9:28 UTC  (6+ messages)

[PATCH] Avoid potentially erroneos RST drop
 2021-05-21  8:00 UTC  (6+ messages)

mmotm 2021-05-19-23-58 uploaded (net/netfilter/nft_set_pipapo_avx2.c)
 2021-05-21  1:04 UTC  (3+ messages)

linux-next: manual merge of the netfilter-next tree with the net tree
 2021-05-20 23:40 UTC  (4+ messages)

[PATCH nf] netfilter: nft_ct: skip unconfirmed helper extension for unconfirmed conntrack
 2021-05-20 21:57 UTC 

warning splat in nftables ct expect
 2021-05-20 21:55 UTC  (3+ messages)

[nft PATCH] expr_postprocess: Avoid an unintended fall through
 2021-05-20 13:14 UTC 

[PATCH nf] netfilter: conntrack: improve RST handling when tuple is re-used
 2021-05-20 10:53 UTC 

[PATCH nf] netfilter: nf_tables: extended netlink error reporting for chain type
 2021-05-19 21:13 UTC 

[PATCH nftables] rule: skip exact matches on fuzzy lookup
 2021-05-19 21:07 UTC 

[PATCH nftables] cmd: typo in chain fuzzy lookup
 2021-05-19 21:07 UTC 

[PATCH] libnftables: location-based error reporting for chain type
 2021-05-19 21:07 UTC 

[PATCH nf] netfilter: nf_tables: missing error reporting for not selected expressions
 2021-05-19 11:42 UTC 

[nft PATCH] doc: nft.8: Extend monitor description by trace
 2021-05-19 11:29 UTC 

[PATCH nftables] doc: document cgroupv2
 2021-05-19  9:20 UTC 

[PATCH nf] netfilter: nftables: accept all dummy chain when table is dormant
 2021-05-19  9:07 UTC  (6+ messages)

[PATCH nf-next] nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR state
 2021-05-18 18:27 UTC  (4+ messages)

[PATCH] netfilter: Remove leading spaces in Kconfig
 2021-05-18 16:20 UTC  (2+ messages)

[PATCH nf-next 0/2] nf_tables: avoid retpoline overhead on set lookups
 2021-05-18 16:02 UTC  (2+ messages)

[net-next PATCH] net: netfilter: nft_exthdr: Support SCTP chunks
 2021-05-18 16:01 UTC  (2+ messages)

[PATCH nftables,v2] datatype: skip cgroupv2 rootfs in listing
 2021-05-18 12:38 UTC 

[PATCH nftables 1/2] src: use PRIu64 format
 2021-05-18 12:34 UTC  (2+ messages)
` [PATCH nftables 2/2] datatype: skip cgroupv2 rootfs in listing

[syzbot] WARNING in __nf_unregister_net_hook (4)
 2021-05-17 14:10 UTC  (8+ messages)

[PATCH nf-next] netfilter: use nfnetlink_unicast()
 2021-05-17 12:43 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).