- 06 Feb, 2004 40 commits
-
-
Linus Torvalds authored
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.6
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
Keith M. Wesolowski authored
-
Petri T. Koistinen authored
-
Shmulik Hen authored
Make the regular/HW accelerated xmit functions in the 8021q module use the new set VLAN tag functionality to reduce code duplication.
-
Shmulik Hen authored
Enable intermediate network drivers like bonding to get or set a VLAN tag in an skb without a need to know about how tagging is done according to a network adapter's capabilities.
-
Shmulik Hen authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Andrew Morton authored
Reimplement net_ratelimit() in terms of the new printk_ratelimit(). As net_ratelimit() already has it own sysctls we generalise printk_ratelimit() a bit so that networking does not lose its existing sysctls and so that it can use different time constants from the more generic printk_ratelimit().
-
Matthew Wilcox authored
PA-RISC specific driver updates: - Stop pasting __FILE__ - Improve card-mode Dino support (James Bottomley) - Fix dev->bridge rename (James Bottomley) - iosapic/SBA/LBA cleanups (Grant Grundler) - Improve LED support (Helge Deller) - Fix mux driver (Ryan Bradetich) - Make STI framebuffer work on RDI PrecisionBook (Helge Deller)
-
Matthew Wilcox authored
- a500 & c3000 defconfigs (Grant Grundler) - Copyright and FSF address updates (Joel Soete, Grant Grundler) - Changes to fix dev->bridge conversion (James Bottomley) - Fix SuckyIO console (Grant Grundler) - Stop pasting __FILE__ - More compat work (Carlos O'Donell) - Redo vmlinux.lds.S for x86-similarity (James Bottomley) - Move __ex_table into the writable section (Randolph Chung)
-
Matthew Wilcox authored
I need this to cope with some devices on PA-RISC and Russell also needs something like it for PCMCIA.
-
Stephen Hemminger authored
Convert dev_alloc_name from O(n^2) lookup to O(n) by using a page as bitmap to figure out how many devices of that pattern have been allocated. This works for up to 32k devices (PAGE_SIZE*8) on i386, more on other platforms. Correctly handles the boundary cases where number of devices won't fit because name length is limited. Adds strnchr to the string libraries since we need to find the % format character, but only care if it is in the first 15 bytes.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Andrew Morton authored
-
Andrew Morton authored
-
Andrew Morton authored
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jaroslav Kysela authored
Intel8x0 driver Andrew Morton <akpm@osdl.org> - Fix some unnecessary and odd handling of timeval usec overflow
-
Jaroslav Kysela authored
Intel8x0 driver Fixed alsa_card_intel8x0_setup()
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
This cset adds platform support for the ARM Integrator/CP platform.
-
Russell King authored
-
Russell King authored
- Add methods to request/release regions. - Add method to find AMBA devices. - Only register devices whose ID is known. - Devices may have two interrupt signals. - Add hotplug method.
-
Russell King authored
This makes use of David Brownell's INIT_MACHINE support.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Andrew Morton authored
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com> Chris Siebenmann posted a fix to update the old inode ctime on rename(). This fix went into 2.2.13, but did not make into 2.4 or 2.6 kernels (the 2.2.13 diff is at the end of this message). Here is updated 2.6 version without mark_inode_dirty(), which is not necessary anymore because its called by "ext2_dec_count()" few lines down.
-