1. 29 Oct, 2003 2 commits
    • Andrew Morton's avatar
      [PATCH] initcall ordering fix for PNP NICs · 06ceb2bd
      Andrew Morton authored
      From: "M.H.VanLeeuwen" <vanl@megsinet.net>
      
      The level of isapnp_init was moved to after apci sometime ago.  Since it is
      now after net_dev_init, ISA PNP NICs fail to initialized at boot.  This is
      particularily problematic for NFS root filesystems like mine, or none
      modular systems.
      
      This fix allows ISA PNP NIC cards to work during net_dev_init, and still
      leaves isapnp_init after apci_init.
      06ceb2bd
    • Andrew Morton's avatar
      [PATCH] sis900 skb free fix · bf69c42c
      Andrew Morton authored
      This driver is freeing skb's from timer context, with local irq's disabled.
      
      It generates warnings from local_bh_enable() because local_bh_enable()
      reenables interrupts, exposing the machine to deadlocks.
      
      So use the deferred dev_kfree_skb_irq() instead.
      bf69c42c
  2. 28 Oct, 2003 17 commits
  3. 27 Oct, 2003 18 commits
  4. 26 Oct, 2003 3 commits