More bug fixes, highlights:
1) IP-Config can loop forever retrying due to a bug in how
the retry counter is initialized. Fix from Benjamin Zores.
2) iSCSI OOPS fixes from Herbert Xu and Shyam Iyer.
3) Several IPV6 multicast routing bug fixes from Thomas Goff.
4) Wireless bug fixes via John Linville.
5) E1000 shared interrupt handling fix from Jesse Brandeburg.
6) UDP port bind performance regression fix from Eric Dumazet.
This came from the port randomization improvements.
7) TCP URG handling fix for splice() from Dimitris Michailidis.
8) Missing compat support for a few TUN device ioctls.
Please pull, thanks a lot!
The following changes since commit 5376071069ec8a7e6a8112beab16fc24f5139475:
Linus Torvalds (1):
Merge master.kernel.org:/home/rmk/linux-2.6-arm
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master
Anton Vorontsov (1):
gianfar: Fix Wake-on-LAN support
Benjamin Zores (1):
ipv4: fix infinite retry loop in IP-Config
Bob Copeland (1):
ath5k: fix locking in ath5k_config
Daniel Marjamäki (1):
netxen: fix memory leak in drivers/net/netxen_nic_init.c
David S. Miller (3):
ipv6: Make mc_forwarding sysctl read-only.
Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
tun: Add some missing TUN compat ioctl translations.
Dhananjay Phadke (1):
netxen: revert jumbo ringsize
Dimitris Michailidis (1):
tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.
Eric Dumazet (2):
udp: optimize bind(0) if many ports are in use
net: wrong test in inet_ehash_locks_alloc()
Haiying Wang (1):
ucc_geth: Change uec phy id to the same format as gianfar's
Herbert Xu (1):
net: Fix frag_list handling in skb_seq_read
Inaky Perez-Gonzalez (1):
wimax: fix build issue when debugfs is disabled
Ira W. Snyder (1):
virtio_net: use correct accessors for ...