Skip to content
  1. Mar 30, 2006
    • Roger Luethi's avatar
      [PATCH] via-rhine: link state fix · 00b428c2
      Roger Luethi authored
      
      
      Problems with link state detection have been reported several times in the
      past months.
      
      Denis Vlasenko did all the work tracking it down. Jeff Garzik suggested the
      proper place for the fix.
      
      When using the mii library, the driver needs to check mii->force_media
      and set dev->state accordingly.
      
      Signed-off-by: default avatarRoger Luethi <rl@hellgate.ch>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      00b428c2
    • Komuro's avatar
      [PATCH] axnet_cs.c : add hardware multicast support · b8ab2dc3
      Komuro authored
      
      
      
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      b8ab2dc3
    • Gary Zambrano's avatar
      b44: fix force mac address before ifconfig up · 5c513129
      Gary Zambrano authored
      
      
      Initializing the b44 MAC & PCI functional blocks in the controller must
      occur inside init_one(). This will allow access to the MAC registers.
      The controller was being powered up in b44_open() which would not allow
      access to the registers before ifconfig was up.
      Philip Kohlbecher found this bug.
      
      Signed-off-by: default avatarGary Zambrano <zambrano@broadcom.com>
      5c513129
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · f3cab8a0
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [NETFILTER]: Rename init functions.
        [TCP]: Fix RFC2465 typo.
        [INET]: Introduce tunnel4/tunnel6
        [NET]: deinline 200+ byte inlines in sock.h
        [ECONET]: Convert away from SOCKOPS_WRAPPED
        [NET]: Fix ipx/econet/appletalk/irda ioctl crashes
        [NET]: Kill Documentation/networking/TODO
        [TG3]: Update version and reldate
        [TG3]: Skip timer code during full lock
        [TG3]: Speed up SRAM access
        [TG3]: Fix PHY loopback on 5700
        [TG3]: Fix bug in 40-bit DMA workaround code
        [TG3]: Fix probe failure due to invalid MAC address
      f3cab8a0
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · 76babde1
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (67 commits)
        [PATCH] powerpc: Remove oprofile spinlock backtrace code
        [PATCH] powerpc: Add oprofile calltrace support to all powerpc cpus
        [PATCH] powerpc: Add oprofile calltrace support
        [PATCH] for_each_possible_cpu: ppc
        [PATCH] for_each_possible_cpu: powerpc
        [PATCH] lock PTE before updating it in 440/BookE page fault handler
        [PATCH] powerpc: Kill _machine and hard-coded platform numbers
        ppc: Fix compile error in arch/ppc/lib/strcase.c
        [PATCH] git-powerpc: WARN was a dumb idea
        [PATCH] powerpc: a couple of trivial compile warning fixes
        powerpc: remove OCP references
        powerpc: Make uImage default build output for MPC8540 ADS
        powerpc: move math-emu over to arch/powerpc
        powerpc: use memparse() for mem= command line parsing
        ppc: fix strncasecmp prototype
        [PATCH] powerpc: make ISA floppies work again
        [PATCH] powerpc: Fix some initcall return values
        [PATCH] powerpc: Workaround for pSeries RTAS bug
        [PATCH] spufs: fix __init/__exit annotations
        [PATCH] powerpc: add hvc backend for rtas
        ...
      76babde1
    • Linus Torvalds's avatar
      Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 · e71ac603
      Linus Torvalds authored
      * git://oss.sgi.com:8090/oss/git/xfs-2.6:
        [XFS] Cleanup in XFS after recent get_block_t interface tweaks.
        [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents()
        [XFS] A change to inode chunk allocation to try allocating the new chunk
        Fixes a regression from the recent "remove ->get_blocks() support"
        [XFS] Fix compiler warning and small code inconsistencies in compat
        [XFS] We really suck at spulling.  Thanks to Chris Pascoe for fixing all
      e71ac603
  2. Mar 29, 2006