]> git.neil.brown.name Git - history.git/commit
I just put a pre-90 on ftp.kernel.org, and I'm happy to report that Davem 2.1.90pre1
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:14:53 +0000 (15:14 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:14:53 +0000 (15:14 -0500)
commit9d11a5176cc5b9609542b1bd5a827b8618efe681
treef6ec347a9103713aef460bf6f89ae44f8f49a24d
parent3b0db29ea7b7851d22a1489c5b6deda6c256a20a
I just put a pre-90 on ftp.kernel.org, and I'm happy to report that Davem
seems to have found and fixed the TCP performance problem, which means
that the code-freeze for 2.2 is going to go into effect shortly..

pre-90 does a few other minor things, like for example getting rid of
kerneld because the new kmod thing is a lot simpler in many ways. Let's
see what the reaction to that is, but I'm fairly certain that this was a
major good thing: I've personally never liked kerneld, but kmod seems to
be a much nicer and more controlled way of handling the same issues that
kerneld tried to do. I'd actually almost be willing to use the thing
myself, something that was never true of kerneld.

This also moves the WD7000 SCSI driver to a working status again, thanks
to Miroslav Zagorac.

But the interesting and important part of the patches are the networking
fixes from David and Bill Hawes..

                Linus
168 files changed:
CREDITS
Documentation/Configure.help
Documentation/kmod.txt [new file with mode: 0644]
Documentation/modules.txt
MAINTAINERS
Makefile
arch/alpha/config.in
arch/alpha/defconfig
arch/alpha/kernel/process.c
arch/arm/kernel/init_task.c
arch/i386/config.in
arch/i386/defconfig
arch/i386/kernel/init_task.c
arch/m68k/config.in
arch/m68k/defconfig
arch/m68k/kernel/process.c
arch/mips/config.in
arch/mips/kernel/init_task.c
arch/ppc/config.in
arch/ppc/defconfig
arch/ppc/kernel/process.c
arch/sparc/config.in
arch/sparc/defconfig
arch/sparc/kernel/init_task.c
arch/sparc64/config.in
arch/sparc64/kernel/init_task.c
drivers/block/ide-disk.c
drivers/block/ide.c
drivers/block/md.c
drivers/block/rd.c
drivers/char/ftape/zftape/zftape-ctl.c
drivers/char/ftape/zftape/zftape-init.c
drivers/char/ftape/zftape/zftape-read.c
drivers/char/ftape/zftape/zftape-write.c
drivers/char/lp_m68k.c
drivers/char/misc.c
drivers/char/tty_io.c
drivers/misc/parport_init.c
drivers/misc/parport_share.c
drivers/net/ppp.c
drivers/net/slip.c
drivers/scsi/ppa.c
drivers/scsi/scsi.c
drivers/scsi/scsi_error.c
drivers/scsi/scsi_obsolete.c
drivers/scsi/scsi_queue.c
drivers/scsi/wd7000.c
drivers/scsi/wd7000.h
drivers/sound/dev_table.c
drivers/sound/dmabuf.c
drivers/sound/sound_calls.h
drivers/video/fbcon.c
fs/devices.c
fs/exec.c
fs/fcntl.c
fs/filesystems.c
fs/ncpfs/dir.c
fs/ncpfs/inode.c
fs/nfs/inode.c
fs/nfs/nfs2xdr.c
fs/nls/nls_base.c
fs/ntfs/fs.c
fs/open.c
fs/proc/root.c
fs/super.c
include/linux/file.h
include/linux/kerneld.h [deleted file]
include/linux/kmod.h [new file with mode: 0644]
include/linux/module.h
include/linux/mroute.h
include/linux/netdevice.h
include/linux/nfs_fs.h
include/linux/rtnetlink.h
include/linux/sched.h
include/linux/socket.h
include/linux/sunrpc/clnt.h
include/linux/sysctl.h
include/net/dst.h
include/net/ip6_route.h
include/net/ipv6.h
include/net/route.h
include/net/sock.h
include/net/tcp.h
init/main.c
ipc/Makefile
ipc/msg.c
ipc/util.c
kernel/Makefile
kernel/exit.c
kernel/fork.c
kernel/kmod.c [new file with mode: 0644]
kernel/ksyms.c
kernel/module.c
kernel/sched.c
kernel/sysctl.c
mm/slab.c
mm/swap_state.c
mm/vmscan.c
net/802/sysctl_net_802.c
net/802/tr.c
net/appletalk/ddp.c
net/ax25/af_ax25.c
net/core/dev.c
net/core/iovec.c
net/core/neighbour.c
net/core/sock.c
net/core/sysctl_net_core.c
net/ipv4/af_inet.c
net/ipv4/arp.c
net/ipv4/devinet.c
net/ipv4/fib_frontend.c
net/ipv4/fib_hash.c
net/ipv4/fib_rules.c
net/ipv4/fib_semantics.c
net/ipv4/icmp.c
net/ipv4/igmp.c
net/ipv4/ip_forward.c
net/ipv4/ip_fragment.c
net/ipv4/ip_fw.c
net/ipv4/ip_input.c
net/ipv4/ip_masq_mod.c
net/ipv4/ip_masq_raudio.c
net/ipv4/ip_options.c
net/ipv4/ip_output.c
net/ipv4/ip_sockglue.c
net/ipv4/ipconfig.c
net/ipv4/ipip.c
net/ipv4/ipmr.c
net/ipv4/proc.c
net/ipv4/rarp.c
net/ipv4/raw.c
net/ipv4/route.c
net/ipv4/syncookies.c
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c
net/ipv4/timer.c
net/ipv4/udp.c
net/ipv6/addrconf.c
net/ipv6/af_inet6.c
net/ipv6/exthdrs.c
net/ipv6/icmp.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_fw.c
net/ipv6/ip6_input.c
net/ipv6/ip6_output.c
net/ipv6/ipv6_sockglue.c
net/ipv6/ndisc.c
net/ipv6/proc.c
net/ipv6/raw.c
net/ipv6/reassembly.c
net/ipv6/route.c
net/ipv6/sit.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/ipx/af_ipx.c
net/netbeui/af_netbeui.c
net/netlink/af_netlink.c
net/netrom/af_netrom.c
net/netsyms.c
net/packet/af_packet.c
net/rose/af_rose.c
net/socket.c
net/unix/af_unix.c
net/x25/af_x25.c