Skip to content
  1. Mar 24, 2010
  2. Feb 18, 2010
  3. Feb 12, 2010
  4. Feb 09, 2010
  5. Jan 08, 2010
  6. Dec 04, 2009
  7. Dec 03, 2009
  8. Nov 19, 2009
  9. Nov 18, 2009
  10. Nov 11, 2009
  11. Nov 09, 2009
  12. Oct 30, 2009
  13. Oct 11, 2009
  14. Sep 01, 2009
  15. Aug 13, 2009
  16. Jul 27, 2009
  17. Jul 06, 2009
  18. Jun 13, 2009
  19. Jun 12, 2009
  20. Apr 07, 2009
  21. Mar 30, 2009
  22. Mar 27, 2009
  23. Mar 05, 2009
  24. Feb 18, 2009
  25. Jan 21, 2009
  26. Jan 06, 2009
  27. Dec 28, 2008
  28. Dec 26, 2008
    • Hannes Eder's avatar
      drivers/net/tokenring: fix sparse warnings: make symbols static · 27cd6ae5
      Hannes Eder authored
      
      
      Fix this sparse warnings:
      
        drivers/net/tokenring/ibmtr.c:1840:6: warning: symbol 'tok_rerun' was not declared. Should it be static?
        drivers/net/tokenring/madgemc.c:469:16: warning: symbol 'madgemc_setnselout_pins' was not declared. Should it be static?
        drivers/net/tokenring/proteon.c:286:16: warning: symbol 'proteon_setnselout_pins' was not declared. Should it be static?
        drivers/net/tokenring/skisa.c:303:16: warning: symbol 'sk_isa_setnselout_pins' was not declared. Should it be static?
      
      Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      27cd6ae5
  29. Dec 08, 2008
    • Wang Chen's avatar
      netdevice: Kill netdev->priv · b74ca3a8
      Wang Chen authored
      
      
      This is the last shoot of this series.
      After I removing all directly reference of netdev->priv, I am killing
      "priv" of "struct net_device" and fixing relative comments/docs.
      
      Anyone will not be allowed to reference netdev->priv directly.
      If you want to reference the memory of private data, use netdev_priv()
      instead.
      If the private data is not allocted when alloc_netdev(), use
      netdev->ml_priv to point that memory after you creating that private
      data.
      
      Signed-off-by: default avatarWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b74ca3a8
Loading