linux/drivers/net/igb
Carolyn Wyborny 3b668a77ba igb: Fix strncpy calls to be safe per source code review tools
This fix changes the remaining calls to strncpy that have not yet
been changed to use the "sizeof(buf) - 1" syntax rather than just
a number for buffer size.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-03-03 02:48:32 -08:00
..
e1000_82575.c igb: Enable PF side of SR-IOV support for i350 devices 2011-02-11 08:42:47 -08:00
e1000_82575.h igb: Add Anti-spoofing feature support 2010-12-24 21:36:51 -08:00
e1000_defines.h igb: add support for VF Transmit rate limit using iproute2 2011-02-24 02:39:03 -08:00
e1000_hw.h igb: Add support for i340 Quad Port Fiber Adapter 2011-01-24 00:14:09 -08:00
e1000_mac.c igb: add support for reporting 5GT/s during probe on PCIe Gen2 2010-04-27 12:53:28 -07:00
e1000_mac.h igb: remove adaptive IFS from driver 2010-02-17 13:21:34 -08:00
e1000_mbx.c igb: Enable PF side of SR-IOV support for i350 devices 2011-02-11 08:42:47 -08:00
e1000_mbx.h igb: rework use of VMOLR in regards to PF and VFs 2009-10-28 03:25:40 -07:00
e1000_nvm.c igb: Add new function to read part number from EEPROM in string format 2010-12-10 22:14:01 -08:00
e1000_nvm.h igb: Add new function to read part number from EEPROM in string format 2010-12-10 22:14:01 -08:00
e1000_phy.c Intel Wired LAN drivers: Use static const 2010-12-10 22:12:32 -08:00
e1000_phy.h igb: Add support for DH89xxCC 2010-09-22 21:20:04 -07:00
e1000_regs.h igb: add support for VF Transmit rate limit using iproute2 2011-02-24 02:39:03 -08:00
igb.h igb: add support for VF Transmit rate limit using iproute2 2011-02-24 02:39:03 -08:00
igb_ethtool.c igb: Fix strncpy calls to be safe per source code review tools 2011-03-03 02:48:32 -08:00
igb_main.c igb: warn if max_vfs limit is exceeded 2011-03-03 02:47:23 -08:00
Makefile