- 27 Oct, 2002 8 commits
-
-
Bart De Schuymer authored
-
Bart De Schuymer authored
-
Mark-André Hopf authored
-
Nivedita Singhvi authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
James Morris authored
-
- 26 Oct, 2002 2 commits
-
-
Shirley Ma authored
- crash due to redundant dst_release. - setting expire timeout on wrong route - wrong mtu is selected when device mtu changed while device is down - not working pmtu discovery timeout on cloned routes - more reasonable behaviour on administrative increase of device mtu - Ported to 2.5.44 by Alexey N. Kuznetsov.
-
Florian Weimer authored
-
- 24 Oct, 2002 9 commits
-
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
- Changed dst named metrics, to RTAX_MAX metrics array. - Add inline shorthands to access them - Add update_pmtu and get_mss to DST ops. - Add path component to DST, it is DST itself by default.
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
- 23 Oct, 2002 3 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
David S. Miller authored
-
- 22 Oct, 2002 1 commit
-
-
Harald Welte authored
-
- 20 Oct, 2002 6 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
This also buries ip_proc.c.
-
Arnaldo Carvalho de Melo authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Matthew Wilcox authored
-
Arnaldo Carvalho de Melo authored
Also move the fib code back to the fib implementation, and that will now be done for udp and arp, then finally burying the ip_proc stillborn.
-
- 19 Oct, 2002 4 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
-
- 18 Oct, 2002 7 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Skip Ford authored
-
Linus Torvalds authored
-
Patrick Mochel authored
The problem was that when the refcount hit 0, it was unconditionally assuming that it had been added, which is wrong. The patch below corrects that, and fixes the Oops when loading the floppy driver.
-
bk://linuxusb.bkbits.net/pnp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andi Kleen authored
Several ports (x86-64,ppc64,sparc64) which do 32bit ioctl emulation have functions for drivers to let them define their own translation handlers. So far it was a bit complicated to use because there was no standard include file that declares the prototypes for this stuff. Then drivers and other subsystems can start to declare their own ioctl translation handlers. This patch add include/linux/ioctl32.h to fix this. The actual implementation is in arch specific code. It has been coordinated with DaveM and Anton. This patch is needed for the x86-64 merge I sent in separate mail. There is currently no preprocessor symbol that the drivers can test to see if they should use this. So far they have to check arch symbols. This will be fixed later when all 64bit ports that need it add the dynamic ioctl registration API too (that's ia64,s390x,mips64)
-