1. 02 Aug, 2007 9 commits
  2. 01 Aug, 2007 28 commits
  3. 31 Jul, 2007 3 commits
    • Andrew Morton's avatar
      Fix up "remove the arm26 port" · fc34f6c6
      Andrew Morton authored
      scripts/kconfig/conf -o arch/arm/Kconfig
      arch/arm/Kconfig:994: can't open file "drivers/acorn/block/Kconfig"
      
      Cc: Adrian Bunk <bunk@stusta.de>
      Cc: Ian Molton <spyro@f2s.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      fc34f6c6
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup · 8ddf83fe
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup:
        [x86 setup] EDD: Fix the computation of the MBR sector buffer
        [x86 setup] Newline after setup signature failure message
        x86 boot code comments typos
      8ddf83fe
    • Linus Torvalds's avatar
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · 0d6caa17
      Linus Torvalds authored
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (41 commits)
        [RTNETLINK]: Fix warning for !CONFIG_KMOD
        [IPV4] ip_options.c: kmalloc + memset conversion to kzalloc
        [DECNET]: kmalloc + memset conversion to kzalloc
        [NET]: ethtool_perm_addr only has one implementation
        [NET]: ethtool ops are the only way
        [PPPOE]: Improve hashing function in hash_item().
        [XFRM]: State selection update to use inner addresses.
        [IPSEC]: Ensure that state inner family is set
        [TCP]: Bidir flow must not disregard SACK blocks for lost marking
        [TCP]: Fix ratehalving with bidirectional flows
        [PPPOL2TP]: Add CONFIG_INET Kconfig dependency.
        [NET]: Page offsets and lengths need to be __u32.
        [AF_UNIX]: Make code static.
        [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.
        [PKTGEN]: make get_ipsec_sa() static and non-inline
        [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location
        [PPPoX/E]: return ENOTTY on unknown ioctl requests
        [IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.
        [NET]: Fix prio_tune() handling of root qdisc.
        [NET]: Fix sch_api to properly set sch->parent on the root.
        ...
      0d6caa17