aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-06-10 14:52:24 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-10 14:52:24 -0400
commit1578b0a5e92825334760741e5c166b8873886f1b (patch)
treeac8299191f37990111f7d4b615601f4356e24fea /net/core
parent3d5479e92087f6249231e26a2d7327e86a8d0dfc (diff)
parent698ea54dde6768d4a96080d0fb796cb3a4eadaf8 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: net/sched/act_police.c net/sched/sch_drr.c net/sched/sch_hfsc.c net/sched/sch_prio.c net/sched/sch_red.c net/sched/sch_tbf.c In net-next the drop methods of the packet schedulers got removed, so the bug fixes to them in 'net' are irrelevant. A packet action unload crash fix conflicts with the addition of the new firstuse timestamp. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/gen_stats.c2
-rw-r--r--net/core/net-sysfs.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/net/core/gen_stats.c b/net/core/gen_stats.c
index 32207e6a942c..508e051304fb 100644
--- a/net/core/gen_stats.c
+++ b/net/core/gen_stats.c
@@ -48,6 +48,7 @@ nla_put_failure:
48 * @xstats_type: TLV type for backward compatibility xstats TLV 48 * @xstats_type: TLV type for backward compatibility xstats TLV
49 * @lock: statistics lock 49 * @lock: statistics lock
50 * @d: dumping handle 50 * @d: dumping handle
51 * @padattr: padding attribute
51 * 52 *
52 * Initializes the dumping handle, grabs the statistic lock and appends 53 * Initializes the dumping handle, grabs the statistic lock and appends
53 * an empty TLV header to the socket buffer for use a container for all 54 * an empty TLV header to the socket buffer for use a container for all
@@ -89,6 +90,7 @@ EXPORT_SYMBOL(gnet_stats_start_copy_compat);
89 * @type: TLV type for top level statistic TLV 90 * @type: TLV type for top level statistic TLV
90 * @lock: statistics lock 91 * @lock: statistics lock
91 * @d: dumping handle 92 * @d: dumping handle
93 * @padattr: padding attribute
92 * 94 *
93 * Initializes the dumping handle, grabs the statistic lock and appends 95 * Initializes the dumping handle, grabs the statistic lock and appends
94 * an empty TLV header to the socket buffer for use a container for all 96 * an empty TLV header to the socket buffer for use a container for all
diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c
index 2b3f76fe65f4..7a0b616557ab 100644
--- a/net/core/net-sysfs.c
+++ b/net/core/net-sysfs.c
@@ -24,6 +24,7 @@
24#include <linux/jiffies.h> 24#include <linux/jiffies.h>
25#include <linux/pm_runtime.h> 25#include <linux/pm_runtime.h>
26#include <linux/of.h> 26#include <linux/of.h>
27#include <linux/of_net.h>
27 28
28#include "net-sysfs.h" 29#include "net-sysfs.h"
29 30