Skip to content
Snippets Groups Projects
  1. Feb 12, 2010
  2. Jan 08, 2010
  3. Dec 04, 2009
  4. Dec 03, 2009
  5. Nov 19, 2009
  6. Nov 18, 2009
  7. Nov 10, 2009
  8. Nov 09, 2009
  9. Oct 29, 2009
  10. Oct 11, 2009
  11. Sep 01, 2009
  12. Aug 12, 2009
  13. Jul 26, 2009
  14. Jul 05, 2009
  15. Jun 13, 2009
  16. Jun 12, 2009
  17. Apr 07, 2009
  18. Mar 30, 2009
  19. Mar 27, 2009
  20. Mar 04, 2009
  21. Feb 17, 2009
  22. Jan 21, 2009
  23. Jan 06, 2009
  24. Dec 27, 2008
  25. 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
  26. 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
  27. Nov 24, 2008
Loading