[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1308986546-12964-1-git-send-email-jeffrey.t.kirsher@intel.com>
Date: Sat, 25 Jun 2011 00:22:17 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
gospo@...hat.com
Subject: [net-next 0/9][pull request] Intel Wired LAN Driver Update
The following series contains updates to ixgbe. The changes are mainly
cleanup/update of the ixgbe driver.
The following are changes since commit c6af9c406ceb3434281cf230938453931dcbab75:
net: wimax: Remove of unused 'rfkill_input' pointer
and are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master
Alexander Duyck (5):
ixgbe: pass adapter struct instead of netdev for interrupt data
ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function
ixgbe: Move all values that deal with count, next_to_use,
next_to_clean to u16
ixgbe: Add one function that handles most of context descriptor setup
ixgbe: Update method used for determining descriptor count for an skb
John Fastabend (3):
ixgbe: complete FCoE initialization from setapp() routine
ixgbe: remove unused fcoe.tc field and fcoe_setapp()
ixgbe: implement DCB ops dcb_ieee_del()
Lior Levy (1):
ixgbe: A fix to VF TX rate limit
drivers/net/ixgbe/ixgbe.h | 21 ++-
drivers/net/ixgbe/ixgbe_dcb_nl.c | 74 ++++++--
drivers/net/ixgbe/ixgbe_fcoe.c | 139 +++-----------
drivers/net/ixgbe/ixgbe_fcoe.h | 1 -
drivers/net/ixgbe/ixgbe_main.c | 390 +++++++++++++++++---------------------
drivers/net/ixgbe/ixgbe_sriov.c | 16 ++
drivers/net/ixgbe/ixgbe_type.h | 2 +-
7 files changed, 298 insertions(+), 345 deletions(-)
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists