Please pull 'libertas' branch of wireless-2.6

2007-05-11 Thread John W. Linville
deletions(-) Omnibus diff attached as libertas-cleanups.patch.bz2 due to size concerns. -- John W. Linville [EMAIL PROTECTED] libertas-cleanups.patch.bz2 Description: BZip2 compressed data

Re: Panic in ieee_80211_ibss_add_sta when trying to join ad-hoc network (rt2500pci)

2007-05-15 Thread John W. Linville
= IEEE80211_DEV_TO_SUB_IF(dev); /* TODO: Could consider removing the least recently used entry and * allow new one to be added. */ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo

[PATCH] mac80211: avoid null ptr deref in ieee80211_ibss_add_sta

2007-05-15 Thread John W. Linville
avoid sdata null pointer dereference in ieee80211_ibss_add_sta. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_sta.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c index a36c6f3

[patch] mac80211: fix memory leak when defraging packets

2007-05-17 Thread John W. Linville
From: Hong Liu [EMAIL PROTECTED] We forget to free all the fragments when defraging them into one packet. Signed-off-by: Hong Liu [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[PATCH] mac80211: fail back to use associate from reassociate failure

2007-05-17 Thread John W. Linville
WLAN_STATUS_REASSOC_NO_ASSOC and clear ifsta-prev_bssid_set in handling the association failure response. Signed-off-by: Zhu Yi [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_sta.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mac80211

Re: [PATCH] libertas: skb dereferenced after netif_rx

2007-05-18 Thread John W. Linville
to [EMAIL PROTECTED] and CC me. -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream-fixes' branch of wireless-2.6

2007-05-22 Thread John W. Linville
++; + libertas_upload_rx_packet(priv, skb); + ret = 0; done: LEAVE(); - skb-protocol = __constant_htons(0x0019); /* ETH_P_80211_RAW */ - return (ret); } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Please pull 'upstream-fixes' branch of wireless-2.6

2007-05-29 Thread John W. Linville
(*softmac) + sizeof_priv); + if (!dev) + return NULL; + softmac = ieee80211_priv(dev); softmac-dev = dev; softmac-ieee = netdev_priv(dev); -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Please pull 'upstream' branch of wireless-2.6

2007-05-29 Thread John W. Linville
(softmac_net, mac-network_list, list) { if (softmac_net-essid.len == essid-len !memcmp(softmac_net-essid.data, essid-data, essid-len)) return softmac_net; -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send

Re: [PATCH] b44: netpoll locking fix

2007-05-29 Thread John W. Linville
On Wed, May 30, 2007 at 12:20:41AM +0200, Francois Romieu wrote: 2. Hunk #5 clashes with John Linville's wireless-dev#master Let's not worry too much about this fact -- I'll (make Michael) fix-up things in my tree as appropriate. :-) John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe

[PATCH 0/4] mac80211 fixes for 2.6.22

2007-05-30 Thread John W. Linville
available in the wireless-2.6 git tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git mac80211 Please apply at your earliest convenience! Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

[PATCH 2/4] mac80211: fix memory leak when defrag fragments

2007-05-30 Thread John W. Linville
From: Hong Liu [EMAIL PROTECTED] We forget to free all the fragments when defraging them into one packet. Signed-off-by: Hong Liu [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[PATCH 3/4] mac80211: always set carrier status on open

2007-05-30 Thread John W. Linville
From: Michael Wu [EMAIL PROTECTED] ieee80211_open should always set the carrier status since we may have set it to off before. Signed-off-by: Michael Wu [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211.c |2 ++ 1 files changed, 2 insertions

[PATCH 1/4] mac80211: fail back to use associate from reassociate

2007-05-30 Thread John W. Linville
WLAN_STATUS_REASSOC_NO_ASSOC and clear ifsta-prev_bssid_set in handling the association failure response. Signed-off-by: Zhu Yi [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_sta.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCH 4/4] mac80211: avoid null ptr deref in ieee80211_ibss_add_sta

2007-05-30 Thread John W. Linville
From: John W. Linville [EMAIL PROTECTED] avoid sdata null pointer dereference in ieee80211_ibss_add_sta. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_sta.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/mac80211/ieee80211_sta.c b

[PATCH 2.6.23] mac80211: Add support for SIOCGIWRATE ioctl

2007-05-31 Thread John W. Linville
-by: Larry Finger [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_ioctl.c | 25 - 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/net/mac80211/ieee80211_ioctl.c b/net/mac80211/ieee80211_ioctl.c index 352f03b

Re: Please pull 'libertas' branch of wireless-2.6

2007-05-31 Thread John W. Linville
On Thu, May 31, 2007 at 05:13:17PM -0400, Dan Williams wrote: On Wed, 2007-05-30 at 11:28 -0400, Dan Williams wrote: On Wed, 2007-05-30 at 10:07 -0400, Jeff Garzik wrote: John W. Linville wrote: Lots of stuff here...probably best for 2.6.23... Is this best for Linux users

Re: [PATCH 0/4] b44 driver improvements

2007-06-04 Thread John W. Linville
On Mon, Jun 04, 2007 at 01:25:36PM -0700, Stephen Hemminger wrote: While researching why the wired networking was so slow on my laptop (not a driver problem); spotted these small changes to b44 driver. Nothing urgent, maybe 2.6.23 or later material. ACK to the lot John -- John W. Linville

mac80211 fixes for 2.6.22

2007-06-11 Thread John W. Linville
on master device while scanning. net/mac80211/debugfs.c |2 +- net/mac80211/ieee80211_sta.c | 12 net/wireless/sysfs.c |2 +- 3 files changed, 14 insertions(+), 2 deletions(-) -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line

mac80211 patches for 2.6.23

2007-06-11 Thread John W. Linville
- net/mac80211/rc80211_simple.c | 12 +++- 2 files changed, 31 insertions(+), 6 deletions(-) -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH] mac80211: fix debugfs tx power reduction output

2007-06-11 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] This patch fixes a typo in mac80211's debugfs.c. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/debugfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net

[PATCH] cfg80211: fix signed macaddress in sysfs

2007-06-11 Thread John W. Linville
From: David Lamparter [EMAIL PROTECTED] Fix signedness mixup making mac addresses show up strangely (like 00:11:22:33:44:ffaa) in /sys/class/ieee80211/*/macaddress. Signed-off-by: David Lamparter [EMAIL PROTECTED] Acked-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville

[PATCH] mac80211: Don't stop tx queue on master device while scanning.

2007-06-11 Thread John W. Linville
, which is obviously wrong. Signed-off-by: Mattias Nissler [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_sta.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211

[PATCH] mac80211: Set low initial rate in rc80211_simple

2007-06-11 Thread John W. Linville
, the response may not be fast enough for a successful connection. This modification sets the initial rate to the lowest supported value. Signed-off-by: Larry Finger [EMAIL PROTECTED] Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211

[PATCH] mac80211: Add support for SIOCGIWRATE ioctl to provide rate information

2007-06-11 Thread John W. Linville
-by: Larry Finger [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/mac80211/ieee80211_ioctl.c | 25 - 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/net/mac80211/ieee80211_ioctl.c b/net/mac80211/ieee80211_ioctl.c index 352f03b

Please pull 'libertas-fixes' branch of wireless-2.6

2007-06-12 Thread John W. Linville
= eth_type_trans(skb, priv-dev); + skb-protocol = eth_type_trans(skb, priv-dev); skb-ip_summed = CHECKSUM_UNNECESSARY; netif_rx(skb); -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Please pull 'libertas-upstream' branch of wireless-2.6

2007-06-12 Thread John W. Linville
insertions(+), 1967 deletions(-) delete mode 100644 drivers/net/wireless/libertas/if_bootcmd.c delete mode 100644 drivers/net/wireless/libertas/thread.h delete mode 100644 drivers/net/wireless/libertas/version.h Omnibus patch attached as libertas-upstream.diff.bz2 due to size concerns. -- John W

Please pull 'libertas' branch of wireless-2.6 (resent w/o attachment)

2007-06-12 Thread John W. Linville
(-) delete mode 100644 drivers/net/wireless/libertas/fw.h delete mode 100644 drivers/net/wireless/libertas/sbi.h -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Please pull 'libertas-fixes' branch of wireless-2.6

2007-06-12 Thread John W. Linville
On Tue, Jun 12, 2007 at 06:54:35PM -0400, Jeff Garzik wrote: John W. Linville wrote: Fixes identified by the libertas team as important for 2.6.22... --- The following changes since commit 717c9339202a42ae7bec7d3c4b84deecdcae9f81: Dan Williams (1): libertas: reduce SSID

Please pull 'libertas-fixes' branch of wireless-2.6

2007-06-27 Thread John W. Linville
The following changes since commit 189548642c5962e60c3667bdb3a703fe0bed12a6: Linus Torvalds (1): Linus 2.6.22-rc6 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git libertas-fixes Dan Williams (4): libertas: style fixes

Re: [Patch 2.6.12.2 2/2]e1000: Add support for getting a permanent hardware address

2005-07-27 Thread John W. Linville
to follow... John P.S. Would a driver ever need to implement its own verion of this function? Since perm_addr is in the net_device structure, is there a cleaner way to do this? Just thinking out-loud... -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line

[patch 2.6.13-rc3] ethtool: add generic ethtool_op_get_perm_addr routine

2005-07-27 Thread John W. Linville
Add generic ethtool operation for getting permanenet hardware address. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- This moves and renames the basically generic e1000_get_perm_addr routine to ethtool_op_get_perm_addr, and causes e1000 to make use of the new name. drivers/net/e1000

Re: [patch 2.6.13-rc3] ethtool: add generic ethtool_op_get_perm_addr routine

2005-07-28 Thread John W. Linville
On Thu, Jul 28, 2005 at 09:42:14AM -0500, Jon Wetzel wrote: On Wed, Jul 27, 2005 at 09:56:05PM -0400, John W. Linville wrote: Jon, you should probably add a patch (or redo you current patch) and use MAX_ADDR_LEN instead of adding the new ETH_MAX_ADDR_LEN... I wanted to do this initially

Re: [PATCH 2.6 1/5] tg3: Add basic register access function pointers

2005-07-28 Thread John W. Linville
the function pointers is acceptable and probably preferrable. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: argh... ;/

2005-08-05 Thread John W. Linville
as opposed to submission? Yes. Opening attachments makes them harder to review. -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: argh... ;/

2005-08-12 Thread John W. Linville
On Thu, Aug 11, 2005 at 10:36:34PM -0700, Chris Wedgwood wrote: On Fri, Aug 05, 2005 at 01:20:59PM -0400, John W. Linville wrote: Yes. Opening attachments makes them harder to review. Lots of people can't inline patches because they are inflicted with crappy MUAs --- I would much prefer

Re: [Patch] Set link type on tun/tap virtual interface

2005-08-24 Thread John W. Linville
-name, tun-dev-type); + break; + #ifdef TUN_DEBUG case TUNSETDEBUG: tun-debug = arg; Do you need to do some range validation on arg before setting tun-dev-type? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Request for pull from netdev-jwl

2005-11-05 Thread John W. Linville
|3 21 files changed, 3478 insertions(+), 1826 deletions(-) -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Request for pull from netdev-jwl

2005-11-05 Thread John W. Linville
On Sat, Nov 05, 2005 at 04:24:21PM -0500, Jeff Garzik wrote: John W. Linville wrote: I thought you might appreciate a little offload of some of your netdev merging chores. I don't think there is anything controversial here. Thanks, appreciated. I already had some of this stuff in netdev

[patch 2.6.14] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx

2005-11-05 Thread John W. Linville
Make CONFIG_FEC_8XX depend on CONFIG_8xx. This keeps allmodconfig from breaking on non-8xx (PPC) platforms. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/fec_8xx/Kconfig |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fec_8xx/Kconfig b

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

2005-11-07 Thread John W. Linville
On Mon, Nov 07, 2005 at 10:13:34PM +0800, Yan Zheng wrote: MAF_GSQUERY flag may cause problem when MLDv1 compatibility mode expires. Could you be more specific about what problem it will cause? Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send

[patch 2.6.14 (take #2)] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx

2005-11-07 Thread John W. Linville
Change CONFIG_FEC_8XX to depend on CONFIG_8xx instead of CONFIG_FEC. CONFIG_FEC depends on ColdFire CPUs, which does not apply for the PPC 8xx processors. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/fec_8xx/Kconfig |2 +- 1 files changed, 1 insertion(+), 1 deletion

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

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

[patch 1/3] bnx2: output driver name as prefix in error message

2005-11-09 Thread John W. Linville
Output driver name as prefix to Unknown flash/EEPROM type. message. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/bnx2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applies-to: 841d5e5eeda46fd95ac03c36964919818a9bc3a6

[patch 2/3] bnx2: check return of dev_alloc_skb in bnx2_test_loopback

2005-11-09 Thread John W. Linville
Check return of dev_alloc_skb in bnx2_test_loopback, and handle appropriately. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/bnx2.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) applies-to: 465a9eb5187941d84c8eede71d8cdd41cfce0a97

[patch 0/3] bnx2: minor fixes

2005-11-09 Thread John W. Linville
unregistration oops (CVE-2005-2709) are found in the git repository at: git://git.tuxdriver.com/git/netdev-jwl.git linville-bnx2 John W. Linville: bnx2: output driver name as prefix in error message bnx2: check return of dev_alloc_skb in bnx2_test_loopback bnx2: avoid possible

[patch 3/3] bnx2: avoid possible overflows in bnx2_get_eeprom

2005-11-09 Thread John W. Linville
Avoid possible overflows when validating eeprom-offset and eeprom-len against bp-flash_info-total_size in bnx2_get_eeprom. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/bnx2.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) applies

[patch 1/2] e1000: avoid leak when e1000_setup_loopback_test fails

2005-11-09 Thread John W. Linville
In e1000_loopback_test, make sure to call e1000_free_desc_rings if e1000_setup_loopback_test fails. Currently in that case it will not get called, causing a leak. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/e1000/e1000_ethtool.c |4 +++- 1 files changed, 3 insertions

[patch 2/2] e1000: zero-out pointers in e1000_free_desc_rings

2005-11-09 Thread John W. Linville
-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/e1000/e1000_ethtool.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) applies-to: 789c88cf79279812f092ef72f3a3592e2f2e1561 0e75569096c919daaab2109c5358cb1263df386a diff --git a/drivers/net/e1000/e1000_ethtool.c b

Re: [patch 0/3] e1000: minor fixes

2005-11-09 Thread John W. Linville
On Wed, Nov 09, 2005 at 04:41:05PM -0500, John W. Linville wrote: Just a couple of minor fixes for e1000. Individual patches to follow. Ooops, this is 0/2 not 0/3... Hopefully it will be less confusing if I just repost... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from

Re: [patch 0/3] e1000: minor fixes

2005-11-09 Thread John W. Linville
On Wed, Nov 09, 2005 at 04:44:21PM -0500, John W. Linville wrote: On Wed, Nov 09, 2005 at 04:41:05PM -0500, John W. Linville wrote: Just a couple of minor fixes for e1000. Individual patches to follow. Ooops, this is 0/2 not 0/3... Hopefully it will be less confusing if I just repost

Re: [patch 2.6.14 (take #2)] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx

2005-11-09 Thread John W. Linville
On Mon, Nov 07, 2005 at 01:24:59PM -0500, John W. Linville wrote: Change CONFIG_FEC_8XX to depend on CONFIG_8xx instead of CONFIG_FEC. CONFIG_FEC depends on ColdFire CPUs, which does not apply for the PPC 8xx processors. FWIW, I have this patch available on the linville-fec_8xx branch

[patch 3/3] bnx2: simplify parameter checks in bnx2_{get,set}_eeprom

2005-11-09 Thread John W. Linville
Remove the superfluous parameter checking in bnx2_{get,set}_eeprom. The parameters are already validated in ethtool_{get,set}_eeprom. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/bnx2.c | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) applies

Re: [patch 3/3] bnx2: avoid possible overflows in bnx2_get_eeprom

2005-11-09 Thread John W. Linville
On Wed, Nov 09, 2005 at 12:13:10PM -0800, Michael Chan wrote: On Wed, 2005-11-09 at 16:39 -0500, John W. Linville wrote: Avoid possible overflows when validating eeprom-offset and eeprom-len against bp-flash_info-total_size in bnx2_get_eeprom. It looks like net/core/ethtool.c already has

Re: [PATCH 2/3] forcedeth support for irq mitigation

2005-11-12 Thread John W. Linville
-netdevm=113036483108400w=2 -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] atmel: audit return code of create_proc_read_entry

2005-11-12 Thread John W. Linville
unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 2/3] forcedeth support for irq mitigation

2005-11-12 Thread John W. Linville
On Sat, Nov 12, 2005 at 09:47:49PM -0500, John W. Linville wrote: On Wed, Oct 26, 2005 at 04:27:23PM -0400, Ayaz Abdulla wrote: This patch contains support for different modes of interrupt mitigation of forcedeth. It includes changes based on Jeff's comments. Currently, the modes

Re: [RFT] pcnet32: support for boards with multiple phys

2005-11-13 Thread John W. Linville
On Sun, Nov 13, 2005 at 02:26:58PM +0100, Thomas Bogendoerfer wrote: On Sat, Nov 12, 2005 at 10:15:23PM -0500, John W. Linville wrote: Is it necessary to maintain special cases for the single-PHY configurations? What would be the effect of folding the single-PHY situation into the multi

Pull request for bonding-sysfs branch of netdev-jwl

2005-11-13 Thread John W. Linville
(-) create mode 100644 drivers/net/bonding/bond_sysfs.c Patch included as a bzip2'ed attachment due to size concerns. -- John W. Linville [EMAIL PROTECTED] bonding-sysfs.patch.bz2 Description: BZip2 compressed data

[ANNOUNCE] fedora-netdev kernel repository

2005-11-14 Thread John W. Linville
of the house, you may want to contact me as [EMAIL PROTECTED] instead. Thanks, John P.S. For those who just want to cut to the chase, do this (as root): cd /etc/yum.repos.d wget http://people.redhat.com/linville/kernels/fedora-netdev/fedora-netdev.repo yum update -- John W. Linville

Re: fedora-netdev.1 IPv6 freeze [Re: [ANNOUNCE] fedora-netdev kernel repository]

2005-11-16 Thread John W. Linville
On Wed, Nov 16, 2005 at 12:42:24PM +0100, Thomas Graf wrote: * Pekka Savola [EMAIL PROTECTED] 2005-11-16 12:46 On Mon, 14 Nov 2005, John W. Linville wrote: http://people.redhat.com/linville/kernels/fedora-netdev/ I guess the test can be termed a 'success' because after updating from

kernel-2.6.14-1.1637_FC4.netdev.2 now available

2005-11-16 Thread John W. Linville
ia64 NaT consumption fault with sctp_sideffect commands. - [SCTP]: Include ulpevents in socket receive buffer accounting. -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Pull request for halasa-hdlc branch of netdev-jwl

2005-11-16 Thread John W. Linville
; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Pull request for netdev-jwl

2005-11-16 Thread John W. Linville
/netdev-jwl.git James Ketrenos: ipw2100: Fix 'Driver using old /proc/net/wireless...' message John W. Linville: e1000: avoid leak when e1000_setup_loopback_test fails e1000: zero-out pointers in e1000_free_desc_rings fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx drivers

Pull request for upstream-jgarzik branch of netdev-jwl

2005-11-16 Thread John W. Linville
Bunk: drivers/net/sk98lin/skge.c: make SkPciWriteCfgDWord() a static inline hostap: rename hostap.c to hostap_main.c Carlo Perassi: atmel: CodingStyle cleanup Christophe Lucas: atmel: audit return code of create_proc_read_entry John W. Linville: skge: fix warning

Re: Pull request for netdev-jwl

2005-11-18 Thread John W. Linville
On Fri, Nov 18, 2005 at 01:22:55PM -0500, Jeff Garzik wrote: John W. Linville wrote: James Ketrenos: ipw2100: Fix 'Driver using old /proc/net/wireless...' message John W. Linville: e1000: avoid leak when e1000_setup_loopback_test fails e1000: zero-out pointers

Re: [PATCH] WE-21 for bcm43xx (wireless-2.6 git)

2006-08-31 Thread John W. Linville
. Perhaps you should post the patch w/o WE-20 support. I'll make sure they all get in at the same time (if at all). John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

New stuff in wireless-dev

2006-09-04 Thread John W. Linville
New stuff in wireless-dev -- I'd say more, but everytime I try to say more, vger's new bogofilter rejects my email as spam...WTF??? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: New stuff in wireless-dev

2006-09-04 Thread John W. Linville
On Tue, Sep 05, 2006 at 02:21:21AM +0200, Michal Piotrowski wrote: Hi, On 05/09/06, John W. Linville [EMAIL PROTECTED] wrote: New stuff in wireless-dev -- I'd say more, but everytime I try to say more, vger's new bogofilter rejects my email as spam...WTF??? Please read http://lkml.org

Re: [RFC] Alternate WE-21 support (core API)

2006-09-08 Thread John W. Linville
On Wed, Sep 06, 2006 at 02:30:53PM -0700, Jean Tourrilhes wrote: On Wed, Sep 06, 2006 at 04:55:44PM -0400, John W. Linville wrote: + * V20 to V21 + * -- + * - Remove (struct net_device *)-get_wireless_stats() + * - Change length in ESSID and NICK to strlen() instead of strlen()+1

Re: [RFC] Alternate WE-21 support (core API)

2006-09-08 Thread John W. Linville
On Fri, Sep 08, 2006 at 09:13:45AM -0700, Jean Tourrilhes wrote: On Fri, Sep 08, 2006 at 10:29:23AM -0400, John W. Linville wrote: On Wed, Sep 06, 2006 at 02:30:53PM -0700, Jean Tourrilhes wrote: On Wed, Sep 06, 2006 at 04:55:44PM -0400, John W. Linville wrote: + * V20 to V21

Re: [PATCH] fix for system lockups in 2.6.18-rcX caused by bcm43xx

2006-09-09 Thread John W. Linville
excited about that. Under the normal process, that would mean 2.6.19 would be broken until we get the next patch. When will the patch for the upstream branch be available? Can you make that patch based on this one (i.e. apply this one before generating the next patch)? John -- John W. Linville [EMAIL

Re: [PATCH] bcm43xx-softmac: Init, shutdown and restart fixes

2006-09-11 Thread John W. Linville
; Either move bcm43xx_periodic_tasks_setup after rng_init, or delete the periodic work again, if rng_init fails. Larry, will you be posting another patch to account for these comments? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Please pull 'upstream' branch of wireless-2.6

2006-09-11 Thread John W. Linville
The following changes since commit 34fa0e319c760189f1fc226acc5b3b387dc58099: John W. Linville: Merge branch 'upstream-fixes' into upstream are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream Christian Steineck

Please pull 'upstream-fixes' branch of wireless-2.6

2006-09-11 Thread John W. Linville
rssi_buffer[ZD_MAC_STATS_BUFFER_SIZE]; u8 regdomain; u8 default_regdomain; u8 requested_channel; -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH 2.6.18] WE-21 for ipw2200

2006-09-12 Thread John W. Linville
the same...OK? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

WE-21 patches/branch for final review

2006-09-12 Thread John W. Linville
for zd1201 WE-21 for ipw2200 John W. Linville: WE-21 support (core API) Larry Finger: bcm43xx: WE-21 support drivers/net/wireless/airo.c | 19 drivers/net/wireless/atmel.c| 18 --- drivers/net/wireless/bcm43xx/bcm43xx_wx.c |2

Re: [PATCH] bcm43xx-softmac: update noise handling

2006-09-12 Thread John W. Linville
. */ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] fix for system lockups in 2.6.18-rcX caused by bcm43xx

2006-09-11 Thread John W. Linville
On Sat, Sep 09, 2006 at 11:04:59AM -0500, Larry Finger wrote: John W. Linville wrote: On Fri, Sep 08, 2006 at 08:47:54PM -0500, Larry Finger wrote: PLease send this upstream for inclusion in 2.6.18, if possible. This patch will not work for wireless-2.6. That patch will be sent to you soon

Re: [PATCH] fix for system lockups in 2.6.18-rcX caused by bcm43xx

2006-09-11 Thread John W. Linville
On Mon, Sep 11, 2006 at 02:59:01PM -0500, Larry Finger wrote: John W. Linville wrote: Also, if you could just use --- instead of a long line of ==, I think I would have to do less manual processing...thanks! Sorry about the === rather than ---. Is that documented somewhere? Not too

Re: [PATCH] bcm43xx-softmac: improve wrong firmware message

2006-09-14 Thread John W. Linville
- what do you think? Let's just take the new/current patch as-is. Someone who understands rev 0x128 should be able to find the message in the code for himself... :-) John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: kernel: TKIP: replay detected:

2006-09-25 Thread John W. Linville
suppressed. Opinion seems to be running that these messages are useless and should be removed. Anyone disagree? Anybody want to send a patch? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED

Re: softmac mtu

2006-09-25 Thread John W. Linville
the latter...patches welcome! :-) -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream' branch of wireless-2.6.git

2006-09-25 Thread John W. Linville
softmac: Update MAINTAINERS entry Jean Tourrilhes: WE-21 for airo WE-21 for atmel WE-21 for hostap WE-21 for ipw2100 WE-21 for orinoco WE-21 for Prism54 WE-21 for ray_cs WE-21 for wl3501 WE-21 for zd1201 WE-21 for ipw2200 John W. Linville

wireless-2.6 now has a 'pending' branch (was Re: Please pull 'upstream' branch of wireless-2.6.git)

2006-09-25 Thread John W. Linville
On Mon, Sep 25, 2006 at 05:50:43PM -0400, John W. Linville wrote: The following changes since commit 7c250413e5b7c3dfae89354725b70c76d7621395: Al Viro: pata_pdc2027x iomem annotations are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville

What's new in wireless-dev today? (29 September 2006)

2006-09-29 Thread John W. Linville
Here is today's batch -- I'm still playing catch-up in the wireless-dev tree. Please bear with me... --- The following changes since commit 0888451bf4108fbaa07b221649b1289d8f79ef0f: John W. Linville: Merge branch 'from-linus' are found in the git repository at: git

Re: Request to postpone WE-21

2006-10-05 Thread John W. Linville
)) { /* Check if there is enough buffer up there */ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Request to postpone WE-21

2006-10-10 Thread John W. Linville
On Thu, Oct 05, 2006 at 03:12:46PM -0700, Jean Tourrilhes wrote: On Thu, Oct 05, 2006 at 04:49:54PM -0400, John W. Linville wrote: On Thu, Oct 05, 2006 at 09:31:13AM -0700, Jean Tourrilhes wrote: Based on the feedback, I formally request you to back out all of WE-21 from 2.6.19

Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-17 Thread John W. Linville
-2.6 tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Please pull 'upstream-fixes' branch of wireless-2.6

2006-10-17 Thread John W. Linville
if need to freeze Eric Sesterhenn: zd1201: Possible NULL dereference Florin Malita: airo.c: check returned values Jean Tourrilhes: orinoco: fix WE-21 buffer overflow wireless: More WE-21 potential overflows... John W. Linville: zd1211rw: fix build-break caused

Re: [PATCH] ieee80211softmac: Fix errors related to the work_struct changes

2006-12-11 Thread John W. Linville
to LKML, but I peruse the summary and I certainly do not recall seeing a warning that this change was coming. FWIW, there was some coverage on LWN. -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED

Please pull 'upstream' branch of wireless-2.6

2006-12-20 Thread John W. Linville
) } netif_start_queue(ndev); -/* netif_mark_up( ndev ); */ + + /* Turn off carrier unless we know we have associated */ + netif_carrier_off(ndev); return 0; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Please pull 'upstream-fixes' branch of wireless-2.6

2006-12-20 Thread John W. Linville
-associnfo.mutex); + mutex_unlock(mac-associnfo.mutex); return err; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Please pull 'upstream' branch of wireless-2.6

2006-12-27 Thread John W. Linville
On Tue, Dec 26, 2006 at 04:39:38PM -0500, Jeff Garzik wrote: John W. Linville wrote: The following changes since commit 0c234ae655a45ac3ee53a25b2e56e9bb6c27d71d: Ulrich Kunitz (1): ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie are found

Re: Please pull 'upstream' branch of wireless-2.6

2007-01-02 Thread John W. Linville
On Wed, Dec 27, 2006 at 07:10:57PM -0500, John W. Linville wrote: On Tue, Dec 26, 2006 at 04:39:38PM -0500, Jeff Garzik wrote: John W. Linville wrote: The following changes since commit 0c234ae655a45ac3ee53a25b2e56e9bb6c27d71d: Ulrich Kunitz (1): ieee80211softmac: Fix

Please pull 'upstream-fixes' branch of wireless-2.6

2007-01-02 Thread John W. Linville
) -#define WLAN_GET_SEQ_SEQ(seq) ((seq) IEEE80211_SCTL_SEQ) +#define WLAN_GET_SEQ_SEQ(seq) (((seq) IEEE80211_SCTL_SEQ) 4) /* Authentication algorithms */ #define WLAN_AUTH_OPEN 0 -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Please pull 'upstream' branch of wireless-2.6

2007-01-02 Thread John W. Linville
): zd1211rw: Generic HMAC initialization zd1211rw: 2 new ZD1211B device ID's zd1211rw: Consistency for address space constants zd1211rw: Remove addressing abstraction zd1211rw: Add ID for Linksys WUSBF54G John W. Linville (1): softmac: avoid assert

wireless-dev updated (sync w/ 2.6.20-rc3 + lots of new stuff)

2007-01-08 Thread John W. Linville
Lots of wireless-dev activity around the holidays...still catching-up... I got stuff compiling, so I thought I'd push it out. John --- The following changes since commit 3622152cf1ed4613addde30bce9cd9f71d17efa2: John W. Linville (1): Merge branch 'from-linus' are found in the git

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-18 Thread John W. Linville
. Definitely. Also, I wonder if there was any attempt to evaluate how the ieee80211 (or d80211) code might be extended in order to elimnate the need for some of the libertas wlan_* files? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

  1   2   3   4   5   6   7   8   >