netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-20 09:43:11 to 2018-12-13 01:06:29 UTC [more...]

[PATCH 0/5] Netfilter fixes for net
 2018-12-13  1:06 UTC  (4+ messages)
` [PATCH 1/5] netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()
` [PATCH 2/5] netfilter: seqadj: re-load tcp header pointer after possible head reallocation
` [PATCH 3/5] netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel

[PATCH 1/5] netfilter: fix general protection fault when unregister sysctl table
 2018-12-12 23:26 UTC  (6+ messages)
` [PATCH 2/5] netfilter: register sysctl table for gre
` [PATCH 3/5] procfs: fix double drop_sysctl_table()
` [PATCH 4/5] netfilter: fix missed NULL check in nf_conntrack_proto_pernet_init()
` [PATCH 5/5] netfilter: fix error return value of nf_ct_l4proto_pernet_register_one()

[RFC -next v0 0/3] netfilter: expose flow offload tables as an ebpf map
 2018-12-10 16:49 UTC  (12+ messages)
` [RFC -next v0 1/3] bpf: modular maps
` [RFC -next v0 2/3] netfilter: nf_flow_table: support a new 'snoop' mode
` [RFC -next v0 3/3] netfilter: nf_flow_table_bpf_map: introduce new loadable bpf map

[PATCH net-next v2] netfilter: ebtables: avoid resetting limit rule state
 2018-12-10 11:23 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 21/45] ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
 2018-12-05  9:46 UTC 

[PATCH AUTOSEL 4.14 09/69] netfilter: nf_tables: fix use-after-free when deleting compat expressions
 2018-12-05  9:42 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 17/69] netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
` [PATCH AUTOSEL 4.14 33/69] ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
` [PATCH AUTOSEL 4.14 40/69] netfilter: ipv6: Preserve link scope traffic original oif
` [PATCH AUTOSEL 4.14 46/69] netfilter: nf_tables: deactivate expressions in rule replecement routine

[PATCH AUTOSEL 4.19 017/123] netfilter: nf_conncount: use spin_lock_bh instead of spin_lock
 2018-12-05  9:35 UTC  (13+ messages)
` [PATCH AUTOSEL 4.19 018/123] netfilter: nf_conncount: fix list_del corruption in conn_free
` [PATCH AUTOSEL 4.19 019/123] netfilter: nf_conncount: fix unexpected permanent node of list
` [PATCH AUTOSEL 4.19 020/123] netfilter: nf_tables: don't skip inactive chains during update
` [PATCH AUTOSEL 4.19 023/123] netfilter: xt_RATEEST: remove netns exit routine
` [PATCH AUTOSEL 4.19 024/123] netfilter: nf_tables: fix use-after-free when deleting compat expressions
` [PATCH AUTOSEL 4.19 042/123] netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
` [PATCH AUTOSEL 4.19 067/123] ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
` [PATCH AUTOSEL 4.19 075/123] netfilter: ipv6: Preserve link scope traffic original oif
` [PATCH AUTOSEL 4.19 077/123] netfilter: add missing error handling code for register functions
` [PATCH AUTOSEL 4.19 078/123] netfilter: nat: fix double register in masquerade modules
` [PATCH AUTOSEL 4.19 079/123] netfilter: nf_conncount: remove wrong condition check routine
` [PATCH AUTOSEL 4.19 089/123] netfilter: nf_tables: deactivate expressions in rule replecement routine

[PATCH] netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
 2018-12-01 16:40 UTC  (2+ messages)

[PATCH tip/core/rcu 30/41] netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
 2018-12-01 11:35 UTC  (2+ messages)

[PATCH] netfilter: update comment about get_unique_tuple()
 2018-11-29  3:29 UTC 

[PATCH 00/16] Netfilter fixes for net
 2018-11-28 19:03 UTC  (19+ messages)
` [PATCH 01/16] netfilter: nf_conncount: use spin_lock_bh instead of spin_lock
` [PATCH 02/16] netfilter: nf_conncount: fix list_del corruption in conn_free
` [PATCH 03/16] netfilter: nf_conncount: fix unexpected permanent node of list
` [PATCH 04/16] netfilter: nf_tables: don't skip inactive chains during update
` [PATCH 05/16] selftests: add script to stress-test nft packet path vs. control plane
` [PATCH 06/16] netfilter: nf_tables: don't use position attribute on rule replacement
` [PATCH 07/16] netfilter: xt_RATEEST: remove netns exit routine
` [PATCH 08/16] netfilter: nf_tables: fix use-after-free when deleting compat expressions
` [PATCH 09/16] netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
` [PATCH 10/16] ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
` [PATCH 11/16] netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too
` [PATCH 12/16] netfilter: ipv6: Preserve link scope traffic original oif
` [PATCH 13/16] netfilter: add missing error handling code for register functions
` [PATCH 14/16] netfilter: nat: fix double register in masquerade modules
` [PATCH 15/16] netfilter: nf_conncount: remove wrong condition check routine
` [PATCH 16/16] netfilter: nf_tables: deactivate expressions in rule replecement routine

4.19.4 nf_conntrack_count kernel panic
 2018-11-28 17:24 UTC  (3+ messages)

[PATCH net-next 0/2] br_netfilter: enable in non-initial netns
 2018-11-27 10:19 UTC  (7+ messages)
` [PATCH net-next 1/2] br_netfilter: add struct netns_brnf
` [PATCH net-next 2/2] br_netfilter: namespace bridge netfilter sysctls

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22  1:33 UTC  (5+ messages)

[PATCHv2 net] ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
 2018-11-19  8:55 UTC  (7+ messages)

WARNING in cttimeout_default_get
 2018-11-17 11:17 UTC  (3+ messages)
` [PATCH nf] netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too

linux-next: Tree for Nov 15 (netfilter/xt_TEE)
 2018-11-15 15:01 UTC 

[PATCH AUTOSEL 4.4 2/8] netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
 2018-11-14 22:26 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 4/8] netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
` [PATCH AUTOSEL 4.4 5/8] netfilter: xt_IDLETIMER: add sysfs filename checking routine

[PATCH AUTOSEL 4.9 02/13] netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
 2018-11-14 22:25 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 05/13] netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
` [PATCH AUTOSEL 4.9 06/13] netfilter: xt_IDLETIMER: add sysfs filename checking routine

[PATCH AUTOSEL 4.14 02/27] netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replace
 2018-11-14 22:24 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 03/27] netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
` [PATCH AUTOSEL 4.14 08/27] netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
` [PATCH AUTOSEL 4.14 09/27] netfilter: xt_IDLETIMER: add sysfs filename checking routine

[PATCH AUTOSEL 4.18 05/59] netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replace
 2018-11-14 22:22 UTC  (7+ messages)
` [PATCH AUTOSEL 4.18 06/59] netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
` [PATCH AUTOSEL 4.18 07/59] netfilter: ipset: fix ip_set_list allocation failure
` [PATCH AUTOSEL 4.18 15/59] netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
` [PATCH AUTOSEL 4.18 16/59] netfilter: xt_IDLETIMER: add sysfs filename checking routine
` [PATCH AUTOSEL 4.18 17/59] netfilter: ipset: Fix calling ip_set() macro at dumping
` [PATCH AUTOSEL 4.18 18/59] netfilter: nft_compat: ebtables 'nat' table is normal chain type

[PATCH net] ipvs: call ip_vs_dst_notifier before ipv6_dev_notf
 2018-11-14 15:08 UTC  (4+ messages)

BUG: Fatal in exception in interrupt, at nf_conncount_count [regression in 4.19(.1)]
 2018-11-13  7:52 UTC  (3+ messages)

[PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers
 2018-11-11 16:16 UTC  (14+ messages)
` [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers
` [PATCH net-next 3/9] net/core: "
` [PATCH net-next 2/9] nfnetlink/queue: "
` [PATCH net-next 5/9] bridge: "
` [PATCH net-next 4/9] 8021q: "
` [PATCH net-next 7/9] benet: "
` [PATCH net-next 6/9] ipv4/tunnel: "
` [PATCH net-next 8/9] mlx4: "
` [PATCH net-next 9/9] sky2: "

[PATCH 00/14] Netfilter fixes for net
 2018-11-06  1:19 UTC  (16+ messages)
` [PATCH 01/14] netfilter: ipv6: fix oops when defragmenting locally generated fragments
` [PATCH 02/14] netfilter: nft_osf: check if attribute is present
` [PATCH 03/14] netfilter: bridge: define INT_MIN & INT_MAX in userspace
` [PATCH 04/14] Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
` [PATCH 05/14] netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replace
` [PATCH 06/14] netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
` [PATCH 07/14] netfilter: ipset: fix ip_set_list allocation failure
` [PATCH 08/14] netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
` [PATCH 09/14] netfilter: xt_IDLETIMER: add sysfs filename checking routine
` [PATCH 10/14] netfilter: ipset: Fix calling ip_set() macro at dumping
` [PATCH 11/14] netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()
` [PATCH 12/14] netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr
` [PATCH 13/14] netfilter: nft_compat: ebtables 'nat' table is normal chain type
` [PATCH 14/14] netfilter: conntrack: fix calculation of next bucket number in early_drop

CFS for Netdev 0x13 open!
 2018-11-05 20:42 UTC 

[PATCH v2] netfilter: conntrack: fix calculation of next bucket number in early_drop
 2018-11-03 13:16 UTC  (2+ messages)

[PATCH 00/31] Netfilter updates for net-next
 2018-11-01 23:26 UTC  (4+ messages)
` [PATCH 12/31] netfilter: cttimeout: remove superfluous check on layer 4 netlink functions

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2018-11-01 18:48 UTC  (23+ messages)
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls
` [PATCH ghak90 (was ghak32) V4 05/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 (was ghak32) V4 09/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

stable regression: revert request for netfilter ipv6 defrag bug
 2018-10-31 15:07 UTC  (2+ messages)

[PATCH] netfilter: bridge: define INT_MIN & INT_MAX in userspace
 2018-10-25  8:25 UTC  (3+ messages)

[PATCH nf] netfilter: ipv6: fix oops when defragmenting locally generated fragments
 2018-10-25  8:18 UTC  (5+ messages)

[PATCH] netfilter: conntrack: fix calculation of next bucket number in early_drop
 2018-10-25  6:37 UTC  (3+ messages)

[RFC] [PATCH] netfilter: Fix kmemleak false positive reports
 2018-10-24 17:29 UTC 

[PATCH 0/8] Netfilter fixes for net
 2018-10-23  3:21 UTC  (10+ messages)
` [PATCH 1/8] netfilter: nft_set_rbtree: allow loose matching of closing element in interval
` [PATCH 2/8] netfilter: nft_osf: usage from output path is not valid
` [PATCH 3/8] netfilter: xt_TEE: fix wrong interface selection
` [PATCH 4/8] netfilter: xt_TEE: add missing code to get interface index in checkentry
` [PATCH 5/8] netfilter: nft_compat: do not dump private area
` [PATCH 6/8] netfilter: xt_nat: fix DNAT target for shifted portmap ranges
` [PATCH 7/8] netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit routine
` [PATCH 8/8] netfilter: nf_flow_table: do not remove offload when other netns's interface is down

[PATCH 00/10] Netfilter updates for net-next
 2018-10-20 19:33 UTC  (9+ messages)
` [PATCH 04/10] netfilter: nft_xfrm: use state family, not hook one
` [PATCH 05/10] netfilter: xt_osf: simplify xt_osf_match_packet()
` [PATCH 06/10] netfilter: nf_nat_snmp_basic: add missing helper alias name
` [PATCH 07/10] netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()
` [PATCH 08/10] netfilter: remove two unused variables
` [PATCH 09/10] netfilter: nfnetlink_log: remove empty nfnetlink_log.h header file
` [PATCH 10/10] Revert "netfilter: xt_quota: fix the behavior of xt_quota module"


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