1. 20 10月, 2008 3 次提交
  2. 17 10月, 2008 2 次提交
  3. 16 10月, 2008 6 次提交
  4. 15 10月, 2008 25 次提交
  5. 14 10月, 2008 4 次提交
    • R
      qlge: Fix page size ifdef test. · 48501371
      Ron Mercer 提交于
      This ASIC does support all page sizes. For 4k and 8k page size the TX
      control block needs an external scatter gather list.  For page sizes
      larger than 8k the max frags is satisfied by the original TX control
      block.
      Signed-off-by: NRon Mercer <ron.mercer@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      48501371
    • A
      net: Rationalise email address: Network Specific Parts · 113aa838
      Alan Cox 提交于
      Clean up the various different email addresses of mine listed in the code
      to a single current and valid address. As Dave says his network merges
      for 2.6.28 are now done this seems a good point to send them in where
      they won't risk disrupting real changes.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      113aa838
    • H
      dsa: fix compile bug on s390 · 510149e3
      Heiko Carstens 提交于
      git commit 45cec1ba
      "dsa: Need to select PHYLIB." causes this build bug on s390:
      
      drivers/built-in.o: In function `phy_stop_interrupts':
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:631: undefined reference to `free_irq'
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:646: undefined reference to `enable_irq'
      drivers/built-in.o: In function `phy_start_interrupts':
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:601: undefined reference to `request_irq'
      drivers/built-in.o: In function `phy_interrupt':
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:528: undefined reference to `disable_irq_nosync'
      drivers/built-in.o: In function `phy_change':
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:674: undefined reference to `enable_irq'
      /home/heicarst/linux-2.6/drivers/net/phy/phy.c:692: undefined reference to `disable_irq'
      
      PHYLIB has alread a depend on !S390, however select PHYLIB at DSA overrides
      that unfortunately. So add a depend on !S390 to DSA as well.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      510149e3
    • A
      netns: mib6 section fixlet · e7dc8494
      Alexey Dobriyan 提交于
        LD      net/ipv6/ipv6.o
      WARNING: net/ipv6/ipv6.o(.text+0xd8): Section mismatch in reference from the function inet6_net_init() to the function .init.text:ipv6_init_mibs()
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e7dc8494