[2.6 patch] drivers/net/wireless/orinoco.h: extern inline - static inline

2005-11-17 Thread Adrian Bunk
extern inline doesn't make much sense. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/wireless/orinoco.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.15-rc1-mm1-full/drivers/net/wireless/orinoco.h.old 2005-11-18 02:38:43.0 +0100

[2.6 patch] move some code to net/ipx/af_ipx.c

2005-11-17 Thread Adrian Bunk
On Mon, Nov 14, 2005 at 02:57:07AM +0100, Adrian Bunk wrote: On Fri, Nov 11, 2005 at 02:35:51AM -0600, Matt Mackall wrote: trivial: drop unused 802.3 code if we compile without IPX (originally from http://wohnheim.fh-wedel.de/~joern/software/kernel/je/25/) Signed-off-by: Matt Mackall

Re: 2.6.15-rc1: NET_CLS_U32 not working?

2005-11-16 Thread Adrian Bunk
On Thu, Nov 17, 2005 at 12:10:17AM +0100, Christian wrote: hi, i noticed that some of my QoS rules are not working any more. oh, i forgot to enable CONFIG_NET_CLS_U32. but when enabled, i got the following errors when compiling / installing the module: * Warning:

Re: [PATCH 6/15] misc: Trim non-IPX builds

2005-11-13 Thread Adrian Bunk
On Fri, Nov 11, 2005 at 02:35:51AM -0600, Matt Mackall wrote: trivial: drop unused 802.3 code if we compile without IPX (originally from http://wohnheim.fh-wedel.de/~joern/software/kernel/je/25/) Signed-off-by: Matt Mackall [EMAIL PROTECTED] Index: tiny/net/802/Makefile

[2.6 patch] drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inline

2005-11-11 Thread Adrian Bunk
No external user and that small - such a function should be static inline and not a global function. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/sk98lin/h/skvpd.h |8 -- drivers/net/sk98lin/skge.c| 43 -- 2 files changed, 21

[-mm patch] drivers/net/wireless/tiacx/: add missing #include linux/vmalloc.h'a

2005-11-11 Thread Adrian Bunk
This is required for always getting the vmalloc()/vfree() prototypes. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/wireless/tiacx/common.c |1 + drivers/net/wireless/tiacx/pci.c|1 + drivers/net/wireless/tiacx/usb.c|1 + 3 files changed, 3 insertions

[RFC: 2.6 patch] remove ISA legacy functions

2005-11-11 Thread Adrian Bunk
This patch removes the ISA legacy functions that are deprecated since kernel 2.4 and that aren't available on all architectures. The 7 drivers that were still using this obsolete API are now marked as BROKEN. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- Documentation/DocBook

[2.6 patch] airo.c/airo_cs.c: correct prototypes

2005-11-05 Thread Adrian Bunk
, this might have been caused by the fact that caller and callee disagreed regarding the size of the first argument to init_airo_card()... Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/wireless/airo.c|2 ++ drivers/net/wireless/airo.h|9 + drivers/net/wireless

[2.6 patch] net/atm/ioctl.c should #include common.h

2005-09-02 Thread Adrian Bunk
Every file should #include the header files containing the prototypes of it's global functions. common.h contains the prototype for vcc_ioctl(). Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-mm1-full/net/atm/ioctl.c.old 2005-09-02 23:01:46.0 +0200 +++ linux-2.6.13

[2.6 patch] net/ipv4/ipconfig.c should #include linux/nfs_fs.h

2005-09-02 Thread Adrian Bunk
Every file should #include the header files containing the prototypes of it's global functions. nfs_fs.h contains the prototype of root_nfs_parse_addr(). Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-mm1-full/net/ipv4/ipconfig.c.old 2005-09-03 02:18:06.0 +0200

[2.6 patch] net/netfilter/nfnetlink*: make functions static

2005-09-02 Thread Adrian Bunk
This patch makes needlessly global functions static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- net/netfilter/nfnetlink.c |4 ++-- net/netfilter/nfnetlink_queue.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.13-mm1-full/net/netfilter

[2.6 patch] IrDA prototype fixes

2005-09-02 Thread Adrian Bunk
Every file should #include the header files containing the prototypes of it's global functions. In this case this showed that the prototype of irlan_print_filter() was wrong which is also corrected in this patch. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- include/net/irda

2.6.13-rc6-mm1: drivers/net/s2io.c: compile error with gcc 4.0

2005-08-19 Thread Adrian Bunk
On Fri, Aug 19, 2005 at 04:33:31AM -0700, Andrew Morton wrote: ... Changes since 2.6.13-rc5-mm1: ... -git-netdev-chelsio.patch -git-netdev-e100.patch -git-netdev-sis190.patch -git-netdev-smc91x-eeprom.patch -git-netdev-ieee80211-wifi.patch -git-netdev-upstream.patch +git-netdev-all.patch

2.6.13-rc6-mm1: why is PHYLIB a user-visible option?

2005-08-19 Thread Adrian Bunk
Is there any reason why PHYLIB is a user-visible option? As far as I understand it, PHYLIB and the MII PHY device drivers are an internal library drivers should start to use roughly similar to MII. But in this case, the options shouldn't be user-visible. cu Adrian -- Is there not

[2.6 patch] net/irda/: possible cleanups

2005-08-09 Thread Adrian Bunk
: hashbin_find_next Please review which of these changes do make sense and which conflict with pending patches. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 9 Jul 2005 - 30 May 2005 - 7 May 2005 net/irda/irlmp.c |3 --- net/irda/irnet/irnet.h

[-mm patch] drivers/net/phy/phy_device.c: fix compilation

2005-08-07 Thread Adrian Bunk
: static declaration of 'genphy_driver' follows non-static declaration include/linux/phy.h:377: error: previous declaration of 'genphy_driver' was here make[3]: *** [drivers/net/phy/phy_device.o] Error 1 -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc5-mm1-full/include

Re: 2.6.13-rc4-mm1: iptables DROP crashes the computer

2005-08-07 Thread Adrian Bunk
On Sun, Aug 07, 2005 at 07:12:00PM +0200, Espen Fjellvær Olsen wrote: After execing iptables -A INPUT -j DROP my computer crashes hard. It dosent hang immediately, but after a couple of seconds. The machine is an amd64, running a clean x86_64 environment. uname -a: Linux gentoo 2.6.13-rc4-mm1

[-mm patch] fix PHYCONTROL=n compilation

2005-08-07 Thread Adrian Bunk
CONFIG_PHYCONTROL=n compiles... A possible patch is below. -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/phy/phy.c | 141 +- 1 files changed, 71 insertions(+), 70 deletions(-) --- linux-2.6.13-rc5-mm1/drivers/net/phy/phy.c.old 2005

networking problems when using gcc 4.0.1

2005-08-04 Thread Adrian Bunk
On Wed, Aug 03, 2005 at 08:53:52PM -0400, Mathieu Chouquet-Stringer wrote: Moreover I get some weird networking problems which prevent setting up the routes (RNETLINK invalid argument messages) when I compile my kernel with 4.0.1 while the same kernel, same config works fine compiled with

[2.6 patch] net: Spelling mistakes threshoulds - thresholds

2005-07-28 Thread Adrian Bunk
Just simple spelling mistake fixes. From: aruch Even [EMAIL PROTECTED] Signed-Off-By: Baruch Even [EMAIL PROTECTED] Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Jul 2005 This patch was sent by Baruch Even on: - 05 Apr 2005 --- 2.6.11.orig/include/net

[-mm patch] drivers/net/wireless/hostap/hostap.c: EXPORT_SYMTAB does nothing

2005-07-28 Thread Adrian Bunk
There's no need to define something if it doesn't has any effect. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 10 Jul 2005 --- linux-2.6.13-rc2-mm1-full/drivers/net/wireless/hostap/hostap.c.old 2005-07-10 17:31:01.0 +0200 +++ linux-2.6.13-rc2-mm1

Re: [2.6 patch] drivers/net/hamradio/: cleanups

2005-07-23 Thread Adrian Bunk
On Sun, Jun 26, 2005 at 07:00:13PM -0400, Jeff Garzik wrote: randy_dunlap wrote: On Sun, 26 Jun 2005 18:26:49 -0400 Jeff Garzik wrote: | Adrian Bunk wrote: | This patch contains the following cleanups: | - dmascc.c: remove the unused global function dmascc_setup | | Better to use

[2.6 patch] net/ipv4/: possible cleanups

2005-07-23 Thread Adrian Bunk
- fib_frontend.c: ip_dev_find - inetpeer.c: inet_peer_idlock - ip_options.c: ip_options_compile - ip_options.c: ip_options_undo - net/core/request_sock.c: sysctl_max_syn_backlog Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 26 Jun 2005 include/net/ip.h

[2.6 patch] drivers/net/8139too.c: rework the debug levels

2005-07-22 Thread Adrian Bunk
at this driver, I wondered why there were two different #define's controlling the debug output of the driver. This patch consolidates this to one debug level, and the default setting 1 results in exactly the same 8139too.o as with the old defaults. Signed-off-by: Adrian Bunk [EMAIL PROTECTED

[2.6 patch] drivers/net/ne.c: fix warning with -Wundef

2005-07-22 Thread Adrian Bunk
This patch fixes the following warning with -Wundef: -- snip -- ... CC drivers/net/ne.o drivers/net/ne.c:134:7: warning: CONFIG_PLAT_OAKS32R is not defined ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc3-mm1-full/drivers/net/ne.c.old 2005-07

[2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET

2005-07-19 Thread Adrian Bunk
-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc3-mm1-full/net/bridge/netfilter/Kconfig.old 2005-07-19 08:48:41.0 +0200 +++ linux-2.6.13-rc3-mm1-full/net/bridge/netfilter/Kconfig 2005-07-19 08:49:20.0 +0200 @@ -138,7 +138,7 @@ # config BRIDGE_EBT_ARPREPLY tristate ebt

[2.6 patch] VIA_VELOCITY must depend on INET

2005-07-19 Thread Adrian Bunk
`velocity_unregister_notifier': via-velocity.c:(.text+0x3462d6): undefined reference to `unregister_inetaddr_notifier' make: *** [.tmp_vmlinux1] Error 1 -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc3-mm1-full/drivers/net/Kconfig.old 2005-07-19 02:11:45.0 +0200

[2.6 patch] NET_PKTGEN must depend on INET

2005-07-19 Thread Adrian Bunk
: *** [.tmp_vmlinux1] Error 1 -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc3-mm1-full/net/Kconfig.old 2005-07-19 02:16:32.0 +0200 +++ linux-2.6.13-rc3-mm1-full/net/Kconfig 2005-07-19 02:16:57.0 +0200 @@ -192,7 +192,7 @@ config NET_PKTGEN

[2.6 patch] NETCONSOLE must depend on INET

2005-07-19 Thread Adrian Bunk
: *** [.tmp_vmlinux1] Error 1 -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.13-rc3/drivers/net/Kconfig.old2005-07-19 19:29:25.0 +0200 +++ linux-2.6.13-rc3/drivers/net/Kconfig2005-07-19 19:29:37.0 +0200 @@ -2544,7 +2544,7 @@ config NETCONSOLE

[2.6 patch] fix IP_FIB_HASH kconfig warning

2005-07-15 Thread Adrian Bunk
This patch fixes the following kconfig warning: net/ipv4/Kconfig:92:warning: defaults for choice values not supported Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 9 Jul 2005 --- linux-2.6.13-rc2-mm1-modular/net/ipv4/Kconfig.old 2005-07-08 23:55

<    1   2   3   4   5   6