bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
Michael Chan authored
Commit ae10ae74

 ("bnxt_en: Add new hardware RFS mode.") has added
code to allow NTUPLE to be enabled on VFs.  So we now remove the
BNXT_VF() check in rfs_capable() to allow NTUPLE on VFs.
Signed-off-by: default avatarMichael Chan <michael.chan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
964fd480
Name Last commit Last update
Documentation net: phy: Add LED mode driver for Microsemi PHYs.
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block block: don't try Write Same from __blkdev_issue_zeroout
certs certs: Add a secondary system keyring that can be added to dynamically
crypto crypto: algif_aead - Fix kernel panic on list_del
drivers bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
init kbuild: modversions: add infrastructure for emitting relative CRCs
ipc ipc/sem.c: fix incorrect sem_lock pairing
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib lib: Introduce priority array area manager
mm mm/slub.c: fix random_seq offset destruction
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts kbuild: modversions: add infrastructure for emitting relative CRCs
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound ALSA: hda - adding a new NV HDMI/DP codec ID in the driver
tools bpf: Add test_tag to .gitignore
usr kbuild: initramfs cleanup, set target from Kconfig
virt Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.