1. 10 Jan, 2004 4 commits
    • Stephen Hemminger's avatar
      [PATCH] (1/12) Probe2 infrastructure for 2.6 experimental · 37b91f25
      Stephen Hemminger authored
      New infrastructure to allow probing older builtin drivers (like ISA)
      Originally by Al Viro, updated to apply agains jgarzik/net-drivers-2.5-exp
      37b91f25
    • Stephen Hemminger's avatar
      [PATCH] remove dev_get from wanrouter · b9db942b
      Stephen Hemminger authored
      The call to dev_get() in wanrouter_device_new_if is racy and redundant and should
      be removed.  The later 'register_netdev()' does the same test internally and will
      return the appropriate error if the name already exists.
      
      This patch is against 2.6.0-test6.
      Resend of earlier patch because it was ignored, or missed.
      b9db942b
    • François Romieu's avatar
      [PATCH] 2.6.0-test6 - more free_netdev() conversion · 6e634db3
      François Romieu authored
      Compiles ok (with true .o generated, yeah). Please review.
      
      free_netdev() of devices allocated through use of alloc_netdev().
      Though baroque, drivers/net/3c515.c now uses alloc_etherdev().
      
      
       drivers/net/3c515.c   |   23 ++++++++++++-----------
       drivers/net/defxx.c   |    2 +-
       drivers/net/dummy.c   |    2 +-
       drivers/net/eql.c     |    2 +-
       drivers/net/ns83820.c |    2 +-
       drivers/net/plip.c    |   14 ++++++++++----
       drivers/net/shaper.c  |   11 ++++++++---
       drivers/net/tun.c     |   18 +++++++++---------
       9 files changed, 43 insertions(+), 31 deletions(-)
      6e634db3
    • Stephen Hemminger's avatar
      [PATCH] wan/lmc -- convert to new network device model · 8129fc9c
      Stephen Hemminger authored
      Resend of LMC driver patch for 2.6.0-test6
        * do proper probing
        * allocate network device with alloc_netdev
        * use standard pci_id's instead of local defines
        * use standard PCI device interface to find and remove devices.
      8129fc9c
  2. 09 Jan, 2004 3 commits
  3. 08 Jan, 2004 33 commits