[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090602.024858.24420647.davem@davemloft.net>
Date: Tue, 02 Jun 2009 02:48:58 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: torvalds@...ux-foundation.org
CC: akpm@...ux-foundation.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT]: Networking
The e1000 length check patch is pretty important and allows to
easily OOPS the e1000 driver.
The forcedeth PHY powerdown change fixes a particularly pugnant
problem folks have been running into. Because BIOS's, other OS's
and even older versions of Linux don't explicitly power-up the
PHY on driver load, powering it down at shutdown makes the device
inoperable until the next power cycle. So default to not doing
this, the user can enable it with a module option.
The packet classifier API can crash if the configuration of a new rule
fails, it won't even destroy it. We have to be careful to not put
the new rule into the list until the configuration method passes.
Bluetooth does flush_work()'s which are 1) unnecessary and 2)
introduce deadlocks.
Please pull, thanks a lot!
The following changes since commit d9244b5d2fbfe9fa540024b410047af13ceec90f:
Linus Torvalds (1):
Merge branch 'hwmon-for-linus' of git://git.kernel.org/.../jdelvare/staging
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master
Dave Young (1):
Bluetooth: Remove useless flush_work() causing lockdep warnings
David S. Miller (1):
Merge branch 'master' of git://git.kernel.org/.../holtmann/bluetooth-2.6
Ed Swierk (1):
forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)
Minoru Usui (1):
net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel panic when we use cls_cgroup
Neil Horman (1):
e1000: add missing length check to e1000 receive routine
drivers/net/e1000/e1000_main.c | 5 +++--
drivers/net/forcedeth.c | 15 +++++++++++++--
net/bluetooth/hci_sysfs.c | 6 ------
net/sched/cls_api.c | 23 +++++++++++++++++------
4 files changed, 33 insertions(+), 16 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists