1. 03 5月, 2018 3 次提交
  2. 30 4月, 2018 8 次提交
  3. 23 4月, 2018 1 次提交
  4. 19 4月, 2018 19 次提交
  5. 17 4月, 2018 1 次提交
  6. 27 3月, 2018 1 次提交
    • H
      r8169: fix setting driver_data after register_netdev · 19c9ea36
      Heiner Kallweit 提交于
      pci_set_drvdata() is called only after registering the net_device,
      therefore we could run into a NPE if one of the functions using
      driver_data is called before it's set.
      
      Fix this by calling pci_set_drvdata() before registering the
      net_device.
      
      This fix is a candidate for stable. As far as I can see the
      bug has been there in kernel version 3.2 already, therefore
      I can't provide a reference which commit is fixed by it.
      
      The fix may need small adjustments per kernel version because
      due to other changes the label which is jumped to if
      register_netdev() fails has changed over time.
      Reported-by: NDavid Miller <davem@davemloft.net>
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      19c9ea36
  7. 22 3月, 2018 4 次提交
  8. 05 3月, 2018 2 次提交
  9. 01 3月, 2018 1 次提交