1. 30 Aug, 2006 3 commits
    • Lv Liangying's avatar
      [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error · 76d0cc1b
      Lv Liangying authored
         When I tested Linux kernel 2.6.17.7 about statistics
      "ipv6IfStatsInAddrErrors", found that this counter couldn't increase
      correctly. The criteria is RFC2465:
       ipv6IfStatsInAddrErrors OBJECT-TYPE
            SYNTAX      Counter32
            MAX-ACCESS  read-only
            STATUS      current
            DESCRIPTION
               "The number of input datagrams discarded because
               the IPv6 address in their IPv6 header's destination
               field was not a valid address to be received at
               this entity.  This count includes invalid
               addresses (e.g., ::0) and unsupported addresses
               (e.g., addresses with unallocated prefixes).  For
               entities which are not IPv6 routers and therefore
               do not forward datagrams, this counter includes
               datagrams discarded because the destination address
               was not a local address."
            ::= { ipv6IfStatsEntry 5 }
      
      When I send packet to host with destination that is ether invalid
      address(::0) or unsupported addresses(1::1), the Linux kernel just
      discard the packet, and the counter doesn't increase(in the function
      ip6_pkt_discard).
      Signed-off-by: default avatarLv Liangying <lvly@nanjing-fnst.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      76d0cc1b
    • David S. Miller's avatar
      [E100]: Add module option to ignore bad EEPROM checksums. · 8fb6f732
      David S. Miller authored
      Several people run into the situation where the E100
      EEPROM contents are fine, but the checksum hasn't been
      set properly.  This renders the device useless for
      them even though it would function correctly.
      
      The default is off, which retains the current behavior.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8fb6f732
    • Sridhar Samudrala's avatar
      [SCTP]: Fix sctp_primitive_ABORT() call in sctp_close(). · b9ac8672
      Sridhar Samudrala authored
      With the recent fix, the callers of sctp_primitive_ABORT()
      need to create an ABORT chunk and pass it as an argument rather
      than msghdr that was passed earlier.
      Signed-off-by: default avatarSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b9ac8672
  2. 29 Aug, 2006 3 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · dc709bd1
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
        [CIFS] Do not send Query All EAs SMB when mount option nouser_xattr
        [CIFS] endian errors in lanman protocol support
        [CIFS] Fix oops in cifs_close due to unitialized lock sem and list in
        [CIFS] Fix oops when negotiating lanman and no password specified
        [CIFS]
        [CIFS] Allow cifsd to suspend if connection is lost
        [CIFS] Make midState usage more consistent
        [CIFS] spinlock protect read of last srv response time in timeout path
        [CIFS] Do not time out posix brl requests when using new posix setfileinfo
      dc709bd1
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-serial · d9629953
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-serial:
        [SERIAL] Support for Intashield 2 port PCI serial card
      d9629953
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 1b8b22f4
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers
        [ARM] Add Integrator support for glibc outb() and friends
        [ARM] Move prototype for register_isa_ports to asm/io.h
        [ARM] Arrange for isa.c to use named initialisers
        [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems
        [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such timeouts were en
        [ARM] 3758/1: Preserve signalling NaNs in conversion
        [ARM] 3749/3: Correct VFP single/double conversion emulation
        [ARM] 3748/3: Correct error check in vfp_raise_exceptions
      1b8b22f4
  3. 28 Aug, 2006 5 commits
  4. 27 Aug, 2006 29 commits