[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081215.012717.70229556.davem@davemloft.net>
Date: Mon, 15 Dec 2008 01:27:17 -0800 (PST)
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
1) Neil Horman fixes a race in netpoll resulting in corruption
and crashes.
2) Packet scheduler comment fix from Jesper Brouer.
3) Thanks to reports, patches, and testing by Hermann Lauer
the sungem driver PCS phy support is in at least some
state of working.
4) IPV6 raw socket usage can spam the logs with multicast
warnings, patch from Jan Sembera.
5) Another TCP Vegas fix from Doug Leith.
6) Mutex double-release fix in e1000e from Jeff Kirsher.
7) Fix another potential NULL deref in netlabel code, from
Paul Moore.
8) Fix stray TX queue references after device is brought down
in phonet layer, fix from Rémi Denis-Courmont.
9) rwlock initializer fix in netfilter from Steven Rostedt.
10) HP_SIMETH network driver doesn't depend upon NET, fix from
Alexander Beregalov.
Please pull, thanks a lot!
The following changes since commit c49b9f295e513753e6d9bb4444ba502f1aa59b29:
Balazs Scheidler (1):
tproxy: fixe a possible read from an invalid location in the socket match
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master
Alexander Beregalov (1):
IA64: HP_SIMETH needs to depend upon NET
David S. Miller (1):
sungem: Make PCS PHY support partially work again.
Doug Leith (1):
tcp: tcp_vegas cong avoid fix
Hermann Lauer (1):
sungem: improve ethtool output with internal pcs and serdes
Jan Sembera (1):
ipv6: silence log messages for locally generated multicast
Jeff Kirsher (1):
e1000e: fix double release of mutex
Jesper Dangaard Brouer (1):
SCHED: netem: Correct documentation comment in code.
Neil Horman (1):
netpoll: fix race on poll_list resulting in garbage entry
Paul Moore (1):
netlabel: Compiler warning and NULL pointer dereference fix
Rémi Denis-Courmont (1):
Phonet: keep TX queue disabled when the device is off
Steven Rostedt (1):
netfilter: update rwlock initialization for nat_table
arch/ia64/hp/sim/Kconfig | 1 +
drivers/net/e1000e/ich8lan.c | 9 ++-
drivers/net/sungem.c | 144 ++++++++++++++++++++++--------------
include/linux/netdevice.h | 7 ++
net/core/netpoll.c | 2 +
net/ipv4/netfilter/nf_nat_rule.c | 2 +-
net/ipv4/tcp_vegas.c | 80 +++------------------
net/ipv6/ndisc.c | 7 ++-
net/netlabel/netlabel_unlabeled.c | 38 +++++-----
net/phonet/pep-gprs.c | 27 ++++++--
net/sched/sch_netem.c | 3 -
11 files changed, 164 insertions(+), 156 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists