1. 18 2月, 2009 2 次提交
  2. 15 1月, 2009 6 次提交
  3. 26 12月, 2008 1 次提交
  4. 13 11月, 2008 1 次提交
    • W
      netdevice: safe convert to netdev_priv() #part-2 · 4cf1653a
      Wang Chen 提交于
      We have some reasons to kill netdev->priv:
      1. netdev->priv is equal to netdev_priv().
      2. netdev_priv() wraps the calculation of netdev->priv's offset, obviously
         netdev_priv() is more flexible than netdev->priv.
      But we cann't kill netdev->priv, because so many drivers reference to it
      directly.
      
      This patch is a safe convert for netdev->priv to netdev_priv(netdev).
      Since all of the netdev->priv is only for read.
      But it is too big to be sent in one mail.
      I split it to 4 parts and make every part smaller than 100,000 bytes,
      which is max size allowed by vger.
      Signed-off-by: NWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4cf1653a
  5. 14 8月, 2008 2 次提交
  6. 07 8月, 2008 4 次提交
  7. 23 7月, 2008 9 次提交
  8. 18 6月, 2008 2 次提交
  9. 25 4月, 2008 1 次提交
  10. 26 3月, 2008 1 次提交
  11. 29 1月, 2008 4 次提交
  12. 11 10月, 2007 1 次提交
  13. 31 8月, 2007 1 次提交
    • D
      netxen: fix crashes during module unload · 3052246c
      dhananjay@netxen.com 提交于
      This patch fixes two problems during driver unload. The pci_disable_device()
      call is before firmware reload, causing reads and writes across PCI bus after
      disabling device. Second problem is the register window was wrong during
      firmware reload
      
      Signed-off by: Dhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3052246c
  14. 02 7月, 2007 2 次提交
  15. 10 6月, 2007 1 次提交
  16. 28 4月, 2007 2 次提交