From: David Miller <davem@davemloft.net>
To: torvalds@linux-foundation.org
Cc: akpm@linux-foundation.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT]: Networking fixes
Date: Sun, 27 Apr 2008 16:56:55 -0700 (PDT) [thread overview]
Message-ID: <20080427.165655.96444093.davem@davemloft.net> (raw)
1) TIPC and ipv6 endianness cures from Al Viro.
2) Fix copy_from_user() results being used as error returns,
from Sam Ravnborg, based upon a patch from Pavel E.
3) When asking for null authentication algorithm in ESP, we get a null
hmac, instead of just a plain null digest. Fix from Herbert Xu.
4) Missing SunRPC kernel-doc annotation from Randy Dunlap.
5) IPSEC auditing prints out the flowlabel incorrectly. Fix from
Yoshifuji HIDEAKI.
6) Compat 32-bit support for multicast socket options was missing,
fix from David L. Stevens.
7) Hopefully, the final build fixes necessary for the iwlwifi driver.
A lot of this stems from some areas of Kconfig that could be
improved and I'll start a thread about that.
Please pull, thanks a lot!
The following changes since commit 653252c2302cdf2dfbca66a7e177f7db783f9efa:
Pavel Emelyanov (1):
net: Fix wrong interpretation of some copy_to_user() results.
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master
Al Viro (2):
ipv6: result of csum_fold() is already 16bit, no need to cast
tipc: endianness annotations
David L Stevens (1):
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
David S. Miller (1):
Revert "ipv6: Fix typo in net/ipv6/Kconfig"
Evgeniy Polyakov (1):
tcp: Fix slab corruption with ipv6 and tcp6fuzz
Herbert Xu (1):
[IPSEC]: Use digest_null directly for auth
Jason Riedy (1):
iwlwifi: Allow building iwl3945 without iwl4965.
Luca Tettamanti (1):
wireless: Fix compile error with wifi & leds
Randy Dunlap (1):
sunrpc: fix missing kernel-doc
Sam Ravnborg (1):
can: Fix copy_from_user() results interpretation
YOSHIFUJI Hideaki (1):
[XFRM] AUDIT: Fix flowlabel text format ambibuity.
drivers/net/wireless/Makefile | 2 +-
drivers/net/wireless/iwlwifi/Kconfig | 6 ++
include/net/compat.h | 3 +
net/can/raw.c | 21 +++---
net/compat.c | 117 ++++++++++++++++++++++++++++++++++
net/ipv4/ip_sockglue.c | 5 ++
net/ipv4/tcp_input.c | 3 +-
net/ipv6/Kconfig | 2 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ipv6_sockglue.c | 5 ++
net/mac80211/Kconfig | 4 +-
net/sunrpc/xprt.c | 2 +-
net/tipc/msg.h | 7 +-
net/xfrm/xfrm_algo.c | 3 +-
net/xfrm/xfrm_state.c | 2 +-
15 files changed, 159 insertions(+), 25 deletions(-)
next reply other threads:[~2008-04-27 23:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-27 23:56 David Miller [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-06-29 0:45 [GIT]: Networking fixes David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080427.165655.96444093.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).