diff options
| author | Dave Airlie <airlied@redhat.com> | 2016-09-27 22:08:49 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2016-09-27 22:08:49 -0400 |
| commit | ca09fb9f60b5f3ab2d57e761aaeea89a5147d784 (patch) | |
| tree | 908e42ecf32d2601f4c5c340c6c4626841baa661 /include/linux/netdevice.h | |
| parent | 9f4ef05bcdcfdf911b056b471dd3c6a4f331b644 (diff) | |
| parent | 08895a8b6b06ed2323cd97a36ee40a116b3db8ed (diff) | |
Merge tag 'v4.8-rc8' into drm-next
Linux 4.8-rc8
There was a lot of fallout in the imx/amdgpu/i915 drivers, so backmerge
it now to avoid troubles.
* tag 'v4.8-rc8': (1442 commits)
Linux 4.8-rc8
fault_in_multipages_readable() throws set-but-unused error
mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
radix tree: fix sibling entry handling in radix_tree_descend()
radix tree test suite: Test radix_tree_replace_slot() for multiorder entries
fix memory leaks in tracing_buffers_splice_read()
tracing: Move mutex to protect against resetting of seq data
MIPS: Fix delay slot emulation count in debugfs
MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
mm: delete unnecessary and unsafe init_tlb_ubc()
huge tmpfs: fix Committed_AS leak
shmem: fix tmpfs to handle the huge= option properly
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
MIPS: Fix pre-r6 emulation FPU initialisation
arm64: kgdb: handle read-only text / modules
arm64: Call numa_store_cpu_info() earlier.
locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text
nvme-rdma: only clear queue flags after successful connect
i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
perf/core: Limit matching exclusive events to one PMU
...
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 076df5360ba5..e8d79d4ebcfe 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -3267,6 +3267,7 @@ static inline void napi_free_frags(struct napi_struct *napi) | |||
| 3267 | napi->skb = NULL; | 3267 | napi->skb = NULL; |
| 3268 | } | 3268 | } |
| 3269 | 3269 | ||
| 3270 | bool netdev_is_rx_handler_busy(struct net_device *dev); | ||
| 3270 | int netdev_rx_handler_register(struct net_device *dev, | 3271 | int netdev_rx_handler_register(struct net_device *dev, |
| 3271 | rx_handler_func_t *rx_handler, | 3272 | rx_handler_func_t *rx_handler, |
| 3272 | void *rx_handler_data); | 3273 | void *rx_handler_data); |
| @@ -3891,8 +3892,7 @@ void netdev_default_l2upper_neigh_destroy(struct net_device *dev, | |||
| 3891 | extern u8 netdev_rss_key[NETDEV_RSS_KEY_LEN] __read_mostly; | 3892 | extern u8 netdev_rss_key[NETDEV_RSS_KEY_LEN] __read_mostly; |
| 3892 | void netdev_rss_key_fill(void *buffer, size_t len); | 3893 | void netdev_rss_key_fill(void *buffer, size_t len); |
| 3893 | 3894 | ||
| 3894 | int dev_get_nest_level(struct net_device *dev, | 3895 | int dev_get_nest_level(struct net_device *dev); |
| 3895 | bool (*type_check)(const struct net_device *dev)); | ||
| 3896 | int skb_checksum_help(struct sk_buff *skb); | 3896 | int skb_checksum_help(struct sk_buff *skb); |
| 3897 | struct sk_buff *__skb_gso_segment(struct sk_buff *skb, | 3897 | struct sk_buff *__skb_gso_segment(struct sk_buff *skb, |
| 3898 | netdev_features_t features, bool tx_path); | 3898 | netdev_features_t features, bool tx_path); |
