From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262350AbTHYXIV (ORCPT ); Mon, 25 Aug 2003 19:08:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262377AbTHYXIV (ORCPT ); Mon, 25 Aug 2003 19:08:21 -0400 Received: from havoc.gtf.org ([63.247.75.124]:13519 "EHLO havoc.gtf.org") by vger.kernel.org with ESMTP id S262350AbTHYXIK (ORCPT ); Mon, 25 Aug 2003 19:08:10 -0400 Date: Mon, 25 Aug 2003 19:08:09 -0400 From: Jeff Garzik To: marcelo@conectiva.com.br Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: [bk patches] net driver updates Message-ID: <20030825230809.GA11073@gtf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Marcelo, please do a bk pull bk://kernel.bkbits.net/jgarzik/net-drivers-2.4 I have sent the patch separately for your review. Others may download the patch from: ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.22-netdrvr1.patch.bz2 This will update the following files: drivers/net/8139cp.c | 4 drivers/net/8139too.c | 10 drivers/net/bonding/bond_main.c | 17 - drivers/net/bonding/bonding.h | 2 drivers/net/net_init.c | 3 drivers/net/tulip/tulip_core.c | 1 drivers/net/wireless/airo.c | 568 ++++++++++++++++++++++------------------ include/linux/netdevice.h | 2 8 files changed, 342 insertions(+), 265 deletions(-) through these ChangeSets: (03/08/18 1.1064.1.13) [netdrvr 8139too] fix resume behavior, by correctly saving/restoring pci state. (03/08/18 1.1064.1.12) [netdrvr 8139cp] fix h/w vlan offload It wants big endian vlan tags. IEEE, or just weird? (03/08/18 1.1064.1.11) [wireless airo] Replaces task queues by simpler kernel_thread (03/08/18 1.1064.1.10) [wireless airo] Fixes unregistering of PCI cards (03/08/17 1.1064.1.9) [netdrvr tulip] add pci id for 3com 3CSOHO100B-TX (03/08/07 1.1064.1.8) [netdrvr bonding] embed stats struct inside bonding private struct Simplification: Don't allocate the stats struct via kmalloc, embed it inside it's parent bonding_t. (03/08/07 1.1064.1.7) [net] export alloc_netdev (03/08/07 1.1064.1.6) [PATCH] Fix adhoc config (03/08/07 1.1064.1.5) [PATCH] Safer unload code (03/08/07 1.1064.1.4) [PATCH] MIC support with newer firmware (03/08/07 1.1064.1.3) [PATCH] Missing lines for Wireless Extensions 16 (03/08/07 1.1064.1.2) [netdrvr airo] MAC type changed to unsigned (03/08/07 1.1064.1.1) [netdrvr airo] Missing defines (only for documentation)