1. 07 12月, 2013 1 次提交
    • J
      ethernet: Fix FSF address in file headers · 0ab75ae8
      Jeff Kirsher 提交于
      Several files refer to an old address for the Free Software Foundation
      in the file header comment.  Resolve by replacing the address with
      the URL <http://www.gnu.org/licenses/> so that we do not have to keep
      updating the header comments anytime the address changes.
      
      CC: Santosh Raspatur <santosh@chelsio.com>
      CC: Dimitris Michailidis <dm@chelsio.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Santiago Leon <santil@linux.vnet.ibm.com>
      CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      CC: Olof Johansson <olof@lixom.net>
      CC: Manish Chopra <manish.chopra@qlogic.com>
      CC: Sony Chacko <sony.chacko@qlogic.com>
      CC: Rajesh Borundia <rajesh.borundia@qlogic.com>
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Steve Glendinning <steve.glendinning@shawell.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ab75ae8
  2. 08 1月, 2012 1 次提交
  3. 04 1月, 2012 1 次提交
  4. 11 8月, 2011 1 次提交
    • J
      smsc: Move the SMC (SMSC) drivers · ae150435
      Jeff Kirsher 提交于
      Moves the SMC (SMSC) drivers into drivers/net/ethernet/smsc/ and the
      necessary Kconfig and Makefile changes.  Also did some cleanup
      of NET_VENDOR_SMC Kconfig tag for the 8390 based drivers.
      
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Donald Becker <becker@scyld.com>
      CC: Erik Stahlman <erik@vt.edu>
      CC: Dustin McIntire <dustin@sensoria.com>
      CC: Steve Glendinning <steve.glendinning@smsc.com>
      CC: David Hinds <dahinds@users.sourceforge.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      ae150435
  5. 31 3月, 2011 1 次提交
    • J
      smsc911x: Use pr_fmt, netdev_<level>, and netif_<level> · dffc6b24
      Joe Perches 提交于
      Use the more common/verbose logging styles.
      
      Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
      Remove smsc911x prefixes from format strings.
      Rename SMSC_WARNING to SMSC_WARN.
      Remove DPRINTK macro.
      Use netif_<level> in SMSC_<level> macros.
      Convert NETIF_MSG_<foo> uses to lower case.
      Add no_printk verification in non-debug uses.
      Add pdata to SMSC_<level> uses to avoid hidden variable uses.
      Convert printks to netdev_<level> as appropriate.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      dffc6b24
  6. 04 11月, 2010 1 次提交
  7. 28 10月, 2010 1 次提交
  8. 04 12月, 2009 1 次提交
  9. 20 3月, 2009 1 次提交
  10. 16 12月, 2008 1 次提交
  11. 11 12月, 2008 1 次提交
  12. 06 11月, 2008 1 次提交