[GIT] Networking

From: David Miller
Date: Sun Dec 02 2012 - 19:35:57 EST



1) 8139cp leaks memory in error paths, from Francois Romieu.

2) do_tcp_sendpages() cannot handle order > 0 pages, but they can
certainly arrive there now, fix from Eric Dumazet.

3) Race condition and sysfs fixes in bonding from Nikolay Aleksandrov.

4) Remain-on-Channel fix in mac80211 from Felix Liao.

5) CCK rate calculation fix in iwlwifi, from Emmanuel Grumbach.

Please pull, thanks a lot!

The following changes since commit e9296e89b85604862bd9ec2d54dc43edad775c0d:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2012-11-28 21:54:07 -0800)

are available in the git repository at:


git://git.kernel.org/pub/scm/linux/kernel/git/davem/net master

for you to fetch changes up to 892a925e42adb8192a3c832ad29cbc780fc466f6:

8139cp: fix coherent mapping leak in error path. (2012-12-01 20:39:17 -0500)

----------------------------------------------------------------
Emmanuel Grumbach (1):
iwlwifi: fix the basic CCK rates calculation

Eric Dumazet (1):
tcp: fix crashes in do_tcp_sendpages()

Johannes Berg (1):
mac80211: fix remain-on-channel (non-)cancelling

John W. Linville (2):
Merge branch 'for-john' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes
Merge branch 'master' of git://git.kernel.org/.../linville/wireless into for-davem

françois romieu (1):
8139cp: fix coherent mapping leak in error path.

nikolay@xxxxxxxxxx (3):
bonding: fix miimon and arp_interval delayed work race conditions
bonding: make arp_ip_target parameter checks consistent with sysfs
bonding: fix race condition in bonding_store_slaves_active

drivers/net/bonding/bond_main.c | 93 +++++++++++++++++++++----------------------------------------------
drivers/net/bonding/bond_sysfs.c | 36 +++++++++-----------------
drivers/net/ethernet/realtek/8139cp.c | 11 +++++---
drivers/net/wireless/iwlwifi/dvm/rxon.c | 12 ++++-----
net/ipv4/tcp.c | 15 +++++------
net/mac80211/offchannel.c | 2 --
6 files changed, 61 insertions(+), 108 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/