lkml.org 
[lkml]   [2008]   [Oct]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 16 Oct 2008 22:29:19 -0700 (PDT)
SubjectRe: [GIT]: Networking
FromDavid Miller <>
Sorry, finger slipped, here is the real content :-)

1) A few networking driver fixes via Jeff Garzik.  The Kconfig
   fixup for myri10ge and ixgbe should fix the powerpc allyesconfig
   et al. build failures.

2) Missing rcu_assign() in ipv4 routing cache, from Eric Dumazet.

3) Getting rid of CONFIG_KMOD under net/, from Johannes Berg and
   Rusty.

I'll get a fix to you for that netfilter build failure BenH reported
soon.

Please pull, thanks a lot.

The following changes since commit 8fa0b315fc0c1a414da1371f1fc39523a657c192:
  David S. Miller (1):
        decnet: Fix compiler warning in dn_dev.c

are available in the git repository at:

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

Alan Cox (2):
      lmc: copy_*_user under spinlock
      [netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bit

Eric Dumazet (1):
      ipv4: Add a missing rcu_assign_pointer() in routing cache.

Isaku Yamahata (1):
      xen-netfront: Avoid unaligned accesses to IP header

Jeff Garzik (1):
      [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA

Johannes Berg (1):
      net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)

 drivers/net/Kconfig                  |   12 ++++++++++--
 drivers/net/ixgbe/ixgbe.h            |    4 ++--
 drivers/net/ixgbe/ixgbe_main.c       |   32 ++++++++++++++++----------------
 drivers/net/myri10ge/myri10ge.c      |   26 +++++++++++++-------------
 drivers/net/pcmcia/Kconfig           |    2 +-
 drivers/net/wan/lmc/lmc_main.c       |   31 ++++++++++++++++++++++++-------
 drivers/net/xen-netfront.c           |    5 ++++-
 net/bluetooth/af_bluetooth.c         |    8 +-------
 net/bridge/netfilter/ebtables.c      |   15 +++------------
 net/can/af_can.c                     |    4 ++--
 net/core/dev.c                       |    2 --
 net/core/rtnetlink.c                 |    4 ++--
 net/dccp/ccid.c                      |    2 +-
 net/decnet/dn_dev.c                  |    2 --
 net/ipv4/devinet.c                   |    2 --
 net/ipv4/inet_diag.c                 |    2 --
 net/ipv4/route.c                     |    7 ++++++-
 net/ipv4/tcp_cong.c                  |    4 ++--
 net/netfilter/nf_conntrack_netlink.c |    2 +-
 net/netfilter/nfnetlink.c            |    2 +-
 net/netlink/af_netlink.c             |    2 +-
 net/phonet/af_phonet.c               |    3 +--
 net/sched/act_api.c                  |    2 +-
 net/sched/cls_api.c                  |    2 +-
 net/sched/ematch.c                   |    2 +-
 net/sched/sch_api.c                  |    2 +-
 net/socket.c                         |    2 +-
 net/sunrpc/auth.c                    |    2 --
 28 files changed, 96 insertions(+), 89 deletions(-)

\
 
 \ /
  Last update: 2008-10-17 07:33    [from the cache]
©2003-2008