- 30 Sep, 2003 8 commits
-
-
Duncan Sands authored
Currently, incoming packets are reassembled in a sk_buff which is then sent to the upper layers. The sk_buff needs to be big enough to hold the worst case packet since the size cannot be known in advance. This would not be so bad if the ATM layer paid attention to the mtu (usually 1500 bytes), but for some reason it blithely ignores it and typically passes 9188 bytes as the maximum size. This means that at best 5/6 of the space in every sk_buff is wasted. So instead let's just allocate an assembly buffer (sarb) which gets reused for every packet, and copy each assembled packet into a minimally sized sk_buff before sending.
-
Duncan Sands authored
-
Joe Perches authored
Reduce constant string space by reusing __FILE__
-
Wim Van Sebroeck authored
I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test the following patch and see if it works now?
-
Matthew Dharm authored
This patch for 2.6 fixes freecom.c -- an error in return-code interpretation was introduced somewhere during 2.5. This also adds a few more checks to try to catch commands that appear to want to move data, but of length 0. This is likely a bug in some higher layer -- I'll bring it up on linux-scsi.
-
Alan Stern authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/gregkh-2.6
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 29 Sep, 2003 28 commits
-
-
Daniel Fages authored
-
bk://kernel.bkbits.net/acme/netsyms-2.6David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.5
-
David S. Miller authored
-
Bart De Schuymer authored
-
Herbert Xu authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Bart De Schuymer authored
The patch below adds the ebt_limit match, which is the equivalent of the iptables limit match. This enables limiting the number of frames processed per time unit. The patch is from Tom Marshall <tommy_at_home.tig-grr.com>.
-
Julian Anastasov authored
-
Julian Anastasov authored
-
Julian Anastasov authored
-
Julian Anastasov authored
-
Urban Widmark authored
them instead of direct references to low2highfoo.
-
Pete Zaitcev authored
Parts of this come from a janitor named Domen, unfortunately, I forgot his e-mail... Anyhow, it's obvious that janitors did not try to compile result of their efforts, this version at least builds.
-
bk://kernel.bkbits.net/acme/ksyms-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Bartlomiej Zolnierkiewicz authored
- common umc8672_init() for built-in and module - release hwif only if hwif->chipset == ide_umc8672 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common qd65xx_init() for built-in and module - release hwif only if hwif->chipset == ide_qd65xx - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common ht6560b_init() for built-in and module - release hwif only if hwif->chipset == ide_ht6560b - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common dtc2278_init() for built-in and module - touch hwifs only if hwif->chipset == ide_unknown for both ports, so we don't thrash already used hwifs when loading module - release hwif only if hwif->chipset == ide_dtc2278 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common ali14xx_init() for built-in and module - do not call findPort() twice - touch hwifs only if chipset was found and initialized - release hwif only if hwif->chipset == ide_ali14xx - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
Blind strncpy()->strlcpy() conversion in 2.5.70 made it impossible to change any setting, revert it.
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 30 Sep, 2003 1 commit
-
-
Russell King authored
Finally admit defeat and change the maintainers entry for 8250/16x50 serial.
-
- 29 Sep, 2003 3 commits
-
-
Tom Rini authored
-
Brian Gerst authored
This removes "do_machine_check()" in favour of just calling the appropriate machine check handler directly from the lowlevel exception code.
-
Armin Schindler authored
Removed doubled header file includes. Removed includes of version.h. Removed the use of __KERNEL_SYSCALLS__
-