From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Linux kernel net-drivers-2.5.7-jg1
Date: Wed, 20 Mar 2002 14:25:36 -0500 [thread overview]
Message-ID: <3C98E230.4090403@mandrakesoft.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 142 bytes --]
Patch at:
ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patches/2.5.7/net-drivers-2.5.7-1.patch.bz2
Changeset and pull info follows.
[-- Attachment #2: net-drivers-2.5.7-1.txt --]
[-- Type: text/plain, Size: 2903 bytes --]
Linus and other BK users, please do a
bk pull http://gkernel.bkbits.net/net-drivers-2.5
This will update the following files:
Documentation/networking/dl2k.txt | 6
drivers/net/acenic.c | 49 +--
drivers/net/acenic.h | 9
drivers/net/de620.c | 15 -
drivers/net/dl2k.c | 135 ++++++++--
drivers/net/dl2k.h | 5
drivers/net/e100/Makefile | 2
drivers/net/e100/e100.h | 31 ++
drivers/net/e100/e100_config.c | 99 +++++++
drivers/net/e100/e100_config.h | 7
drivers/net/e100/e100_main.c | 113 ++++++++
drivers/net/e100/e100_test.c | 467 +++++++++++++++++++++++++++++++++++++
drivers/net/epic100.c | 12
drivers/net/wireless/orinoco_plx.c | 25 +
include/linux/ethtool.h | 43 ++-
15 files changed, 917 insertions(+), 101 deletions(-)
through these ChangeSets:
<jgarzik@mandrakesoft.com> (02/03/20 1.545)
Revert epic100 net driver power sequence "fix", it broke some boards.
<k.kasprzak@box43.pl> (02/03/20 1.544)
de620 net driver janitor fixes:
* free_irq on error
* check request_region error value
<jgarzik@mandrakesoft.com> (02/03/20 1.543)
Merge orinoco_plx wireless driver pci ids from 2.4.x.
<jgarzik@mandrakesoft.com> (02/03/20 1.542)
Merge dl2k gigabit ethernet driver update vendor:
* add rio_timer to watch rx condition
* move poll initiation to rx refill loop
* use del_timer_sync to avoid race (me)
* CodingStyle cleanups (me)
<jgarzik@mandrakesoft.com> (02/03/20 1.541)
Add support file e100_test to e100 net driver. Missed in earlier merge.
<jgarzik@mandrakesoft.com> (02/03/20 1.540)
Merge ethtool initiate-nic-self-test ioctl, and support for it in e100 net drvr.
Contributed by Eli Kupermann @ Intel, modified by me.
<eli.kupermann@intel.com> (02/03/20 1.539)
e100 net driver update:
1) This patch provides fix for "wake on arp" and "wake on unicast"
functionality when card is suspended by power management. When e100_suspend
was called for the device that is in netif_running state the load filter
command was executed in the asynchronic mode and the order of actions
required to put device into wake up enabled mode was broken.
The fix enables to execute WOL configure and load filter commands in the
synchronic mode despite of fact that device is in netif_running state. The
exec_non_cu_command uses the driver_isolated flag to identify this
situation.
2) add EXPORT_NO_SYMBOLS (yay Intel, you have come so far... :))
3) bump version to 2.0.25-pre1
<jes@wildopensource.com> (02/03/15 1.473.4.15)
acenic net driver update:
* clean up vlan defines to dramatically reduce number of ifdefs
* re-optimize private structure across cache line boundaries
* fix typo(s) in printk/comments
reply other threads:[~2002-03-20 19:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C98E230.4090403@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox