[git patches] net driver updates

Previous thread: [git patch] warning fix by Jeff Garzik on Thursday, October 25, 2007 - 12:50 am. (1 message)

Next thread: [PATCH] sound/oss/sb_common.c: fix casting warning by Jeff Garzik on Thursday, October 25, 2007 - 1:06 am. (16 messages)
From: Jeff Garzik
Date: Thursday, October 25, 2007 - 12:49 am

Please pull from 'upstream-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus

to receive the following updates:

 Documentation/networking/00-INDEX        |    2 -
 Documentation/networking/net-modules.txt |  315 ------------------------------
 drivers/net/bonding/bond_main.c          |    5 +-
 drivers/net/bonding/bonding.h            |    1 -
 drivers/net/cpmac.c                      |  145 ++++++++------
 drivers/net/ehea/ehea.h                  |    2 +-
 drivers/net/ehea/ehea_main.c             |    7 +-
 drivers/net/forcedeth.c                  |   16 ++
 drivers/net/ipg.c                        |   22 ++-
 drivers/net/ipg.h                        |   20 --
 drivers/net/natsemi.c                    |    1 +
 drivers/net/usb/rndis_host.c             |   18 ++-
 include/linux/pci_ids.h                  |    4 +
 13 files changed, 149 insertions(+), 409 deletions(-)
 delete mode 100644 Documentation/networking/net-modules.txt

Adrian Bunk (4):
      remove Documentation/networking/net-modules.txt
      drivers/net/ipg.c: cleanups
      make bonding/bond_main.c:bond_deinit() static
      bonding/bond_main.c: fix cut'n'paste error

Ayaz Abdulla (1):
      [netdrvr] forcedeth: add MCP77 device IDs

Eugene Konev (3):
      cpmac: use print_mac() instead of MAC_FMT
      cpmac: convert to napi_struct interface
      cpmac: update to new fixed phy driver interface

Ingo Molnar (1):
      natsemi: fix oops, link back netdevice from private-struct

Jan-Bernd Themann (1):
      ehea: fix port_napi_disable/enable

Thomas Sailer (1):
      rndis_host: reduce MTU instead of refusing to talk to devices with low max packet size

diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index 153d84d..f5a5e6d 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -80,8 +80,6 @@ multicast.txt
 	- Behaviour of cards under Multicast
 ncsa-telnet
 	- notes on how ...
Previous thread: [git patch] warning fix by Jeff Garzik on Thursday, October 25, 2007 - 12:50 am. (1 message)

Next thread: [PATCH] sound/oss/sb_common.c: fix casting warning by Jeff Garzik on Thursday, October 25, 2007 - 1:06 am. (16 messages)