netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-14 21:29:37 to 2019-02-19 01:56:46 UTC [more...]

[PATCH 0/2] Netfilter/IPVS fixes for net
 2019-02-19  1:56 UTC  (4+ messages)
` [PATCH 1/2] netfilter: nf_tables: fix flush after rule deletion in the same batch
` [PATCH 2/2] ipvs: fix warning on unused variable

[PATCH 00/11] Netfilter/IPVS updates for net-next
 2019-02-18 19:59 UTC  (13+ messages)
` [PATCH 01/11] netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policy
` [PATCH 02/11] netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE options
` [PATCH 03/11] netfilter: nat: remove module dependency on ipv6 core
` [PATCH 04/11] netfilter: ipv6: avoid indirect calls for IPV6=y case
` [PATCH 05/11] netfilter: conntrack: fix indentation issue
` [PATCH 06/11] ipvs: Use struct_size() helper
` [PATCH 07/11] netfilter: xt_recent: Use struct_size() in kvzalloc()
` [PATCH 08/11] netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirm
` [PATCH 09/11] netfilter: reject: skip csum verification for protocols that don't support it
` [PATCH 10/11] netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static
` [PATCH 11/11] netfilter: nf_conntrack_sip: add sip_external_media logic

INFO: rcu detected stall in netlink_sendmsg
 2019-02-17 23:44 UTC 

[PATCH] netfilter/ipvs: Fix unused variable warning
 2019-02-17 12:51 UTC  (2+ messages)

[PATCH net-next] netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static
 2019-02-16  9:44 UTC  (2+ messages)

[PATCH 0/3] Netfilter/IPVS fixes for net
 2019-02-14  0:15 UTC  (5+ messages)
` [PATCH 1/3] netfilter: compat: initialize all fields in xt_init
` [PATCH 2/3] ipvs: fix dependency on nf_defrag_ipv6
` [PATCH 3/3] netfilter: nft_compat: use-after-free when deleting targets

linux-next: build failure after merge of the netfilter-next tree
 2019-02-13  5:54 UTC 

[PATCH AUTOSEL 4.14 17/34] netfilter: nf_tables: fix leaking object reference count
 2019-02-13  2:39 UTC 

[PATCH AUTOSEL 4.19 32/83] netfilter: nf_tables: fix leaking object reference count
 2019-02-13  2:36 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 37/83] netfilter: nft_flow_offload: Fix reverse route lookup
` [PATCH AUTOSEL 4.19 41/83] netfilter: nft_flow_offload: fix interaction with vrf slave device
` [PATCH AUTOSEL 4.19 56/83] netfilter: nft_flow_offload: fix checking method of conntrack helper

[PATCH AUTOSEL 4.20 038/105] netfilter: nf_tables: fix leaking object reference count
 2019-02-13  2:32 UTC  (4+ messages)
` [PATCH AUTOSEL 4.20 043/105] netfilter: nft_flow_offload: Fix reverse route lookup
` [PATCH AUTOSEL 4.20 049/105] netfilter: nft_flow_offload: fix interaction with vrf slave device
` [PATCH AUTOSEL 4.20 065/105] netfilter: nft_flow_offload: fix checking method of conntrack helper

[PATCH net-next] ipvs: Use struct_size() helper
 2019-02-12  1:47 UTC  (4+ messages)

[PATCH net-next] netfilter: xt_recent: Use struct_size() in kvzalloc()
 2019-02-11 23:45 UTC  (2+ messages)

[PATCH] netfilter: conntrack: fix indentation issue
 2019-02-11 23:40 UTC  (2+ messages)

[PATCH] netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE options
 2019-02-11 23:25 UTC  (2+ messages)

[PATCH 0/2] Netfilter fixes for net
 2019-02-11 18:43 UTC  (4+ messages)
` [PATCH 1/2] netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs
` [PATCH 2/2] netfilter: nat: fix spurious connection timeouts

Update pf.os with newer OS fingerprints
 2019-02-08 16:45 UTC  (4+ messages)

[PATCH 00/12 net-next,v7] add flow_rule infrastructure
 2019-02-06 20:44 UTC  (20+ messages)
` [PATCH 01/12 net-next,v7] flow_offload: add flow_rule and flow_match structures and use them
` [PATCH 02/12 net-next,v7] net/mlx5e: support for two independent packet edit actions
` [PATCH 03/12 net-next,v7] flow_offload: add flow action infrastructure
` [PATCH 04/12 net-next,v7] cls_api: add translator to flow_action representation
` [PATCH 05/12 net-next,v7] flow_offload: add statistics retrieval infrastructure and use it
` [PATCH 06/12 net-next,v7] drivers: net: use flow action infrastructure
` [PATCH 07/12 net-next,v7] cls_flower: don't expose TC actions to drivers anymore
` [PATCH 08/12 net-next,v7] flow_offload: add wake-up-on-lan and queue to flow_action
` [PATCH 09/12 net-next,v7] ethtool: add ethtool_rx_flow_spec to flow_rule structure translator
` [PATCH 10/12 net-next,v7] dsa: bcm_sf2: use flow_rule infrastructure
` [PATCH 11/12 net-next,v7] qede: place ethtool_rx_flow_spec after code after TC flower codebase
` [PATCH 12/12 net-next,v7] qede: use ethtool_rx_flow_rule() to remove duplicated parser code

[PATCH 0/6] Netfilter fixes for net
 2019-02-05 19:23 UTC  (8+ messages)
` [PATCH 1/6] selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
` [PATCH 2/6] selftests: netfilter: add simple masq/redirect test cases
` [PATCH 3/6] netfilter: nf_nat: skip nat clash resolution for same-origin entries
` [PATCH 4/6] netfilter: nf_tables: unbind set in rule from commit path
` [PATCH 5/6] netfilter: ipv6: Don't preserve original oif for loopback address
` [PATCH 6/6] netfilter: nft_compat: don't use refcount_inc on newly allocated entry

[PATCH] selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET
 2019-02-04 13:21 UTC  (3+ messages)

"Kernel bug detected [...] nf_ct_del_from_dying_or_unconfirmed_list"
 2019-01-29  9:07 UTC  (11+ messages)

[PATCH 00/33] Netfilter/IPVS updates for net-next
 2019-01-29  8:09 UTC  (37+ messages)
` [PATCH 01/33] netfilter: nf_tables: prepare nft_object for lookups via hashtable
` [PATCH 02/33] netfilter: nf_tables: handle nft_object lookups via rhltable
` [PATCH 03/33] netfilter: nf_tables: add direct calls for all builtin expressions
` [PATCH 04/33] netfilter: conntrack: remove helper hook again
` [PATCH 05/33] netfilter: physdev: relax br_netfilter dependency
` [PATCH 06/33] netfilter: nf_tables: Support RULE_ID reference in new rule
` [PATCH 07/33] netfilter: conntrack: handle builtin l4proto packet functions via direct calls
` [PATCH 08/33] netfilter: conntrack: handle icmp pkt_to_tuple helper "
` [PATCH 09/33] netfilter: conntrack: gre: convert rwlock to rcu
` [PATCH 10/33] netfilter: conntrack: gre: switch module to be built-in
` [PATCH 11/33] netfilter: conntrack: remove net_id
` [PATCH 12/33] netfilter: conntrack: remove pkt_to_tuple callback
` [PATCH 13/33] netfilter: conntrack: remove invert_tuple callback
` [PATCH 14/33] netfilter: conntrack: remove module owner field
` [PATCH 15/33] netfilter: conntrack: remove remaining l4proto indirect packet calls
` [PATCH 16/33] netfilter: conntrack: remove pernet l4 proto register interface
` [PATCH 17/33] netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups
` [PATCH 18/33] netfilter: conntrack: unify sysctl handling
` [PATCH 19/33] netfilter: conntrack: remove sysctl registration helpers
` [PATCH 20/33] netfilter: conntrack: remove l4proto init and get_net callbacks
` [PATCH 21/33] netfilter: conntrack: remove l4proto destroy hook
` [PATCH 22/33] netfilter: conntrack: remove nf_ct_l4proto_find_get
` [PATCH 23/33] netfilter: nf_conntrack: provide modparam to always register conntrack hooks
` [PATCH 24/33] netfilter: nft_meta: Add NFT_META_I/OIFKIND meta type
` [PATCH 25/33] netfilter: nat: un-export nf_nat_used_tuple
` [PATCH 26/33] Revert "netfilter: nft_hash: add map lookups for hashing operations"
` [PATCH 27/33] netfilter: conntrack: fix IPV6=n builds
` [PATCH 28/33] netfilter: conntrack: fix bogus port values for other l4 protocols
` [PATCH 29/33] ipvs: avoid indirect calls when calculating checksums
` [PATCH 30/33] ipvs: use indirect call wrappers
` [PATCH 31/33] netfilter: nft_counter: remove wrong __percpu of nft_counter_resest()'s arg
` [PATCH 32/33] netfilter: conntrack: fix error path in nf_conntrack_pernet_init()
` [PATCH 33/33] netfilter: ipv4: remove useless export_symbol

[PATCH] netfilter: nat: Update comment of get_unique_tuple
 2019-01-29  6:20 UTC  (3+ messages)

[PATCH 0/7] Netfilter/IPVS fixes for net
 2019-01-28 18:52 UTC  (9+ messages)
` [PATCH 1/7] netfilter: nft_compat: use refcnt_t type for nft_xt reference count
` [PATCH 2/7] netfilter: nft_compat: make lists per netns
` [PATCH 3/7] netfilter: nft_compat: destroy function must not have side effects
` [PATCH 4/7] ipvs: Fix signed integer overflow when setsockopt timeout
` [PATCH 5/7] netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are present
` [PATCH 6/7] netfilter: nfnetlink_osf: add missing fmatch check
` [PATCH 7/7] netfilter: ipt_CLUSTERIP: fix warning unused variable cn

[PATCH] nft_counter: remove wrong __percpu of nft_counter_resest()'s arg
 2019-01-28 10:20 UTC  (2+ messages)

[Patch nf-next] nf_conntrack: fix error path in nf_conntrack_pernet_init()
 2019-01-28 10:18 UTC  (3+ messages)

[PATCH net v2 0/2] fix glitch in IPVS /proc handlers
 2019-01-28 10:17 UTC  (2+ messages)

[PATCH] netfilter: ipt_CLUSTERIP: fix warning unused variable cn
 2019-01-28  9:51 UTC  (2+ messages)

general protection fault in nf_ct_gre_keymap_flush
 2019-01-25  0:44 UTC  (3+ messages)

4.19.{12,[13],14}: RIP: 0010:nf_conncount_cache_free+0x26/0x2f [nf_conncount]
 2019-01-24 23:14 UTC  (2+ messages)

[PATCH v3] netfilter: nft_meta: Add NFT_META_I/OIFKIND meta type
 2019-01-24 13:59 UTC  (8+ messages)

[PATCH] ipvs: Fix signed integer overflow when setsockopt timeout
 2019-01-24 12:32 UTC 

[PATCH ipvs-next] ipvs: avoid indirect calls when calculating checksums
 2019-01-23 12:50 UTC  (3+ messages)

[PATCH ipvs-next] ipvs: use indirect call wrappers
 2019-01-23 12:47 UTC  (4+ messages)

INFO: rcu detected stall in gc_worker
 2019-01-22 19:19 UTC 

linux-next: build failure after merge of the netfilter-next tree
 2019-01-20 23:36 UTC 

[PATCH v2] netfilter: x_tables: add xt_tunnel match
 2019-01-18 15:41 UTC  (3+ messages)

stable fixes for nf_conncount 4.19.x
 2019-01-18 12:41 UTC  (5+ messages)

INFO: rcu detected stall in tipc_disc_timeout
 2019-01-16 17:01 UTC 

[PATCH 0/7] Netfilter fixes for net
 2019-01-15 21:32 UTC  (6+ messages)
` [PATCH 4/7] netfilter: nft_flow_offload: Fix reverse route lookup
` [PATCH 5/7] netfilter: ebtables: account ebt_table_info to kmemcg
` [PATCH 6/7] netfilter: nft_flow_offload: fix interaction with vrf slave device
` [PATCH 7/7] netfilter: nft_flow_offload: fix checking method of conntrack helper

[PATCH v2] netfilter: nft_meta: Add NFT_META_I/OIFKIND meta type
 2019-01-15 18:03 UTC  (2+ messages)

[PATCH] netfilter: nft_meta: Add NFT_META_L3MASTER meta type
 2019-01-15 15:19 UTC  (3+ messages)

[REGRESSION] 5.0-rc2: iptables -nvL consumes 100% of CPU and hogs memory with kernel 5.0-rc2
 2019-01-15 11:52 UTC  (3+ messages)

[PATCH v3] vrf: Fix conntrack-dnat conflict in vrf-device PREROUTING hook
 2019-01-15  6:56 UTC  (4+ 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).