1. 07 Jul, 2008 2 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · b2798bf0
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        can: add sanity checks
        fs_enet: restore promiscuous and multicast settings in restart()
        ibm_newemac: Fixes entry of short packets
        ibm_newemac: Fixes kernel crashes when speed of cable connected changes
        pasemi_mac: Access iph->tot_len with correct endianness
        ehea: Access iph->tot_len with correct endianness
        ehea: fix race condition
        ehea: add MODULE_DEVICE_TABLE
        ehea: fix might sleep problem
        forcedeth: fix lockdep warning on ethtool -s
        Add missing skb->dev assignment in Frame Relay RX code
        bridge: fix use-after-free in br_cleanup_bridges()
        tcp: fix a size_t < 0 comparison in tcp_read_sock
        tcp: net/ipv4/tcp.c needs linux/scatterlist.h
        libertas: support USB persistence on suspend/resume (resend)
        iwlwifi: drop skb silently for Tx request in monitor mode
        iwlwifi: fix incorrect 5GHz rates reported in monitor mode
      b2798bf0
    • Benjamin Herrenschmidt's avatar
      powerpc: Fix unterminated of_device_id array in legacy_serial.c · 3bc5ab9b
      Benjamin Herrenschmidt authored
      A recent patch to legacy_serial.c factored out some code by
      using the of_match_node() facility to match a node against
      an array of possible matches. However, the patch didn't properly
      terminate the array causing potential crashes in cases where no
      match is found. In addition, the name of the array was poorly
      chosen for a static symbol making debugging harder.
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3bc5ab9b
  2. 06 Jul, 2008 10 commits
  3. 05 Jul, 2008 15 commits
  4. 04 Jul, 2008 13 commits