- 08 Feb, 2002 21 commits
-
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Jeff Garzik authored
* Initialize interface carrier state in speedo_open. * Update previous netif_carrier_{on,off} change to use linux/mii.h constants. Contributor: Andrew Morton, with modifications from me
-
Jeff Garzik authored
on all RX interrupts. Prior to this fix, RX FIFO overrun and RX buffer overrun interrupts did not trigger an RX poll; now they do. Contributor: Manfred Spraul
-
Jeff Garzik authored
via netif_carrier_{on,off}. Some placeholders to do this were already in the code, making this an even easier and more obvious patch. Also, decrease time until next link beat check, if link beat is not present. (previously the code would wait 60 seconds until next check, regardless of current link state) Contributor: Stefan Rompf, with changes from me
-
Jeff Garzik authored
* Add support for Conexant tulip clones. * Do not store eeprom data on stack (128 or 512 bytes), it's a large object, and also, we already have a copy in kmalloc'd RAM. Contributor: Pavel Roskin
-
Jeff Garzik authored
by cleaning up the pcnet32 namespace a bit. s/PORT_/PCNET32_PORT_/ for local constants, to avoid conflicting with linux/ethtool.h. Contributor: William Lee Irwin III
-
Jeff Garzik authored
"some" systems with "some" cables see a large amount of errors, due to a hardware bug. This bug is (apparently) not probe-able; however it only appears on rare reference boards and the like, so we simply add a config option and default the option to OFF. Further detail: When CONFIG_NATSEMI_CABLE_MAGIC option is enabled, PMDCSR_VAL register value becomes 0x1898, a value provided by a NatSemi app note. This enables a workaround for a hardware bug which is (apparently) not probe-able. Luckily the hardware bug is (apparently) not common either, so we default to disabling this workaround. Contributor: Tim Hockin
-
Jeff Garzik authored
the size of the Tx data buffer list without cause. Spotted by Dave Jones.
-
Alexander Viro authored
nfsd_read() slightly cleaned up.
-
Alexander Viro authored
initialize proc_inode properly for /proc/self/
-
Alexander Viro authored
logics in nfsd_lookup() cleaned up (see above, only more so ;-/)
-
Alexander Viro authored
new helper - exp_get_by_name(client, vfsmount, dentry). Used in places where we travers mountpoint.
-
Alexander Viro authored
logics in exp_get() cleaned up (it's kernel, not IOCCC, damnit...)
-
Alexander Viro authored
exp_child() and exp_parent() take super_block instead of kdev_t.
-
Alexander Viro authored
exp_find() is gone (never used).
-
Alexander Viro authored
unused arguments (and dead code) removed from exp_rootfh().
-
Alexander Viro authored
Get rid of NFSCTL_GETFH.
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
- fix the replacement mistake of xxx_thread_flag - fix the miss test of PT_PTRACED flag OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-
David Howells authored
The first fix changes get_wchan() and the second one fixed what DaveM noticed.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 07 Feb, 2002 19 commits
-
-
Robert Love authored
Fixe another typo in the recent llseek cleanups. Typo was spotted by Miloslav Trmac ... hopefully the last.
-
Jens Axboe authored
-
Jens Axboe authored
-
Alexander Viro authored
Switch over ext3, ufs, reiserfs, msdos, vfat, isofs, qnx4, hpfs, efs, udf, romfs, bfs, affs, hfs, adfs, cramfs, ntfs, jffs, jffs2 and freevxfs to new ->get_sb(). Kill ->read_super() that is thus no longer used.
-
http://linux.bkbits.net/gkernel-2.5Jeff Garzik authored
into rum.normnet.org:/spare/work/gkernel-2.5
-
http://linux.bkbits.net/gkernel-2.5Jeff Garzik authored
into rum.normnet.org:/spare/work/gkernel-2.5
-
http://linux.bkbits.net/linux-2.5Jens Axboe authored
into burns.home.kernel.dk:/usr/local/kernel/BK/linux-2.5
-
Linus Torvalds authored
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into athlon.transmeta.com:/home/torvalds/v2.5/linux
-
David Howells authored
syscall latency improvement * There's now an asm/thread_info.h header file with the basic structure def and asm offsets in it. * There's now a linux/thread_info.h header file which includes the asm version and wraps some bitops calls to make convenience functions for accessing the low-level flags. * The task_struct has had some fields removed (and some flags), and has acquired a pointer to the thread_info struct. * task_struct's are now allocated on slabs in kernel/fork.c, whereas thread_info structs are allocated at the bottom of the stack pages. * Some more convenience functions are provided at the end of linux/sched.h to access flags in other tasks (these are here because they need to access the task_struct).
-
Greg Kroah-Hartman authored
into soap.kroah.net:/home/greg/linux/BK/usb-1
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
filesystem definition patches in -pre2 (changes pcihpfs_fs_type to pcihpfs_type).
-
Greg Kroah-Hartman authored
-
Jeff Garzik authored
Control interface running flag correctly, via netif_carrier_{on,off}, rather than manipulating the IFF_RUNNING bit directly from within the driver (ug). Contributors: Joerg Mayer, Stefans Rumpf
-
Jeff Garzik authored
Contributor: Uwe Bonnes
-
Jeff Garzik authored
Contributor: Russell King
-
Jeff Garzik authored
Second half of fix (first half of which added an embarrassingly long time ago) which works around hardware bug at 10 mbit. Contributors: Steve Parker, Arjan van de Ven
-