[GIT]: Networking

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <torvalds@...>
Cc: <akpm@...>, <netdev@...>, <linux-kernel@...>
Date: Thursday, September 18, 2008 - 10:28 pm

1) bnx2 records MSI vector as 16-bit value, which breaks due to
   2.6.27 io_apic.c changes on x86, use 32-bit value instead.
   From Benjamin Li.

2) Due to missing locking, EEPROM/NVRAM can be corrupted making
   the card subsequently nearly unusable.  Fix from Christopher Li.

3) UDP receive path can try to recursively lock a socket and
   deadlock, regression from 2.6.26  Reported by lockdep and
   fixed by Herbert Xu.

4) Three SCTP fixes from Vlad Yasevich:
   a) OOPS when processing INIT-ACK packets
   b) SCTP can advertise features it doesn't even support
   c) SCTP stopped working over loopback due to some checksumming
      changes in 2.6.27

5) e100 needs to use pci_pme_active, from Yinghai Lu.  This is on
   the regression list.

6) MAC address not properly restored during shutdown in forcedeth
   driver, Yinghai Lu.  This is on the regression list.

Please pull, thanks a lot.

The following changes since commit cff502a38394fd33693f6233e03fca363dfa956d:
  Santwona Behera (1):
        niu: panic on reset

are available in the git repository at:

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

Benjamin Li (1):
      bnx2: Promote vector field in bnx2_irq structure from u16 to unsigned int

Christopher Li (1):
      e1000: prevent corruption of EEPROM/NVM

Herbert Xu (1):
      udp: Fix rcv socket locking

Rafael J. Wysocki (1):
      e100: Use pci_pme_active to clear PME_Status and disable PME#

Vlad Yasevich (3):
      sctp: set the skb->ip_summed correctly when sending over loopback.
      sctp: do not enable peer features if we can't do them.
      sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH

Yinghai Lu (1):
      forcedeth: call restore mac addr in nv_shutdown path

 drivers/net/bnx2.h           |    2 +-
 drivers/net/e100.c           |    4 +--
 drivers/net/e1000/e1000_hw.c |   23 +++++++++++++++
 drivers/net/forcedeth.c      |   16 +++++++++--
 net/ipv4/udp.c               |   62 ++++++++++++++++++++++-------------------
 net/sctp/associola.c         |    9 +++---
 net/sctp/output.c            |    3 +-
 net/sctp/sm_make_chunk.c     |   15 ++++++----
 8 files changed, 87 insertions(+), 47 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT]: Networking, David Miller, (Thu Sep 18, 10:28 pm)