Skip to content
  1. Feb 18, 2008
  2. Feb 16, 2008
  3. Feb 15, 2008
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · f6866fec
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (82 commits)
        [NET]: Make sure sockets implement splice_read
        netconsole: avoid null pointer dereference at show_local_mac()
        [IPV6]: Fix reversed local_df test in ip6_fragment
        [XFRM]: Avoid bogus BUG() when throwing new policy away.
        [AF_KEY]: Fix bug in spdadd
        [NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected.
        net: xfrm statistics depend on INET
        [NETFILTER]: make secmark_tg_destroy() static
        [INET]: Unexport inet_listen_wlock
        [INET]: Unexport __inet_hash_connect
        [NET]: Improve cache line coherency of ingress qdisc
        [NET]: Fix race in dev_close(). (Bug 9750)
        [IPSEC]: Fix bogus usage of u64 on input sequence number
        [RTNETLINK]: Send a single notification on device state changes.
        [NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.
        [NETLABEL]: Don't produce unused variables when IPv6 is off.
        [NETLABEL]: Compilation for CONFIG_AUDIT=n case.
        [GENETLINK]: Relax dances with genl_lock.
        [NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.
        [IPV6]: remove unused method declaration (net/ndisc.h).
        ...
      f6866fec
    • Rémi Denis-Courmont's avatar
      [NET]: Make sure sockets implement splice_read · 997b37da
      Rémi Denis-Courmont authored
      
      
      Fixes a segmentation fault when trying to splice from a non-TCP socket.
      
      Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      997b37da
    • Keiichi KII's avatar
      netconsole: avoid null pointer dereference at show_local_mac() · 69c3683c
      Keiichi KII authored
      
      
      This patch avoids a null pointer dereference when we read local_mac 
      for netconsole in configfs and shows default local mac address
      value.
      
      A null pointer dereference occurs when we call show_local_mac() via 
      local_mac entry in configfs before we setup the content of netpoll
      using netpoll_setup().
      
      Signed-off-by: default avatarKeiichi KII <k-keiichi@bx.jp.nec.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      69c3683c
    • Herbert Xu's avatar
      [IPV6]: Fix reversed local_df test in ip6_fragment · b5c15fc0
      Herbert Xu authored
      
      
      I managed to reverse the local_df test when forward-porting this
      patch so it actually makes things worse by never fragmenting at
      all.
      
      Thanks to David Stevens for testing and reporting this bug.
      
      Bill Fink pointed out that the local_df setting is also the wrong
      way around.
      
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b5c15fc0
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · 4ee29f6a
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
        HID: add USB IDs for MacBook 3rd generation
        HID: add LCSPEC from VERNIER to quirk list
        HID: fix processing of event quirks
        HID: Blacklist new GTCO CalComp USB device PIDs
      4ee29f6a
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 · 4e3d0319
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
        ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505
        ACPI: DMI blacklist updates
        pnpacpi: __initdata is not an identifier
        ACPI: static acpi_chain_head
        ACPI: static acpi_find_dsdt_initrd()
        ACPI: static acpi_no_initrd_override_setup()
        thinkpad_acpi: static
        ACPI suspend: Execute _WAK with the right argument
        cpuidle: Add Documentation
        ACPI, cpuidle: Clarify C-state description in sysfs
        ACPI: fix suspend regression due to idle update
      4e3d0319