- 22 Apr, 2002 1 commit
-
-
Alexey Kuznetsov authored
- Handle downing of multicast routes properly, since they refer potentially to multiple devices. - IPv6 raw had missing sk->filter handling and rawv6_rcv missing some checksum processing. - IPV6 udp needs to use skb_checksum not csum_partial on skb->h.raw - Ingress packet scheduler fixes from Jamal - Addrconf bug discoverd by Petr Baudis, ipv6_ifa_notify should pass NULL second arg to ipv6_chk_addr in RTM_DELADDR handling.
-
- 18 Apr, 2002 1 commit
-
-
Lennert Buytenhek authored
- Output netfilter hook does not care about input dev so do not even pass it in
-
- 16 Apr, 2002 1 commit
-
-
Trond Myklebust authored
Fix tcp_read_sock() so that it advances tp->copied_seq.
-
- 10 Apr, 2002 6 commits
-
-
David S. Miller authored
-
Trond Myklebust authored
read directly, sendfile style, from a TCP socket. RPC layer patches to take advantage of this are pending to improve TCP NFS support.
-
Harald Welte authored
- SMP TABLE_OFFSET fix - ordered CPUs - Set /proc entry owner - Fix ip6tables layer4 protocol header calculation - MAC match: register for FORWARD hook, add MODULE_LICENSE
-
Randy Dunlap authored
from struct kernel_stat. They are unused and not visible in any way to userspace.
-
Tom Rini authored
CONFIG_DEV_APPLETALK are meant for the same thing. Rename all uses to CONFIG_DEV_APPLETALK, use consistently inside drivers/net/appletalk/Config.in and update documentation to match.
-
Benjamin LaHaise authored
tcp_opt.ucopy to save space on 64-bit platforms.
-
- 09 Apr, 2002 1 commit
-
-
David S. Miller authored
-
- 05 Apr, 2002 27 commits
-
-
Andrew Morton authored
This chunk is present in 2.4, missing in 2.5. It stops the loop thread from waiting on its owm buffers.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
bk://linuxusb.bkbits.net/dir_move-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
It's up to other architectures to worry about portability for now.
-
Dave Hansen authored
Moved i_sem down into notify_change() and out of the UMSDOS function. Moved BKL down from notify_change into filesystems.
-
Neil Brown authored
typo in that last patch, sorry.
-
Neil Brown authored
This increases the max read/write size for nfsd from 8K to 32K. This requires making NFSv2 return the right number in statfs requests. NFSv3 already does that.
-
Neil Brown authored
[PATCH] PATCH 3 of 4 : knfsd : Store the fsid in the returned attributes instead of the device number When a filesystem is exported with fsid= we should use that fsid instead of the i_dev number when returning NFS attributes, so that there is no chance of clients that depend on the filesys id in the attributes getting confused by device numbers changing. We only do this if the reference filehandle uses fsid to identify the filesystem, so that a server can be converted from non-fsid= to using fsid= without confusing active clients.
-
Neil Brown authored
Previously we could only export FS_REQUIRES_DEV filesystems as we need a devno to put in the filehandle. Now that we have fsid= (NFSEXP_FSID) we don't need a devno to put in the filehandle so we can relax this requirement.
-
Neil Brown authored
Use symbolic names for some common size components in the response size calculation for the NFSD. This makes it easier to get the numbers right and to review them. This patch also fixes a few number for nfsv3 that were wrong.
-
Jens Axboe authored
Lets just kill this check -- it usually only catches drivers queueing something in front of a started request on their own (such as shoving a request sense in front of a failed packet command, for instance). So it's either working around this detection in some drivers, or killing it. I vote for the latter, patch attached against 2.5.8-pre1 :-)
-
Greg Kroah-Hartman authored
moved the USB_STORAGE Config.help items into the drivers/usb/storage directory.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Greg Kroah-Hartman authored
added a README file to explain what the different subdirectories are for.
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
moved class/storage/ back to storage/ created input/ orderd the makefiles and config.in menus better.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Patrick Mochel authored
-
Patrick Mochel authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
into hera.kernel.org:/home/mochel/BK/linux-2.5
-
- 04 Apr, 2002 3 commits
-
-
Greg Kroah-Hartman authored
more file movement cleanups. Now handles misc drivers compiled into the kernel corectly.
-
Greg Kroah-Hartman authored
moved the host drivers help to the host directory
-
Greg Kroah-Hartman authored
fixed lib Makefile problem with usb files moving moved drivers/usb/scanner/ to drivers/usb/image/
-