netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-27 21:35:28 to 2021-03-15 17:49:40 UTC [more...]

[PATCH nf] netfilter: ctnetlink: fix dump of the expect mask attribute
 2021-03-15 17:43 UTC  (2+ messages)

[PATCH v2 0/3] Don't use RCU for x_tables synchronization
 2021-03-15 17:42 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "netfilter: x_tables: Update remaining dereference to RCU"
` [PATCH v2 2/3] Revert "netfilter: x_tables: Switch synchronization "
` [PATCH v2 3/3] netfilter: x_tables: Use correct memory barriers

[PATCH v3 0/8] conntrack: save output format
 2021-03-15 17:18 UTC  (7+ messages)
` [PATCH v3 1/8] conntrack: reset optind in do_parse
` [PATCH v3 3/8] conntrack: per-command entries counters
` [PATCH v3 4/8] conntrack: introduce ct_cmd_list

[PATCH conntrack 1/6] conntrack: pass command object to callbacks
 2021-03-15 16:49 UTC  (6+ messages)
` [PATCH conntrack 2/6] conntrack: pass ct_cmd to nfct_filter_init()
` [PATCH conntrack 3/6] conntrack: pass cmd to nfct_filter()
` [PATCH conntrack 4/6] conntrack: pass cmd to filter nat, mark and network functions
` [PATCH conntrack 5/6] conntrack: move options flag to ct_cmd object
` [PATCH conntrack 6/6] conntrack: add function to print command stats

xtables-addons-3.17 fail build on armv7 with musl libc
 2021-03-12 13:13 UTC  (3+ messages)

[PATCH net-next 00/23] netfilter: flowtable enhancements
 2021-03-12  7:36 UTC  (28+ messages)
` [PATCH net-next 01/23] net: resolve forwarding path from virtual netdevice and HW destination address
` [PATCH net-next 02/23] net: 8021q: resolve forwarding path for vlan devices
` [PATCH net-next 03/23] net: bridge: resolve forwarding path for bridge devices
` [PATCH net-next 04/23] net: bridge: resolve forwarding path for VLAN tag actions in "
` [PATCH net-next 05/23] net: ppp: resolve forwarding path for bridge pppoe devices
` [PATCH net-next 06/23] net: dsa: resolve forwarding path for dsa slave ports
` [PATCH net-next 07/23] netfilter: flowtable: add xmit path types
` [PATCH net-next 08/23] netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
` [PATCH net-next 09/23] netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
` [PATCH net-next 10/23] netfilter: flowtable: add vlan support
` [PATCH net-next 11/23] netfilter: flowtable: add bridge vlan filtering support
` [PATCH net-next 12/23] netfilter: flowtable: add pppoe support
` [PATCH net-next 13/23] netfilter: flowtable: add dsa support
` [PATCH net-next 14/23] selftests: netfilter: flowtable bridge and vlan support
` [PATCH net-next 15/23] netfilter: flowtable: add offload support for xmit path types
` [PATCH net-next 16/23] netfilter: nft_flow_offload: use direct xmit if hardware offload is enabled
` [PATCH net-next 17/23] netfilter: flowtable: bridge vlan hardware offload and switchdev
` [PATCH net-next 18/23] net: flow_offload: add FLOW_ACTION_PPPOE_PUSH
` [PATCH net-next 19/23] netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSH
` [PATCH net-next 20/23] dsa: slave: add support for TC_SETUP_FT
` [PATCH net-next 21/23] net: ethernet: mtk_eth_soc: add support for initializing the PPE
` [PATCH net-next 22/23] net: ethernet: mtk_eth_soc: add flow offloading support
` [PATCH net-next 23/23] net: ethernet: mtk_eth_soc: fix parsing packets in GDM

[conntrack-tools PATCH 1/2] tests: conntrackd: add testcase for missing hashtable buckets and max entries
 2021-03-11 13:35 UTC  (4+ messages)
` [conntrack-tools PATCH 2/2] tests: conntrackd: silence sysctl

[PATCH nft 00/12] move more keywords away from initial scope
 2021-03-11 13:23 UTC  (13+ messages)
` [PATCH nft 01/12] scanner: ct: move to own scope
` [PATCH nft 02/12] scanner: ip: "
` [PATCH nft 03/12] scanner: ip6: "
` [PATCH nft 04/12] scanner: add fib scope
` [PATCH nft 05/12] scanner: add ether scope
` [PATCH nft 06/12] scanner: arp: move to own scope
` [PATCH nft 07/12] scanner: remove saddr/daddr from initial state
` [PATCH nft 08/12] scanner: vlan: move to own scope
` [PATCH nft 09/12] scanner: limit: "
` [PATCH nft 10/12] scanner: quota: "
` [PATCH nft 11/12] scanner: move until,over,used keywords away from init state
` [PATCH nft 12/12] scanner: secmark: move to own scope

[PATCH nft] src: move remaining cache in rule.c function to cache.c
 2021-03-11 12:34 UTC 

[PATCH net-next] netfilter: conntrack: Remove unused variable declaration
 2021-03-11  5:55 UTC 

[PATCH nf] netfilter REJECT: Fix destination MAC in RST packets
 2021-03-11  3:39 UTC  (9+ messages)

[PATCH RFC nf-next 0/2] ct helper object name matching
 2021-03-09 21:24 UTC  (5+ messages)
` [PATCH nf-next 1/2] netfilter: nftables: rename NFT_CT_HELPER to NFT_CT_HELPER_TYPE
` [PATCH nf-next 2/2] netfilter: nftables: add NFT_CT_HELPER_OBJNAME

[libnftnl PATCH 00/10] Kill non-default output leftovers
 2021-03-09 15:45 UTC  (11+ messages)
` [libnftnl PATCH 01/10] expr: Fix snprintf buffer length updates
` [libnftnl PATCH 02/10] obj/ct_expect: "
` [libnftnl PATCH 03/10] obj/ct_timeout: "
` [libnftnl PATCH 04/10] object: Fix for wrong parameter passed to snprintf callback
` [libnftnl PATCH 05/10] expr: Check output type once and for all
` [libnftnl PATCH 06/10] expr/data_reg: Drop output_format parameter
` [libnftnl PATCH 07/10] obj: Drop type parameter from snprintf callback
` [libnftnl PATCH 08/10] Drop pointless local variable in snprintf callbacks
` [libnftnl PATCH 09/10] Get rid of single option switch statements
` [libnftnl PATCH 10/10] ruleset: Eliminate tag and separator helpers

[PATCH nft] nftables: xt: fix misprint in nft_xt_compatible_revision
 2021-03-09 15:26 UTC  (3+ messages)

[PATCH v25 07/25] LSM: Use lsmblob in security_secctx_to_secid
 2021-03-09 14:42 UTC  (5+ messages)
` [PATCH v25 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v25 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v25 16/25] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v25 18/25] LSM: security_secid_to_secctx in netlink netfilter

[libnftnl PATCH 0/5] A few cosmetic changes
 2021-03-09 13:45 UTC  (7+ messages)
` [libnftnl PATCH 1/5] expr/socket: Kill dead code
` [libnftnl PATCH 2/5] expr/tunnel: "
` [libnftnl PATCH 3/5] expr/xfrm: "
` [libnftnl PATCH 4/5] rule: Avoid printing trailing spaces
` [libnftnl PATCH 5/5] expr: data_reg: Reduce indenting level a bit

[PATCH] net: bridge: fix error return code of do_update_counters()
 2021-03-09 13:31 UTC  (3+ messages)

[HEADS UP] bugzilla.netfilter.org is under maintainance
 2021-03-09 13:03 UTC  (2+ messages)

[PATCH] doc: use symbolic names for chain priorities
 2021-03-09 10:53 UTC 

[RFC PATCH] doc: use symbolic names for chain priorities
 2021-03-09 10:47 UTC  (5+ messages)

[PATCH conntrack-tools] conntrackd: set default hashtable buckets and max entries if not specified
 2021-03-09 10:05 UTC  (3+ messages)

[PATCH 0/3] Minor documentation improvements
 2021-03-09  1:43 UTC  (5+ messages)
` [PATCH 1/3] doc: add * to include example to actually include files
` [PATCH 2/3] doc: remove duplicate tables in synproxy example
` [PATCH 3/3] doc: move drop rule on a separate line in blackhole example

[PATCH nft 0/6] scanner rework part 1
 2021-03-08 17:18 UTC  (7+ messages)
` [PATCH nft 1/6] scanner: remove unused tokens
` [PATCH nft 2/6] scanner: introduce start condition stack
` [PATCH nft 3/6] scanner: queue: move to own scope
` [PATCH nft 4/6] scanner: ipsec: "
` [PATCH nft 5/6] scanner: rt: "
` [PATCH nft 6/6] scanner: socket: "

{PATCH nf] x_tables: Allow REJECT targets in PREROUTING chains
 2021-03-08 16:06 UTC  (3+ messages)

[nft PATCH] tests/py: Fix for missing JSON equivalent in any/ct.t.json
 2021-03-08 14:45 UTC 

[nft PATCH] mnl: Set NFTNL_SET_DATA_TYPE before dumping set elements
 2021-03-08 14:42 UTC 

[libnftnl PATCH] set_elem: Fix printing of verdict map elements
 2021-03-08 14:42 UTC 

[libnftnl PATCH] expr/{masq,nat}: Don't print unused regs
 2021-03-08 14:13 UTC 

[nft PATCH] tests/py: Adjust payloads for fixed nat statement dumps
 2021-03-08 14:14 UTC 

[PATCH net 0/9] Netfilter fixes for net
 2021-03-07  1:10 UTC  (13+ messages)
` [PATCH net 1/9] uapi: nfnetlink_cthelper.h: fix userspace compilation error
` [PATCH net 2/9] netfilter: conntrack: Remove a double space in a log message
` [PATCH net 3/9] netfilter: nf_nat: undo erroneous tcp edemux lookup
` [PATCH net 4/9] netfilter: conntrack: avoid misleading 'invalid' in log message
` [PATCH net 5/9] selftests: netfilter: test nat port clash resolution interaction with tcp early demux
` [PATCH net 6/9] netfilter: x_tables: gpf inside xt_find_revision()
` [PATCH net 7/9] netfilter: nftables: disallow updates on table ownership
` [PATCH net 8/9] netfilter: nftables: fix possible double hook unregistration with table owner
` [PATCH net 9/9] netfilter: nftables: bogus check for netlink portID "

[PATCH nft 1/3] parser: squash duplicated spec/specid rules
 2021-03-05 20:16 UTC  (4+ messages)
` [PATCH nft 2/3] parser: compact map RHS type
` [PATCH nft 3/3] parser: compact ct obj list types

[PATCH nft] expression: memleak in verdict_expr_parse_udata()
 2021-03-05 19:37 UTC 

Kernel Error FLOW OFFLOAD on nftables
 2021-03-05 16:20 UTC  (2+ messages)

[PATCH RESEND][next] netfilter: Fix fall-through warnings for Clang
 2021-03-05  8:42 UTC 

[PATCH 0/3] Don't use RCU for x_tables synchronization
 2021-03-05  3:30 UTC  (8+ messages)
` [PATCH 1/3] Revert "netfilter: x_tables: Update remaining dereference to RCU"
` [PATCH 2/3] Revert "netfilter: x_tables: Switch synchronization "
` [PATCH 3/3] netfilter: x_tables: Use correct memory barriers

[PATCH nft,v2] mnl: remove nft_mnl_socket_reopen()
 2021-03-04 16:51 UTC 

[PATCH][nft,v2] conntrack: Fix gre tunneling over ipv6
 2021-03-04  9:31 UTC  (2+ messages)

[PATCH nf 1/2,v2] netfilter: nftables: fix possible double hook unregistration with table owner
 2021-03-04  3:04 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nftables: bogus check for netlink portID "

[PATCH nf] netfilter: nftables: fix possible double hook unregistration with table owner
 2021-03-04  2:48 UTC 

[PATCH] netfilter: Fix GRE over IPv6 with conntrack module
 2021-03-04  1:11 UTC  (7+ messages)

[PATCH nf-next] netfilter: flowtable: separate replace, destroy and stats to different workqueues
 2021-03-03 16:11 UTC  (2+ messages)

[nf:master 7/7] net/netfilter/nf_tables_api.c:920:15: warning: converting the enum constant to a boolean
 2021-03-02 15:38 UTC  (2+ messages)

[iptables PATCH 1/2] xtables-translate: Fix translation of odd netmasks
 2021-03-02 14:30 UTC  (2+ messages)
` [iptables PATCH 2/2] libxtables: Simplify xtables_ipmask_to_cidr() a bit

[PATCH nft] mnl: remove nft_mnl_socket_reopen()
 2021-03-02 11:48 UTC  (2+ messages)
` [PATCH nft] cache: memleak list of chain

[PATCH nft] table: support for the table owner flag
 2021-03-01 15:26 UTC 

[PATCH libnftnl] table: add table owner support
 2021-03-01 15:19 UTC 

[PATCH] xtables-addons 3.15 doesn't compile on 32-bit x86
 2021-02-28 16:57 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the netfilter tree
 2021-02-28  0:56 UTC 

[PATCH] netfilter: Remove a double space in a log message
 2021-02-27 21:35 UTC  (2+ messages)

[PATCH] netfilter: gpf inside xt_find_revision()
 2021-02-27 21:34 UTC  (3+ messages)

[PATCH] uapi: nfnetlink_cthelper.h: fix userspace compilation error
 2021-02-27 21:34 UTC  (2+ messages)


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