Re: [openib-general] error compiling kernel...

2005-11-07 Thread Grant Grundler
On Mon, Nov 07, 2005 at 09:59:49PM -0800, Grant Grundler wrote: > WARNING: /lib/modules/2.6.14/kernel/drivers/infiniband/ulp/sdp/ib_sdp.ko > needs unknown symbol ip_dev_find > > Patch below adds EXPORT_SYMBOL() to fib_frontend.c. ...never mi

Re: [openib-general] error compiling kernel...

2005-11-07 Thread Grant Grundler
On Mon, Nov 07, 2005 at 11:19:41PM -0500, Sayantan Sur wrote: ... > Has anyone been able to compile gen2 with 2.6.14? Yes - but I've run into a different problem. After fixing up include/rdma to point at drivers/infiniband/include/rdma, I get a symbol missing from from the modules. iota:/usr/src

Re: [PATCH] cleanup ieee80211_crypto.c

2005-11-07 Thread Christoph Hellwig
On Mon, Nov 07, 2005 at 06:46:12AM +0100, Christoph Hellwig wrote: > On Fri, Sep 09, 2005 at 04:36:26PM +0200, Christoph Hellwig wrote: > > On Thu, Sep 08, 2005 at 12:59:29AM -0400, Jeff Garzik wrote: > > > Would you be kind enough to resend -again-, rediff'd against latest > > > upstream git tree

Re: Request pull from git://git.tuxdriver.com/git/netdev-jwl.git

2005-11-07 Thread Jeff Garzik
John W. Linville wrote: The following changes since commit 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26: Linus Torvalds: Merge master.kernel.org:/.../sam/kbuild are found in the git repository at: git://git.tuxdriver.com/git/netdev-jwl.git Adrian Bunk: fix NET_RADIO=n, IEEE80211=

Future of DONGLE_OLD drivers?

2005-11-07 Thread Adrian Bunk
Looking at drivers/net/irda/Kconfig, it seems all DONGLE_OLD drivers except EP7211_IR have more recent drivers. My questions are: Is there still any reason to keep the DONGLE_OLD drivers except EP7211_IR? Is the Cirrus Logic EDB-7211 evaluation board still an actively maintained and supported

Request pull from git://git.tuxdriver.com/git/netdev-jwl.git

2005-11-07 Thread John W. Linville
The following changes since commit 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26: Linus Torvalds: Merge master.kernel.org:/.../sam/kbuild are found in the git repository at: git://git.tuxdriver.com/git/netdev-jwl.git Adrian Bunk: fix NET_RADIO=n, IEEE80211=y compile kill inclu

Request pull from git://git.tuxdriver.com/git/netdev-jwl.git (resend w/o patch)

2005-11-07 Thread John W. Linville
(Resending w/o the patch, in case it is too big for the list...) The following changes since commit 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26: Linus Torvalds: Merge master.kernel.org:/.../sam/kbuild are found in the git repository at: git://git.tuxdriver.com/git/netdev-jwl.git Adrian

[PATCH 1/58] ipw2x00 -- available via web

2005-11-07 Thread James Ketrenos
Patch 1/58 is 185k; if it doesn't make it through to netdev, you can view it at: http://bughost.org/pre/0001-0058.ipw2x00.Lindent.patch It was generated by running Lindent and removing any trailing whitespace in drivers/net/wireless/ipw2{1,2}00.{c,h} Nothing too thrilling... James - To uns

[PATCH 2/3] ieee80211: Fix problem with WEP unicast key > index 0

2005-11-07 Thread jketreno
Fix problem with WEP unicast key > index 0 The functions ieee80211_wx_{get,set}_encodeext fail if one tries to set unicast (IW_ENCODE_EXT_GROUP_KEY not set) keys at key indices>0. But at least some Cisco APs dish out dynamic WEP unicast keys at index !=0. Signed-off-by: Volker Braun <[EMAIL PROTE

[PATCH 1/3] ieee80211: scripts/Lindent on ieee80211 subsystem.

2005-11-07 Thread jketreno
scripts/Lindent on ieee80211 subsystem. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- net/ieee80211/ieee80211_wx.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- diff --git a/net/ieee80211/ieee80211_wx.c b/net/ieee80211/ieee80211_wx.c index 1ce7af9..f5b8053 100644 --

Re: [PATCH 0/58] ipw2x00: Catch ipw2100 and ipw2200 up to the out-of-tree versions

2005-11-07 Thread James Ketrenos
James Ketrenos wrote: >This series brings the ipw2100 and ipw2200 drivers up to be in sync w/ >the current out of tree drivers (ipw2100 v1.1.3 and ipw2200 v1.0.8) > > > You can also pull this series from rsync://bughost.org/repos/ipw-delta/.git/ (the GIT overlay is against the ieee80211 overlay

[PATCH 3/3] ieee80211: Update version ieee80211 stamp to 1.1.7

2005-11-07 Thread jketreno
Update version ieee80211 stamp to 1.1.7 --- include/net/ieee80211.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 5e38dca..b93fd8c 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -29,7 +29,7 @

[PATCH 0/3] ieee80211: Lindent, WEP group key bug, update version to 1.1.7

2005-11-07 Thread James Ketrenos
This series does the following: [1/3] scripts/Lindent on ieee80211 subsystem. [2/3] Fix problem with WEP unicast key > index 0 [3/3] Stamp as 1.1.7 You can pull this series from: rsync://bughost.org/repos/ieee80211-delta/.git/ Thanks, James --- diffstat of the series: include/net/ie

[PATCH 20/58] ipw2x00: Workaround kernel BUG_ON panic caused by unexpected duplicate packets.

2005-11-07 Thread jketreno
Workaround kernel BUG_ON panic caused by unexpected duplicate packets. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index

[PATCH 2/58] ipw2x00: IPW_DEBUG has already included DRV_NAME, remove double prefix print.

2005-11-07 Thread jketreno
IPW_DEBUG has already included DRV_NAME, remove double prefix print. --- drivers/net/wireless/ipw2100.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index a15eef1..449c1c0 100644 --- a/driv

[PATCH 41/58] ipw2x00: Card with WEP enabled and using shared-key auth will have firmware

2005-11-07 Thread jketreno
Card with WEP enabled and using shared-key auth will have firmware error when it tries to auth to a WPA ap. The patch filters out WPA networks if the card is not wpa enabled when selecting network to associate to. Signed-off-by: Hong Liu <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |

[PATCH 23/58] ipw2x00: Fixes the ad-hoc network WEP key list issue.

2005-11-07 Thread jketreno
Fixes the ad-hoc network WEP key list issue. If we configure the wep keys after creating the ibss network, the beacons of this network will not show correctly (it still shows "key off" in iwlist scan report). This is because we don't update the beacon info in firmware. Signed-off-by: Hong Liu <[E

[PATCH 45/58] ipw2x00: [Fix bug# 771] Too many (8) bytes recieved when using AES/hwcrypto

2005-11-07 Thread jketreno
[Fix bug# 771] Too many (8) bytes recieved when using AES/hwcrypto Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200

[PATCH 46/58] ipw2x00: Fixes WEP firmware error condition.

2005-11-07 Thread jketreno
Fixes WEP firmware error condition. The problem is caused by the patch in bug455 -- Channel change flood generates fatal error. The patch set the DISASSOCIATING status bit after sending the command. The process was scheduled out when waiting for the command to be sent to the card. The disassociat

[PATCH 9/58] ipw2x00: [Bug 339] Fix ipw2100 iwconfig set/get txpower.

2005-11-07 Thread jketreno
[Bug 339] Fix ipw2100 iwconfig set/get txpower. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index cf5da20

[PATCH 57/58] ipw2x00: Update version ipw2200 stamp to 1.0.8

2005-11-07 Thread jketreno
Update version ipw2200 stamp to 1.0.8 --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 56709d2..136884c 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wi

[PATCH 13/58] ipw2x00: Fix is_duplicate_packet() bug for fragmentation number setting.

2005-11-07 Thread jketreno
Fix is_duplicate_packet() bug for fragmentation number setting. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 8f7e

[PATCH 24/58] ipw2x00: [Bug 701] Fix a misuse of ieee->mode with ieee->iw_mode.

2005-11-07 Thread jketreno
[Bug 701] Fix a misuse of ieee->mode with ieee->iw_mode. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 626e78a..2633e0d 10

[PATCH 44/58] ipw2x00: Fixes problem with WEP not working (association succeeds, but no Tx/Rx)

2005-11-07 Thread jketreno
Fixes problem with WEP not working (association succeeds, but no Tx/Rx) Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 ++ 1 file changed, 2 insertions(+) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 43dab7a..2

[PATCH 19/58] ipw2x00: Added more useful geography encoding so people's experience with

2005-11-07 Thread jketreno
Added more useful geography encoding so people's experience with iwconfig matches what their hardware can actually do in regard to supported channel maps, etc. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 279 ++--- 1

[PATCH 7/58] ipw2x00: Catch ipw2100 up to equivelancy with v1.1.1

2005-11-07 Thread jketreno
Catch ipw2100 up to equivelancy with v1.1.1 * Added WE-18 support. This allows the use of -Dext with wpa_supplicant > 0.4.x (thanks to Hong Liu) * Fixed #339 problem with iwconfig set/get txpower (thanks to Hong Liu) * Fixed #598 problem when with error messages when module loaded with 'disab

[PATCH 10/58] ipw2x00: Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED to

2005-11-07 Thread jketreno
Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED to support wpa_supplicant with open AP. We need this to make driver_ipw work. driver_ext has already had the similar code with the WE-18 support added. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/i

[PATCH 54/58] ipw2x00: Fixed problem with not being able to send broadcast packets.

2005-11-07 Thread jketreno
Fixed problem with not being able to send broadcast packets. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c inde

[PATCH 50/58] ipw2x00: Removed legacy WIRELESS_EXT checks from ipw2200.c

2005-11-07 Thread jketreno
Removed legacy WIRELESS_EXT checks from ipw2200.c Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 508 - 1 file changed, 1 insertion(+), 507 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/w

[PATCH 56/58] ipw2x00: Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firmware.

2005-11-07 Thread jketreno
Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firmware. You can obtain the firmware at http://ipw2200.sf.net/firmware.php Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- d

[PATCH 30/58] ipw2x00: Added cmdlog in non-debug systems.

2005-11-07 Thread jketreno
Added cmdlog in non-debug systems. You can now specify via the module parameter 'cmdlog' to allocate a ring buffer for caching host commands sent to the firmware. They can then be dumped at any time via the sysfs entry 'cmd_log' Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/w

[PATCH 29/58] ipw2x00: Changed all of the ipw_send_cmd() calls to return any ipw_send_cmd error

2005-11-07 Thread jketreno
Changed all of the ipw_send_cmd() calls to return any ipw_send_cmd error codes to the caller and changed ipw_send_cmd itself to print the error message to the syslog indicating which command failed to be sent. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |

[PATCH 31/58] ipw2x00: Migrated some of the channel verification code back into the driver to

2005-11-07 Thread jketreno
Migrated some of the channel verification code back into the driver to keep regulatory consistency in one location. Signed-off-by: James Ketrenos --- drivers/net/wireless/ipw2200.c | 173 - 1 file changed, 152 insertions(+), 21 deletions(-) --- diff --git

[PATCH 0/58] ipw2x00: Catch ipw2100 and ipw2200 up to the out-of-tree versions

2005-11-07 Thread James Ketrenos
This series brings the ipw2100 and ipw2200 drivers up to be in sync w/ the current out of tree drivers (ipw2100 v1.1.3 and ipw2200 v1.0.8) The ipw2100 hasn't changed a whole lot vs. what is currently in-tree. The ipw2200, on the other hand, has undergone quite extensive changes. There is sti

[PATCH 52/58] ipw2x00: Removed warning about TKIP not being configured if countermeasures are

2005-11-07 Thread jketreno
Removed warning about TKIP not being configured if countermeasures are configured. Countermeasures default to being turned off when wpa_supplicant runs, regardless of if TKIP is being used. They are only turned on if a TKIP is running. The warning we were printing is therefore not needed. Signe

[PATCH 14/58] ipw2x00: [bug 667] Fix the notorious "No space for Tx" bug.

2005-11-07 Thread jketreno
[bug 667] Fix the notorious "No space for Tx" bug. We send SYSTEM_CONFIG command after the TGI_KEY command if hardware encryption is enabled. It sometimes causes a firmware stall (firmware doesn't respond to any request) and finally bungs up the Tx send queue. The solution is to send SYSTEM_CONFIG

[PATCH 55/58] ipw2x00: Fixed parameter reordering in firmware log routine.

2005-11-07 Thread jketreno
Fixed parameter reordering in firmware log routine. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index c1ae6d4..f49b012

[PATCH 36/58] ipw2x00: Don't set hardware WEP if we are actually using TKIP/AES.

2005-11-07 Thread jketreno
Don't set hardware WEP if we are actually using TKIP/AES. Signed-off-by: Hong Liu <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index eaf4707..

[PATCH 42/58] ipw2x00: Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled.

2005-11-07 Thread jketreno
Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 -- 1 file changed, 2 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index e36a1f

[PATCH 39/58] ipw2x00: Fixed is_network_packet() to include checking for broadcast packets.

2005-11-07 Thread jketreno
Fixed is_network_packet() to include checking for broadcast packets. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw

[PATCH 48/58] ipw2x00: Pulled out a stray KERNEL_VERSION check around the suspend handler.

2005-11-07 Thread jketreno
Pulled out a stray KERNEL_VERSION check around the suspend handler. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c |4 1 file changed, 4 deletions(-) --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index dba1049..ed4f

[PATCH 5/58] ipw2x00: Catch ipw2200 up to equivelancy with v1.0.3

2005-11-07 Thread jketreno
Catch ipw2200 up to equivelancy with v1.0.3 * Fix #616 problem with OOPS on module load (thanks to Yi Zhu) * Fixed problem with led module parameter being described as 'auto_create' * Added support to merge between adhoc networks (thanks to Mohamed Abbas) * Added semaphore lock at the driver's e

[PATCH 37/58] ipw2x00: Make all the places the firmware fails to load showerrors (in decimal,

2005-11-07 Thread jketreno
Make all the places the firmware fails to load showerrors (in decimal, so you can cross-reference errno.h easily). Signed-off-by: Peter Jones <[EMAIL PROTECTED]> Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |8 1 file changed, 4 insertions(+),

[PATCH 51/58] ipw2x00: Fixes missed beacon logic in relation to on-network AP roaming.

2005-11-07 Thread jketreno
Fixes missed beacon logic in relation to on-network AP roaming. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 27 --- drivers/net/wireless/ipw2200.h |3 +++ 2 files changed, 23 insertions(+), 7 deletions(-) --- diff --git a/dr

[PATCH 32/58] ipw2x00: Updated ipw2200 to use the new ieee80211 callbacks

2005-11-07 Thread jketreno
Updated ipw2200 to use the new ieee80211 callbacks (handle_probe_response, handle_beacon, handle_association_response). Fixed a problem with ipw_send_cmd() returning non-zero on success. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 61 +

[PATCH 25/58] ipw2x00: Fix ipw_wx_get_txpow shows wrong disabled value.

2005-11-07 Thread jketreno
Fix ipw_wx_get_txpow shows wrong disabled value. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 2633e0d..105b114 100644 ---

[PATCH 49/58] ipw2x00: Fix 'Driver using old /proc/net/wireless support, please fix driver !' message.

2005-11-07 Thread jketreno
Fix 'Driver using old /proc/net/wireless support, please fix driver !' message. Wireless extensions moved the get_wireless_stats handler from being in net_device into wireless_handler. Signed-off-by: Benoit Boissinot <[EMAIL PROTECTED]> Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drive

[PATCH 17/58] ipw2x00: Updated to support ieee80211 callback to is_queue_full for 802.11e

2005-11-07 Thread jketreno
Updated to support ieee80211 callback to is_queue_full for 802.11e support. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 40 +++- 1 file changed, 31 insertions(+), 9 deletions(-) --- diff --git a/drivers/net/wireless/

[PATCH 38/58] ipw2x00: Adds radiotap support to ipw2200 in monitor mode..

2005-11-07 Thread jketreno
Adds radiotap support to ipw2200 in monitor mode.. Signed-off-by: Mike Kershaw <[EMAIL PROTECTED]> Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 185 + drivers/net/wireless/ipw2200.h |1 2 files changed, 186 in

[PATCH 33/58] ipw2x00: Added wait_state wakeup on scan completion.

2005-11-07 Thread jketreno
Added wait_state wakeup on scan completion. Fixed copyright date in ipw2200.h Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |1 + drivers/net/wireless/ipw2200.h |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- diff --git a/drivers/net/wirel

[PATCH 58/58] ipw2x00: Updated READMEs and MAINTAINERS for the ipw2100 and ipw2200 drivers.

2005-11-07 Thread jketreno
Updated READMEs and MAINTAINERS for the ipw2100 and ipw2200 drivers. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- Documentation/networking/README.ipw2100 | 128 ++-- Documentation/networking/README.ipw2200 | 196 ++-- MAINTAINERS

[PATCH 40/58] ipw2x00: Mixed PTK/GTK CCMP/TKIP support.

2005-11-07 Thread jketreno
Mixed PTK/GTK CCMP/TKIP support. Signed-off-by: Hong Liu <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 50 ++--- 1 file changed, 37 insertions(+), 13 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c inde

[PATCH 47/58] ipw2x00: Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)

2005-11-07 Thread jketreno
Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7) Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c |2 +- drivers/net/wireless/ipw2200.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/drivers/net/wireless/ip

[PATCH 12/58] ipw2x00: Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.

2005-11-07 Thread jketreno
Fix hardware encryption (both WEP and AES) doesn't work with fragmentation. Firmware sends received packets with double sized ICV/MIC. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) --- diff -

[PATCH 43/58] ipw2x00: Removed PF_SYNCTHREAD legacy.

2005-11-07 Thread jketreno
Removed PF_SYNCTHREAD legacy. The PF_SYNCTHREAD check was introduced to try and remain compatible with SWSUSP2. This check is no longer needed with newer versions. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2100.c |5 + 1 file changed, 1 insertion(+),

[PATCH 22/58] ipw2x00: [Bug 792] Fix WPA-PSK AES both for -Dipw and -Dwext.

2005-11-07 Thread jketreno
[Bug 792] Fix WPA-PSK AES both for -Dipw and -Dwext. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 141 - 1 file changed, 125 insertions(+), 16 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wire

[PATCH 34/58] ipw2x00: [Bug 455] Fix frequent channel change generates firmware fatal error.

2005-11-07 Thread jketreno
[Bug 455] Fix frequent channel change generates firmware fatal error. Because of the frequent channel change, it is possible that when we are try to associate with channel 1 (authenticated but not associated). Another channel change comes at this time, then the driver will issue disassociate comma

[PATCH 16/58] ipw2x00: Changed default # of missed beacons to miss before disassociation to 24

2005-11-07 Thread jketreno
Changed default # of missed beacons to miss before disassociation to 24 (vs. 9 which is too low in most environments) Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless

[PATCH 26/58] ipw2x00: Fix firmware error when setting tx_power.

2005-11-07 Thread jketreno
Fix firmware error when setting tx_power. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 131 + 1 file changed, 55 insertions(+), 76 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200

[PATCH 53/58] ipw2x00: Added channel support for ipw2200 cards identified as 'ZZR'

2005-11-07 Thread jketreno
Added channel support for ipw2200 cards identified as 'ZZR' Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw220

[PATCH 21/58] ipw2x00: Disable host fragmentation in open mode since IPW2200/2915 hardware

2005-11-07 Thread jketreno
Disable host fragmentation in open mode since IPW2200/2915 hardware support hardware fragmentation. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |3 +++ 1 file changed, 3 insertions(+) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw22

[PATCH 35/58] ipw2x00: [Bug 760] Fix setting WEP key in monitor mode causes IV lost.

2005-11-07 Thread jketreno
[Bug 760] Fix setting WEP key in monitor mode causes IV lost. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 4cdb474..bda29

[PATCH 27/58] ipw2x00: Modified ipw_config and STATUS_INIT setting to correct race condition

2005-11-07 Thread jketreno
Modified ipw_config and STATUS_INIT setting to correct race condition with request_scan being called before initialized if invoked from insmod, resulting in no association occurring during boot until iwlist scan is run. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ip

[PATCH 18/58] ipw2x00: Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.

2005-11-07 Thread jketreno
Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled. Updated a copyright date. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) --- diff --git a/drivers/net/wireless/ipw2200.c b/drive

[PATCH 28/58] ipw2x00: Switched firmware error dumping so that it will capture a log available

2005-11-07 Thread jketreno
Switched firmware error dumping so that it will capture a log available via sysfs even if debugging disabled. When a firmware error is captured, it will be dumped to the kernel log (if debug enabled) and captured in memory to be retrieved via sysfs. If an error has already been captured, subseque

[PATCH 15/58] ipw2x00: [Bug 637] Set tx power for A band.

2005-11-07 Thread jketreno
[Bug 637] Set tx power for A band. It uses the ieee80211-geo info to set the tx power of the a/b/g band. Signed-off-by: James Ketrenos <[EMAIL PROTECTED]> --- drivers/net/wireless/ipw2200.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) --- diff --git a/

[PATCH 8/58] ipw2x00: Fixed WEP on ipw2100 (priv->sec was being used instead of

2005-11-07 Thread jketreno
Fixed WEP on ipw2100 (priv->sec was being used instead of priv->ieee->sec) --- drivers/net/wireless/ipw2100.c | 97 + drivers/net/wireless/ipw2100.h |2 2 files changed, 51 insertions(+), 48 deletions(-) --- diff --git a/drivers/net/wireless/ipw2100.c

Re: [PATCH] Re: IPW Question on menuconfig

2005-11-07 Thread John W. Linville
Do we want this patch? If yes, Jan could you reformat your posting according to the rules described here: http://linux.yyz.us/patch-format.html Please pay particular attention to formatting your subject and changelog information. Thanks, John On Mon, Oct 24, 2005 at 12:36:58AM +0200,

Re: [PATCH 2.6.14] ipv4: ip_queue_xmit ip id increment off by one

2005-11-07 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 08 Nov 2005 12:21:38 +1100 > [IPV4] Fix ip_queue_xmit identity increment for TSO packets > > When ip_queue_xmit calls ip_select_ident_more for IP identity selection > it gives it the wrong packet count for TSO packets. The ip_select_* > functions e

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

2005-11-07 Thread Adrian Bunk
This patch creates a file airo.h containing prototypes of the global functions in airo.c used by airo_cs.c . If you got strange problems with either airo_cs devices or in any other completely unrelated part of the kernel shortly or long after a airo_cs device was detected by the kernel, this might

Re: [PATCH 2.6.14] ipv4: ip_queue_xmit ip id increment off by one

2005-11-07 Thread Herbert Xu
Tom Young <[EMAIL PROTECTED]> wrote: > > Thanks for clearing that up, I see that I was being too TCP-centric now > in my see if I broke anything testing. My patch solves my immediate > needs, but I will revisit this later and attempt a more generic solution > if time permits. How about something

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Paul Jakma
On Mon, 7 Nov 2005, Krzysztof Halasa wrote: Stefan Rompf <[EMAIL PROTECTED]> writes: But what happens when the link from (2) to (C) fails? The routing protocol would realize it (actually it was me how has added IFF_RUNNING support to quagga) and add a route to (C) via (3) on (B). However, the

Re: [PATCH 2.6.14] ipv4: ip_queue_xmit ip id increment off by one

2005-11-07 Thread Tom Young
On Mon, 2005-11-07 at 16:16 -0800, David S. Miller wrote: > TCP ends up setting it to 1 but other protocols do not. > > But other protocols use ip_queue_xmit() as well, such as DCCP > and SCTP, and they won't change it from it's alloc_skb() time > value of "0". Thanks for clearing that up, I see

Re: [PATCH] fix source list & socket group list locking in IPv6 multicasting

2005-11-07 Thread David S. Miller
From: David Stevens <[EMAIL PROTECTED]> Date: Thu, 3 Nov 2005 15:58:16 -0700 > The following patch fixes some locking issues with multicast source > filters: > 1) Acquire a read lock for the socket mc list in ip6_mc_msfilter(). > 2) Add a read/write lock for the source list for individual socket >

Re: [PATCH] ipvs: fix connection leak if expire_nodest_conn=1

2005-11-07 Thread David S. Miller
From: Julian Anastasov <[EMAIL PROTECTED]> Date: Sun, 6 Nov 2005 13:11:49 +0200 (EET) > There was a fix in 2.6.13 that changed the behaviour of > ip_vs_conn_expire_now function not to put reference to connection, > its callers should hold write lock or connection refcnt. But we > forgot to c

Re: [PATCH] sk_add_backlog convert from macro to inline

2005-11-07 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 3 Nov 2005 15:44:35 -0800 > There is no reason for sk_add_backlog to be a macro. It can > just be an inline function and get type checking. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. I actually remembe

Re: [PATCH][MCAST]Clear MAF_GSQUERY flag when process MLDv1 general query messages.

2005-11-07 Thread Yan Zheng
> Do you have a test case that demonstrates this? It appears to > me that an MLDv2 general query doesn't execute that code (short circuited > above) and an MLDv1 general query (what that code is handling) will > have a timer expiring before switching back to MLDv2 mode (so it'll send > a v1

Re: [1/1] connector: fix documentation test module.

2005-11-07 Thread David S. Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Tue, 1 Nov 2005 22:28:30 +0300 > Patch from Carlo Comin > > Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] Mor

Re: [PKT_SCHED]: Correctly handle empty ematch trees

2005-11-07 Thread David S. Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Wed, 2 Nov 2005 00:41:10 +0100 > Fixes an invalid memory reference when the basic classifier > is used without any ematches but just actions. > > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Applied, thanks Thomas. - To unsubscribe from this list: se

RED qdisc not working...

2005-11-07 Thread Daniel J Blueman
Has anyone been able to get the RED (random early detection) qdisc working lately? I can't get anything going through it to be dropped or marked; the 'marked', 'early', 'pdrop' and 'other' fields remain at 0 [1]. In my example script [2], I get the 3072Kbits/s transfer into eth0, which you'd expec

Re: [RFC] TSO problems with congestion updates

2005-11-07 Thread Stephen Hemminger
On Mon, 07 Nov 2005 15:15:15 -0800 (PST) "David S. Miller" <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Mon, 7 Nov 2005 14:14:20 -0800 > > > The core of what I am now testing is: > > Looks good but I'm starting to hate that divide, and now we'll > have to eat

Re: [NF+IPsec 4/6]: Make IPsec input processing symetrical to output

2005-11-07 Thread Kazunori Miyazawa
Yasuyuki KOZAKAI wrote: Hi, Patrick, From: Patrick McHardy <[EMAIL PROTECTED]> Date: Sat, 05 Nov 2005 10:55:57 +0100 Also, I thought Yoshifuji-san's objection is not just about transport mode packets passing through netif_rx twice, but passing through netfilter twice as well? I think so, bu

Re: [PATCH 2.6.14] ipv4: ip_queue_xmit ip id increment off by one

2005-11-07 Thread David S. Miller
From: Tom Young <[EMAIL PROTECTED]> Date: Tue, 08 Nov 2005 10:33:50 +1100 > I'm not convinced that is true, I don't have a TSO supported card and I > get tso_segs to be 1 inside the ip_queue_xmit function. > Looking through tcp_output.c, all references I could find expected > tso_segs to be a coun

Re: [PATCH 2.6.14] ipv4: ip_queue_xmit ip id increment off by one

2005-11-07 Thread Tom Young
On Mon, 2005-11-07 at 10:01 -0800, David S. Miller wrote: > From: Tom Young <[EMAIL PROTECTED]> > Date: Mon, 07 Nov 2005 15:59:49 +1100 > > > The socket ip id currently gets incremented by 1 + the number of > > segments leading to an increment of 2 in the standard non-TSO case. > > This patch fixe

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Krzysztof Halasa
Stefan Rompf <[EMAIL PROTECTED]> writes: > I don't want the kernel to remove these routes, that would be broken. Why exactly? They would be brought back when the carrier raises again, of course. > I want > them be marked as inactive or unusable and being ignored by the routing > decision while

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Krzysztof Halasa
Thomas Graf <[EMAIL PROTECTED]> writes: > Well, firstly we cannot provide a perfect notification schema. Of course, that's exactly was I said several times :-) > What I actually want to say is that we probably cannot guarentee > an up-to-date informal of all parties, what we can do is avoid > is

Re: [RFC] TSO problems with congestion updates

2005-11-07 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 7 Nov 2005 14:14:20 -0800 > The core of what I am now testing is: Looks good but I'm starting to hate that divide, and now we'll have to eat it for every ACK too :-/ - To unsubscribe from this list: send the line "unsubscribe netdev" in the b

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Stefan Rompf
Am Montag 07 November 2005 22:04 schrieb Thomas Graf: > > As the kernel maintains this connected route, userspace is IMHO not > > responsible. Quagga could add its routes with a higher metric > > (administrative distance in cisco terms), kernel should use them as soon > > as the connected route be

Re: [RFC] TSO problems with congestion updates

2005-11-07 Thread Stephen Hemminger
The core of what I am now testing is: +/* RFC2861 Check whether we are limited by application or congestion window + * This is the inverse of tcp_tso_should_defer + */ +static inline int tcp_cwnd_full(const struct tcp_sock *tp, u32 in_flight, + u32 ack_seq) +{ +

Re: [PATCH][MCAST]Clear MAF_GSQUERY flag when process MLDv1 general query messages.

2005-11-07 Thread David Stevens
Yan Zheng <[EMAIL PROTECTED]> wrote on 11/07/2005 06:46:20 AM: > If the first query message receive after expiration is MLDv2 general > query and MAF_GSQUERY flag is set. The report message only contains > sources marked by last MLDv2 Multicast Address and Source Specific > Queries . Although this

[PATCH 2/2] LSM-IPSec Network Hooks

2005-11-07 Thread Trent Jaeger
Hi, Format modifications for Linux patch style. Regards, Trent. -- This patch series implements per packet access control via the extension of the Linux Security Modules (LSM) interface by hooks in the XFRM and pfkey subsystems that leverage IPSec security associa

Re: [PATCH] [IPV4] Fix secondary IP addresses after promotion

2005-11-07 Thread Thomas Graf
* Thomas Graf <[EMAIL PROTECTED]> 2005-11-05 14:46 > Assuming this is a separate bug, I'm not sure if this is the right > way to fix it. I think it would be better to rewrite the preferred > source address of all related local routes and only perform a > remove-and-add on the secondary address bein

[PATCH 1/2] LSM-IPSec Network Hooks

2005-11-07 Thread Trent Jaeger
Hi, Format modifications for Linux patch style. Regards, Trent. -- This patch series implements per packet access control via the extension of the Linux Security Modules (LSM) interface by hooks in the XFRM and pfkey subsystems that leverage IPSec security associa

[PATCH] atmel: memset correct range

2005-11-07 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/net/wireless/atmel.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/atmel.c +++ b/drivers/net/wireless/atmel.c @@ -2217,7 +2217,7 @@ static int atmel_get_range(struct net_de int k,i,j;

[2.6 patch] kernel/: small cleanups

2005-11-07 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global functions static - every file should include the headers containing the prototypes for it's global functions The rcutorture.c part was already ACK'ed by Paul E. McKenney. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- T

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Thomas Graf
* Stefan Rompf <[EMAIL PROTECTED]> 2005-11-07 20:25 > dose:~ # ip addr add 192.168.200.1/24 dev eth1 > dose:~ # ip link set eth1 up > dose:~ # ifconfig eth1 | fgrep UP > UP BROADCAST MULTICAST MTU:1500 Metric:1 > dose:~ # ip route show 192.168.200.0/24 > 192.168.200.0/24 dev eth1 proto

[PATCH 2/2 2.6.14-git10] prism54 : Transmit stats updated in wrong place

2005-11-07 Thread Roger While
Move update of the transmit statistics to the correct place. Signed-off-by: Roger While <[EMAIL PROTECTED]> diff -Naur linux-2.6.14orig/drivers/net/wireless/prism54/islpci_eth.c linux-2.6.14/drivers/net/wireless/prism54/islpci_eth.c --- linux-2.6.14orig/drivers/net/wireless/prism54/islpci_eth.c 20

[PATCH 1/2 2.6.14-git10] prism54 : Unused variable / extraneous udelay

2005-11-07 Thread Roger While
In isl_38xx.c : The variable "counter" is defined and incremented but never used except if the driver is hand-compiled setting VERBOSE > SHOW_ERROR_MESSAGES. Move the definition and the increment to within the #if VERBOSE .. block. Remove extraneous udelay's. These are not required when triggeri

Re: [RFC] TSO problems with congestion updates

2005-11-07 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 7 Nov 2005 11:22:15 -0800 > I am looking into creating a function tcp_is_application_limited() > to replace the old in flight check. It is kind of the logical inverse > of the nagle check code on output. That's a great idea, I was going to s

Re: Patch: RFC2863 #1 (incomplete)

2005-11-07 Thread Stefan Rompf
Am Montag 07 November 2005 18:45 schrieb Thomas Graf: > I'm sorry, I don't get the point. I assume the above is not a carrier > failure but something else to be detected by a keepalive protocol. No, it's a carrier failure. Try this, eth1 is an ethernet interface without the cable connected: do

  1   2   >