1) TCP retransmit accounting fix from Ilpo.
2) netconsole over devices configured with VLANs can crash,
fix from Herbert Xu.
3) DRR scheduler crashes when TCA_OPTIONS are not specified.
Fix from Jarek P.
4) VETH carrier detection fix from Eric Bierderman.
5) Several small driver fixes all over.
6) IPV6 fix with time-wait sockets when namespaces are enabled,
from Pavel Emelyanov.
7) Fix hp-plus build, again, from Randy Dunlap.
Please pull, thanks a lot!
The following changes since commit 778ef1e6cbb049c9bcbf405936ee6f2b6e451892:
Linus Torvalds (1):
Merge git://git.kernel.org/.../gregkh/staging-2.6
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master
Andrey Borzenkov (1):
orinoco: do not resgister NULL pm_notifier function
Bjørn Mork (2):
cdc_ether: add usb id for Ericsson F3507g
usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()
Chris Leech (2):
net headers: cleanup dcbnl.h
net headers: export dcbnl.h
David S. Miller (5):
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Merge branch 'master' of git://git.kernel.org/.../kaber/nf-2.6
Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Dhananjay Phadke (2):
netxen: fix physical port mapping
netxen: handle pci bar 0 mapping failure
Dmitriy Taychenachev (1):
zaurus: add usb id for motomagx phones
Eric Leblond (3):
netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack
netfilter: nfnetlink_log: fix per-rule qthreshold override
netfilter: nfnetlink_log: fix timeout handling
Eric W. Biederman (1):
veth: Fix carrier detect
Greg Kroah-Hartman (1):
asix: new device ids
Herbert Xu (1):
netpoll: Add drop checks to ...