[GIT]: Networking.

From: David Miller
Date: Mon Aug 25 2008 - 18:44:52 EST



1) Two sysctl fixes from Al Viro.

2) SCTP still had some holes in AUTH socket option handling,
found by Eugene Teo and fixed by Vlad Yasevich.

3) BNX2X driver bug fixes from Eilon Greenstein and
Yitchak Gertner.

It says 220 lines changed in the diffstat but it's a
set of 9 bug fixes which are mostly 4 liners. If you
still think this is pushing it I'll push back harder
on the folks sending things to me, just let me know.

Otherwise, please pull, thanks a lot!

The following changes since commit f410a1fba7afa79d2992620e874a343fdba28332:
Stephen Hemminger (1):
ipv6: protocol for address routes

are available in the git repository at:

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

Al Viro (2):
ipv4: sysctl fixes
ipv6: sysctl fixes

Eilon Greenstein (5):
bnx2x: Rx work check
bnx2x: Fan failure mechanism on additional design
bnx2x: Minimize lock time
bnx2x: HW lock timeout
bnx2x: Version update

Vlad Yasevich (1):
sctp: add verification checks to SCTP_AUTH_KEY option

Yitchak Gertner (4):
bnx2x: Initialization structure
bnx2x: NIC load failure cleanup
bnx2x: NAPI and interrupts enable/disable
bnx2x: Multi Queue

drivers/net/bnx2x.h | 2 +-
drivers/net/bnx2x_main.c | 220 ++++++++++++++++++++++---------------------
net/ipv4/route.c | 24 ++++-
net/ipv6/sysctl_net_ipv6.c | 2 +-
net/sctp/auth.c | 4 +
net/sctp/socket.c | 5 +
6 files changed, 144 insertions(+), 113 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/