Skip to content
  1. Mar 30, 2006
    • Jay Vosburgh's avatar
      [PATCH] bonding: support carrier state for master · ff59c456
      Jay Vosburgh authored
      
      
      	Add support for the bonding master to specify its carrier state
      based upon the state of the slaves.  For 802.3ad, the bond is up if
      there is an active, parterned aggregator.  For other modes, the bond is
      up if any slaves are up.  Updates driver version to 3.0.3.
      
      	Based on a patch by jamal <hadi@cyberus.ca>.
      
      Signed-off-by: default avatarJay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      ff59c456
    • Jeff Garzik's avatar
    • Randy Dunlap's avatar
      [PATCH] acenic: fix section mismatches · 8a89334c
      Randy Dunlap authored
      
      
      Fix section mismatches in acenic driver:
      WARNING: drivers/net/acenic.o - Section mismatch: reference to .init.data:tigon2FwText from .text between 'acenic_probe_one' (at offset 0x2409) and 'ace_interrupt'
      WARNING: drivers/net/acenic.o - Section mismatch: reference to .init.data:tigon2FwRodata from .text between 'acenic_probe_one' (at offset 0x2422) and 'ace_interrupt'
      
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      8a89334c
    • Jens Osterkamp's avatar
      [PATCH] spidernet : reduce console spam · 4e5077b6
      Jens Osterkamp authored
      
      
      This patch reduces the message level of the RX ram full messages
      from err to debug to prevent spamming the console leaving it in the
      logfiles though.
      
      From: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
      
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      4e5077b6
    • 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