From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
jogreene@redhat.com, guru.anbalagane@oracle.com
Subject: [net 0/4][pull request] Intel Wired LAN Driver Updates 2016-10-27
Date: Thu, 27 Oct 2016 14:27:53 -0700 [thread overview]
Message-ID: <1477603677-39957-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
This series contains fixes to ixgbe and i40e.
Emil fixes a NULL pointer dereference when a macvlan interface is brought
up while the PF is still down.
David root caused the original panic that was fixed by commit id
(a036244c068612 "i40e: Fix kernel panic on enable/disable LLDP") and the
fix was not quite correct, so removed the get_default_tc() and replaced
it with a #define since there is only one TC supported as a default.
Guilherme Piccoli fixes an issue where if we modprobe the driver module
without enough MSI-X interrupts, then unload the module and reload it
again, the kernel would crash. So if we fail to allocate enough MSI-X
interrupts, we should disable them since they were previously enabled.
Huaibin Wang found that the order of the arguments for
ndo_dflt_bridge_getlink() were in the correct order, so fix the order.
The following are changes since commit d5d32e4b76687f4df9ad3ba8d3702b7347f51fa6:
net: ipv6: Do not consider link state for nexthop validation
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE
David Ertman (1):
i40e: Fix configure TCs after initial DCB disable
Emil Tantilov (1):
ixgbe: fix panic when using macvlan with l2-fwd-offload enabled
Guilherme G Piccoli (1):
i40e: disable MSI-X interrupts if we cannot reserve enough vectors
Huaibin Wang (1):
i40e: fix call of ndo_dflt_bridge_getlink()
drivers/net/ethernet/intel/i40e/i40e.h | 1 +
drivers/net/ethernet/intel/i40e/i40e_main.c | 34 +++++----------------------
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 12 ++++++----
3 files changed, 15 insertions(+), 32 deletions(-)
--
2.7.4
next reply other threads:[~2016-10-27 21:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 21:27 Jeff Kirsher [this message]
2016-10-27 21:27 ` [net 1/4] ixgbe: fix panic when using macvlan with l2-fwd-offload enabled Jeff Kirsher
2016-10-27 21:27 ` [net 2/4] i40e: Fix configure TCs after initial DCB disable Jeff Kirsher
2016-10-27 21:27 ` [net 3/4] i40e: disable MSI-X interrupts if we cannot reserve enough vectors Jeff Kirsher
2016-10-27 21:27 ` [net 4/4] i40e: fix call of ndo_dflt_bridge_getlink() Jeff Kirsher
2016-10-27 22:13 ` Greg
2016-10-29 21:14 ` [net 0/4][pull request] Intel Wired LAN Driver Updates 2016-10-27 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477603677-39957-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=guru.anbalagane@oracle.com \
--cc=jogreene@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).