12 Jul, 2005
9 commits
-
Move the protocol specific config options out to the specific protocols.
With this change net/Kconfig now starts to become readable and serve as a
good basis for further re-structuring.The menu structure is left almost intact, except that indention is
fixed in most cases. Most visible are the INET changes where several
"depends on INET" are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they are
small but serve the purpose that config options are now distributed
out where they belongs.Signed-off-by: Sam Ravnborg
Signed-off-by: David S. Miller -
Create a new top-level menu named "Networking" thus moving
net related options and protocol selection way from the drivers
menu and up on the top-level where they belong.To implement this all architectures has to source "net/Kconfig" before
drivers/*/Kconfig in their Kconfig file. This change has been
implemented for all architectures.Device drivers for ordinary NIC's are still to be found
in the Device Drivers section, but Bluetooth, IrDA and ax25
are located with their corresponding menu entries under the new
networking menu item.Signed-off-by: Sam Ravnborg
Signed-off-by: David S. Miller -
In some cases, we may be generating packets with a source address that
qualifies as martian. This can happen when we're in the middle of setting
up the network, and netfilter decides to reject a packet with an RST.
The IPv4 routing code would try to print a warning and oops, because
locally generated packets do not have a valid skb->mac.raw pointer
at this point.Signed-off-by: David S. Miller
-
An addition to the last ipvs changes that move
update_defense_level/si_meminfo to keventd:- ip_vs_random_dropentry now runs in process context and should use _bh
locks to protect from softirqs- update_defense_level still needs _bh locks after si_meminfo is called,
for the same purposeSigned-off-by: Julian Anastasov
Signed-off-by: Andrew Morton
Signed-off-by: David S. Miller -
Signed-off-by: Jesper Juhl
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: David S. Miller -
Signed-off-by: Alexey Dobriyan
Signed-off-by: David S. Miller -
Signed-off-by: David S. Miller
11 Jul, 2005
25 commits
-
Signed-off-by: David S. Miller
-
Also fix a bug in 32-bit syscall tracing. We forgot to update
this code when we moved over to the convention that all 32-bit
syscall arguments are zero extended by default.Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Now that sys_ipc has been removed from xtensa, asm/ipc.h is no longer
needed for that architecture. Not tested, but obviously correct. This
file is included only from arch code and this patch also removes the only
inclusion.Signed-off-by: Stephen Rothwell
Signed-off-by: Linus Torvalds -
Lots of this patch is trivial code cleanups (static vars were being
intialized to 0, etc).There's also some fixes for ISO transmits (max buffer handling).
Aswell, we have a few fixes to disable IRM capabilites correctly. We've
also disabled, by default some generally unused EXPORT symbols for the
sake of cleanliness in the kernel. However, instead of removing them
completely, we felt it necessary to have a config option that allowed
them to be enabled for the many projects outside of the main kernel tree
that use our API for driver development.The primary reason for this patch is to revert a MODE6->MODE10 RBC
conversion patch from the SCSI maintainers. The new conversions handled
directly in the scsi layer do not seem to work for SBP2. This patch
reverts to our old working code so that users can enjoy using Firewire
disks and dvd drives again.We are working with the SCSI maintainers to resolve this issue outside
of the main kernel tree. We'll merge the patch once the SCSI layer's
handling of the MODE10 conversion is working for us.Signed-off-by: Linus Torvalds
-
Patch from Tony Lindgren
This patch adds minimal cpufreq support for OMAP
taking advantage of the clock framework.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch updates H2 defconfig.
Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by various OMAP developers syncs the OMAP
specific arch files with the linux-omap tree.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by various OMAP developers syncs the OMAP
specific arch files with the linux-omap tree.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch move common OMAP code from arch-omap to plat-omap
directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch move common OMAP code from arch-omap to plat-omap
directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch move common OMAP code from arch-omap to plat-omap
directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by Juha Yrjölä and other OMAP developers splits
OMAP1 specific common code into OMAP1 id, io, and serial
code in mach-omap1 directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by Paul Mundt and other OMAP developers
moves OMAP1 board files into mach-omap1 directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by Paul Mundt and other OMAP developers
moves OMAP1 specific LED code into mach-omap1 directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by Paul Mundt and other OMAP developers
moves OMAP1 specific IRQ, time, and FPGA code into
mach-omap1 directory.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by Paul Mundt and other OMAP developers modifies
ARM specific Kconfig to allow sharing code between OMAP1 and
OMAP2 architectures.
In order to share code between OMAP1 and OMAP2, all OMAP1
specific code is moved into mach-omap1 directory in the
following patch. A new mach-omap2 directory will be added
later on.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Tony Lindgren
This patch by various OMAP developers syncs the OMAP
specific include files with the linux-omap tree.Signed-off-by: Tony Lindgren
Signed-off-by: Russell King -
Patch from Deepak Saxena
The code in mm-armv.c checks for the condition (cpu_architecture()
Signed-off-by: Russell King -
Patch from Lennert Buytenhek
Update the ixp2000 defconfigs from 2.6.12-git6 to 2.6.13-rc2.
Signed-off-by: Lennert Buytenhek
Signed-off-by: Russell King -
Patch from Lennert Buytenhek
This patch converts the ixp2000 serial port over to a platform
serial device.Signed-off-by: Lennert Buytenhek
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King
10 Jul, 2005
5 commits
-
I fixed this in one git tree but that wasn't the one I pushed...
Signed-off-by: Dave Airlie
09 Jul, 2005
1 commit
-
Signed-off-by: David S. Miller