[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1407832707-26034-1-git-send-email-jeffrey.t.kirsher@intel.com>
Date: Tue, 12 Aug 2014 01:38:21 -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,
nhorman@...hat.com, sassmann@...hat.com
Subject: [net 0/6][pull request] Intel Wired LAN Driver Updates 2014-08-12
This series contains updates to i40e and e1000e.
Lucas provides a fix for i40e to resolve a compile issue where a header
was missing in the #includes.
Wei Yongjun provides a fix for i40e to resolve a sparse warning, where
a non-static function should be static.
Julia Lawall provides a fix for i40e which was found using Coccinelle,
where there was a typo in the name of the type given to sizeof().
Rickard Strandqvist provides a fix for i40e to replace the use of
strncpy() with strlcpy() to avoid strings that lack null termination.
Jean Sacren provides two e1000e fixes, first is a comment fix and second
removes an excessive space character in a debug message.
The following are changes since commit 61dac43ee6bedd8507294c7af8959157b686c221:
Merge branch 'bcmgenet'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master
Jean Sacren (2):
e1000e: fix trivial kernel doc typos
e1000e: delete excessive space character in debug message
Julia Lawall (1):
i40e: use correct structure type name in sizeof
Lucas Tanure (1):
i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
Rickard Strandqvist (1):
i40e: Cleaning up missing null-terminate in conjunction with strncpy
Wei Yongjun (1):
i40e: fix sparse non static symbol warning
drivers/net/ethernet/intel/e1000e/manage.c | 4 ++--
drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 1 +
drivers/net/ethernet/intel/i40e/i40e_main.c | 18 +++++++++---------
drivers/net/ethernet/intel/i40e/i40e_nvm.c | 6 +++---
4 files changed, 15 insertions(+), 14 deletions(-)
--
1.9.3
--
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