Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Jul 12, 2005
2 parents 2824bd2 + f4637b5 commit 9ffc7a0
Show file tree
Hide file tree
Showing 84 changed files with 691 additions and 583 deletions.
2 changes: 2 additions & 0 deletions arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
4 changes: 3 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,8 @@ config APM

endmenu

source "net/Kconfig"

menu "Device Drivers"

source "drivers/base/Kconfig"
Expand Down Expand Up @@ -732,7 +734,7 @@ source "drivers/ieee1394/Kconfig"

source "drivers/message/i2o/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/isdn/Kconfig"

Expand Down
4 changes: 3 additions & 1 deletion arch/arm26/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ source "mm/Kconfig"

endmenu

source "net/Kconfig"

source "drivers/base/Kconfig"

source "drivers/parport/Kconfig"
Expand All @@ -193,7 +195,7 @@ source "drivers/block/Kconfig"

source "drivers/md/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/ide/Kconfig"

Expand Down
4 changes: 3 additions & 1 deletion arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ source arch/cris/arch-v10/Kconfig

endmenu

source "net/Kconfig"

# bring in ETRAX built-in drivers
menu "Drivers for built-in interfaces"
source arch/cris/arch-v10/drivers/Kconfig
Expand Down Expand Up @@ -149,7 +151,7 @@ source "drivers/ieee1394/Kconfig"

source "drivers/message/i2o/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/isdn/Kconfig"

Expand Down
2 changes: 2 additions & 0 deletions arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
4 changes: 3 additions & 1 deletion arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/base/Kconfig"

source "drivers/mtd/Kconfig"
Expand All @@ -65,7 +67,7 @@ source "drivers/ide/Kconfig"

source "arch/h8300/Kconfig.ide"

source "net/Kconfig"
source "drivers/net/Kconfig"

#
# input - input/joystick depends on it. As does USB.
Expand Down
2 changes: 2 additions & 0 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ endmenu

endif

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ source "drivers/zorro/Kconfig"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

menu "Character devices"
Expand Down
2 changes: 2 additions & 0 deletions arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ config PM

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,8 @@ config PM

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,8 @@ config PIN_TLB
depends on ADVANCED_OPTIONS && 8xx
endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/ppc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ config CMDLINE

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
4 changes: 3 additions & 1 deletion arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ config KEXEC

endmenu

source "net/Kconfig"

config PCMCIA
bool
default n
Expand All @@ -475,7 +477,7 @@ source "drivers/scsi/Kconfig"

source "drivers/s390/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "fs/Kconfig"

Expand Down
2 changes: 2 additions & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ config EMBEDDED_RAMDISK_IMAGE

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/sh64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ source "mm/Kconfig"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

if !SUN4
Expand Down
4 changes: 3 additions & 1 deletion arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ source "mm/Kconfig"

endmenu

source "net/Kconfig"

source "drivers/base/Kconfig"

source "drivers/video/Kconfig"
Expand All @@ -551,7 +553,7 @@ endif

source "drivers/ieee1394/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/isdn/Kconfig"

Expand Down
4 changes: 3 additions & 1 deletion arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ endmenu

source "init/Kconfig"

source "net/Kconfig"

source "drivers/base/Kconfig"

source "arch/um/Kconfig_char"
Expand All @@ -287,7 +289,7 @@ config NETDEVICES

source "arch/um/Kconfig_net"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "fs/Kconfig"

Expand Down
4 changes: 3 additions & 1 deletion arch/v850/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

#############################################################################

source "drivers/base/Kconfig"
Expand Down Expand Up @@ -283,7 +285,7 @@ source "drivers/ieee1394/Kconfig"

source "drivers/message/i2o/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/isdn/Kconfig"

Expand Down
2 changes: 2 additions & 0 deletions arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ config UID16

endmenu

source "net/Kconfig"

source drivers/Kconfig

source "drivers/firmware/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ source "fs/Kconfig.binfmt"

endmenu

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source "drivers/message/i2o/Kconfig"

source "drivers/macintosh/Kconfig"

source "net/Kconfig"
source "drivers/net/Kconfig"

source "drivers/isdn/Kconfig"

Expand Down
3 changes: 3 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Network device configuration
#

menu "Network device support"

config NETDEVICES
depends on NET
bool "Network device support"
Expand Down Expand Up @@ -2547,3 +2549,4 @@ config NETCONSOLE
If you want to log kernel messages over the network, enable this.
See <file:Documentation/networking/netconsole.txt> for details.

endmenu
27 changes: 27 additions & 0 deletions drivers/net/appletalk/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
#
# Appletalk driver configuration
#
config ATALK
tristate "Appletalk protocol support"
select LLC
---help---
AppleTalk is the protocol that Apple computers can use to communicate
on a network. If your Linux box is connected to such a network and you
wish to connect to it, say Y. You will need to use the netatalk package
so that your Linux box can act as a print and file server for Macs as
well as access AppleTalk printers. Check out
<http://www.zettabyte.net/netatalk/> on the WWW for details.
EtherTalk is the name used for AppleTalk over Ethernet and the
cheaper and slower LocalTalk is AppleTalk over a proprietary Apple
network using serial links. EtherTalk and LocalTalk are fully
supported by Linux.

General information about how to connect Linux, Windows machines and
Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The
NET-3-HOWTO, available from
<http://www.tldp.org/docs.html#howto>, contains valuable
information as well.

To compile this driver as a module, choose M here: the module will be
called appletalk. You almost certainly want to compile it as a
module so you can restart your AppleTalk stack without rebooting
your machine. I hear that the GNU boycott of Apple is over, so
even politically correct people are allowed to say Y here.

config DEV_APPLETALK
bool "Appletalk interfaces support"
depends on ATALK
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/myri_sbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static void myri_tx(struct myri_eth *mp, struct net_device *dev)
* assume 802.3 if the type field is short enough to be a length.
* This is normal practice and works for any 'now in use' protocol.
*/
static unsigned short myri_type_trans(struct sk_buff *skb, struct net_device *dev)
static __be16 myri_type_trans(struct sk_buff *skb, struct net_device *dev)
{
struct ethhdr *eth;
unsigned char *rawp;
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/plip.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ plip_receive(unsigned short nibble_timeout, struct net_device *dev,
* in far too many old systems not all even running Linux.
*/

static unsigned short plip_type_trans(struct sk_buff *skb, struct net_device *dev)
static __be16 plip_type_trans(struct sk_buff *skb, struct net_device *dev)
{
struct ethhdr *eth;
unsigned char *rawp;
Expand Down
3 changes: 1 addition & 2 deletions drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,7 @@ fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port,
/*
* Mark it for our own raw sockets interface
*/
static unsigned short farsync_type_trans(struct sk_buff *skb,
struct net_device *dev)
static __be16 farsync_type_trans(struct sk_buff *skb, struct net_device *dev)
{
skb->dev = dev;
skb->mac.raw = skb->data;
Expand Down
3 changes: 1 addition & 2 deletions drivers/net/wan/hdlc_cisco.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ static void cisco_keepalive_send(struct net_device *dev, u32 type,



static unsigned short cisco_type_trans(struct sk_buff *skb,
struct net_device *dev)
static __be16 cisco_type_trans(struct sk_buff *skb, struct net_device *dev)
{
hdlc_header *data = (hdlc_header*)skb->data;

Expand Down
3 changes: 1 addition & 2 deletions drivers/net/wan/hdlc_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ static void ppp_close(struct net_device *dev)



static unsigned short ppp_type_trans(struct sk_buff *skb,
struct net_device *dev)
static __be16 ppp_type_trans(struct sk_buff *skb, struct net_device *dev)
{
return __constant_htons(ETH_P_WAN_PPP);
}
Expand Down
Loading

0 comments on commit 9ffc7a0

Please sign in to comment.