From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com
Subject: [net-next 00/10][pull request] Intel Wired LAN Driver Updates
Date: Wed, 26 Jun 2013 03:55:12 -0700 [thread overview]
Message-ID: <1372244122-17664-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
This series contains updates to ixgbe, e100, igb, and e1000e.
Alex provides a ixgbe patch to use the generic helper pci_vfs_assigned
instead of the ixgbe specific function ixgbe_vfs_are_assigned.
Greg provides 2 ixgbe patches, the first patch retains VLAN filtering
in promiscuous mode because using the new bridge FDB interface to allow
SR-IOV virtual function network devices to communicate with SW bridged
network devices the physical function is placed into promiscuous mode
and hardware VLAN filtering is disabled. The second patch fixes a typo
where the code should use a bitwise "and" rather than a logical "and".
Andy Shevchenko provides an e100 patch to dump small buffers via %*ph.
Akeem provides three patches against igb. The first resets the link when
a user enables/disables EEE when link is up. The second changes register
read to "just-read" without returning a value for hardware to accurately
latch the register value. His third patch adds rcu_lock to avoid possible
race conditions with igb_update_stats.
Mitch provides a igb patch to fix an issue where MSI-X interrupts are required
for SR-IOV operation/functionality.
Dean (from Redhat) provides a patch to resolve minor merger conflicts.
Wei Yang provides a e1000e patch to remove duplicate assignment of default
Rx/Tx ring size.
The following are changes since commit 8599b52e14a1611dcb563289421bee76751f1d53:
bonding: add an option to fail when any of arp_ip_target is inaccessible
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master
Akeem G. Abodunrin (3):
igb: Reset the link when EEE setting changed
igb: Read register for latch_on without return value
igb: Added rcu_lock to avoid race
Alexander Duyck (1):
ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned
Andy Shevchenko (1):
e100: dump small buffers via %*ph
Dean Nelson (1):
e1000e: restore call to pci_clear_master()
Greg Rose (2):
ixgbe: Retain VLAN filtering in promiscuous + VT mode
ixgbe: Fix typo
Mitch A Williams (1):
igb: don't allow SR-IOV without MSI-X
Wei Yang (1):
e1000e: Remove duplicate assignment of default rx/tx ring size
drivers/net/ethernet/intel/e100.c | 15 ++--
drivers/net/ethernet/intel/e1000e/netdev.c | 6 +-
drivers/net/ethernet/intel/igb/e1000_82575.c | 9 +--
drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 +-
drivers/net/ethernet/intel/igb/igb_main.c | 26 ++++---
drivers/net/ethernet/intel/igb/igb_ptp.c | 8 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 11 ++-
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 101 ++++++++++++++++---------
8 files changed, 110 insertions(+), 70 deletions(-)
--
1.7.11.7
next reply other threads:[~2013-06-26 10:55 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 10:55 Jeff Kirsher [this message]
2013-06-26 10:55 ` [net-next 01/10] ixgbe: Retain VLAN filtering in promiscuous + VT mode Jeff Kirsher
2013-06-26 10:55 ` [net-next 02/10] ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned Jeff Kirsher
2013-06-26 10:55 ` [net-next 03/10] ixgbe: Fix typo Jeff Kirsher
2013-06-26 14:51 ` Joe Perches
2013-06-26 10:55 ` [net-next 04/10] e100: dump small buffers via %*ph Jeff Kirsher
2013-06-26 10:55 ` [net-next 05/10] igb: Reset the link when EEE setting changed Jeff Kirsher
2013-06-26 10:55 ` [net-next 06/10] igb: Read register for latch_on without return value Jeff Kirsher
2013-06-26 10:55 ` [net-next 07/10] igb: Added rcu_lock to avoid race Jeff Kirsher
2013-06-26 11:20 ` Eric Dumazet
2013-06-26 16:42 ` Abodunrin, Akeem G
2013-06-26 19:52 ` Eric Dumazet
2013-06-26 19:58 ` Eric Dumazet
2013-06-26 10:55 ` [net-next 08/10] igb: don't allow SR-IOV without MSI-X Jeff Kirsher
2013-06-26 10:55 ` [net-next 09/10] e1000e: restore call to pci_clear_master() Jeff Kirsher
2013-06-26 10:55 ` [net-next 10/10] e1000e: Remove duplicate assignment of default rx/tx ring size Jeff Kirsher
-- strict thread matches above, loose matches on Subject: below --
2013-08-28 10:33 [net-next 00/10][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2013-02-08 10:39 Jeff Kirsher
2013-01-19 13:14 Jeff Kirsher
2013-01-19 15:53 ` David Miller
2012-11-21 10:47 Jeff Kirsher
2012-03-19 21:22 Jeff Kirsher
2012-03-19 21:26 ` David Miller
2012-03-01 7:32 Jeff Kirsher
2012-03-01 21:26 ` 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=1372244122-17664-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=gospo@redhat.com \
--cc=netdev@vger.kernel.org \
--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).