Files
msm-5.15/include/linux
David S. Miller c42d7121fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Pablo Neira Ayuso says:

====================
Netfilter/IPVS updates for net-next

The following patchset contains Netfilter/IPVS updates for net-next,
they are:

1) Count pre-established connections as active in "least connection"
   schedulers such that pre-established connections to avoid overloading
   backend servers on peak demands, from Michal Kubecek via Simon Horman.

2) Address a race condition when resizing the conntrack table by caching
   the bucket size when fulling iterating over the hashtable in these
   three possible scenarios: 1) dump via /proc/net/nf_conntrack,
   2) unlinking userspace helper and 3) unlinking custom conntrack timeout.
   From Liping Zhang.

3) Revisit early_drop() path to perform lockless traversal on conntrack
   eviction under stress, use del_timer() as synchronization point to
   avoid two CPUs evicting the same entry, from Florian Westphal.

4) Move NAT hlist_head to nf_conn object, this simplifies the existing
   NAT extension and it doesn't increase size since recent patches to
   align nf_conn, from Florian.

5) Use rhashtable for the by-source NAT hashtable, also from Florian.

6) Don't allow --physdev-is-out from OUTPUT chain, just like
   --physdev-out is not either, from Hangbin Liu.

7) Automagically set on nf_conntrack counters if the user tries to
   match ct bytes/packets from nftables, from Liping Zhang.

8) Remove possible_net_t fields in nf_tables set objects since we just
   simply pass the net pointer to the backend set type implementations.

9) Fix possible off-by-one in h323, from Toby DiPasquale.

10) early_drop() may be called from ctnetlink patch, so we must hold
    rcu read size lock from them too, this amends Florian's patch #3
    coming in this batch, from Liping Zhang.

11) Use binary search to validate jump offset in x_tables, this
    addresses the O(n!) validation that was introduced recently
    resolve security issues with unpriviledge namespaces, from Florian.

12) Fix reference leak to connlabel in error path of nft_ct, from Zhang.

13) Three updates for nft_log: Fix log prefix leak in error path. Bail
    out on loglevel larger than debug in nft_log and set on the new
    NF_LOG_F_COPY_LEN flag when snaplen is specified. Again from Zhang.

14) Allow to filter rule dumps in nf_tables based on table and chain
    names.

15) Simplify connlabel to always use 128 bits to store labels and
    get rid of unused function in xt_connlabel, from Florian.

16) Replace set_expect_timeout() by mod_timer() from the h323 conntrack
    helper, by Gao Feng.

17) Put back x_tables module reference in nft_compat on error, from
    Liping Zhang.

18) Add a reference count to the x_tables extensions cache in
    nft_compat, so we can remove them when unused and avoid a crash
    if the extensions are rmmod, again from Zhang.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-24 22:02:36 -07:00
..
2016-03-04 23:50:27 -06:00
2015-12-23 08:37:10 -07:00
2015-03-25 20:28:11 -04:00
2005-04-16 15:20:36 -07:00
2012-10-08 13:50:20 +10:30
2012-12-02 00:05:12 +00:00
2016-03-15 16:55:16 -07:00
2011-03-11 14:25:50 +00:00
2016-06-07 22:07:09 -04:00
2009-01-04 13:33:20 -08:00
2009-11-20 20:13:39 +01:00
2009-11-20 20:13:39 +01:00
2016-07-01 16:30:38 -04:00
2016-06-01 14:56:57 -07:00
2013-11-15 09:32:21 +09:00
2013-11-09 00:16:29 -05:00
2008-12-25 11:01:43 +11:00
2015-02-12 18:54:15 -08:00
2011-01-10 08:51:44 -08:00
2010-08-04 11:00:45 +02:00
2012-02-20 19:46:36 +11:00
2016-05-31 22:12:43 +05:30
2012-10-16 18:49:15 -07:00
2008-01-28 23:21:18 +01:00
2016-05-17 15:48:12 -04:00
2014-12-31 13:06:50 -05:00
2014-10-09 11:35:48 +03:00
2015-06-24 17:49:45 -07:00
2009-06-18 13:04:05 -07:00
2014-08-06 18:01:24 -07:00
2007-07-10 00:35:17 -04:00
2015-12-28 13:41:50 +01:00
2010-02-09 11:13:56 +01:00
2011-03-31 11:26:23 -03:00
2010-03-07 22:17:09 +01:00
2015-03-16 21:45:54 +11:00
2011-07-01 10:37:15 +02:00
2015-05-05 13:40:42 -06:00
2015-11-25 09:22:00 -07:00
2016-03-11 14:58:58 -05:00
2015-10-23 05:44:28 -07:00
2016-02-11 09:59:22 -05:00
2008-08-02 18:36:10 +01:00
2005-04-16 15:20:36 -07:00
2016-03-22 15:36:02 -07:00
2012-03-20 12:47:48 +01:00
2016-05-11 22:37:54 +02:00
2014-03-13 12:11:00 +10:30
2016-01-28 14:19:12 -08:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2015-07-28 08:50:42 +01:00
2011-01-24 14:45:11 +10:30
2013-08-28 21:35:14 -07:00
2016-01-15 17:56:32 -08:00
2011-09-16 19:20:20 -04:00
2015-04-29 17:17:17 -05:00
2016-03-09 15:43:42 -08:00
2005-04-16 15:20:36 -07:00
2016-05-03 15:07:35 -07:00
2016-01-15 17:56:32 -08:00
2016-05-19 19:12:14 -07:00
2009-06-16 08:40:20 +02:00
2015-10-27 18:55:31 -07:00
2016-05-26 15:35:44 -07:00
2015-10-20 22:10:45 +08:00
2014-03-04 13:51:06 -05:00
2014-01-27 21:02:39 -08:00
2016-07-01 05:32:17 -04:00
2016-06-03 19:37:21 -04:00
2016-05-17 15:48:12 -04:00
2016-05-17 15:47:55 -04:00
2016-05-23 17:04:14 -07:00
2016-04-25 15:09:11 -04:00
2014-01-25 03:14:05 -05:00
2012-12-11 17:22:27 -08:00
2016-02-16 13:04:58 -05:00
2016-05-02 09:00:56 -05:00
2016-05-23 17:04:14 -07:00
2016-05-19 19:12:14 -07:00
2014-07-09 14:58:37 +01:00
2015-04-12 21:03:31 +02:00
2016-02-11 18:35:48 -08:00
2016-02-11 18:35:48 -08:00
2016-03-14 15:43:11 -04:00
2015-01-25 23:17:28 -05:00
2011-11-02 16:07:02 -07:00
2015-10-06 17:08:19 +02:00
2011-03-31 11:26:23 -03:00
2016-02-16 13:04:58 -05:00
2015-10-22 08:59:18 -07:00
2016-06-23 18:37:05 +02:00
2016-03-17 15:09:34 -07:00
2010-02-10 17:47:17 -08:00
2016-07-06 10:51:14 +01:00
2016-03-22 15:36:02 -07:00
2013-07-03 16:08:05 -07:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2010-05-11 10:09:47 +02:00
2016-05-26 00:04:58 -04:00
2013-06-17 16:38:57 -07:00
2009-04-08 14:33:38 -07:00
2016-01-04 16:11:11 -05:00
2016-05-19 19:12:14 -07:00
2016-05-19 19:12:14 -07:00
2016-05-08 23:46:14 -04:00
2005-04-16 15:20:36 -07:00
2014-06-12 00:21:11 -04:00
2010-08-09 16:48:44 -04:00
2013-04-30 15:50:12 +05:30
2016-05-20 17:58:30 -07:00
2005-04-16 15:20:36 -07:00
2015-06-25 17:00:39 -07:00
2016-05-19 19:12:14 -07:00
2015-10-01 09:57:59 -07:00
2010-11-29 08:55:25 +11:00
2015-10-19 01:01:21 +02:00
2016-05-23 17:04:14 -07:00
2016-04-07 16:53:29 -04:00
2005-04-16 15:20:36 -07:00
2016-05-20 17:58:30 -07:00
2014-11-28 16:08:16 +01:00
2016-02-22 16:10:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2014-04-07 16:35:53 -07:00
2013-05-27 10:57:53 +09:00
2011-01-13 08:03:24 -08:00
2013-10-17 15:53:09 -04:00
2015-09-08 15:35:28 -07:00