All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] netback fixes from XCP kernel tree
@ 2010-02-23 16:46 Ian Campbell
  2010-02-23 16:47 ` [PATCH 1/6] xen: netback: remove unused xen_network_done code Ian Campbell
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ian Campbell @ 2010-02-23 16:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Jeremy Fitzhardinge

The following changes since commit c6f55dd4eb6ec8bdcfe221210a84907c496f6a75:
  Jeremy Fitzhardinge (1):
        xen/netback: include linux/sched.h for TASK_* definitions

are available in the git repository at:

  git://xenbits.xensource.com/people/ianc/linux-2.6.git for-jeremy/netback

Ian Campbell (5):
      xen: netback: remove unused xen_network_done code
      xen: netback: factor disconnect from backend into new function.
      xen: netback: wait for hotplug scripts to complete before signalling connected to frontend
      xen/netback: Always pull through PKT_PROT_LEN bytes into the linear part of an skb.
      xen/netback: Allow setting of large MTU before rings have connected.

Steven Smith (1):
      xen/netback: try to pull a minimum of 72 bytes into the skb data area

 drivers/xen/netback/common.h    |    2 +
 drivers/xen/netback/interface.c |    6 +++-
 drivers/xen/netback/netback.c   |   42 +++++++----------------
 drivers/xen/netback/xenbus.c    |   69 ++++++++++++++++++++++++++++++++++----
 4 files changed, 81 insertions(+), 38 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-02-24  9:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 16:46 [GIT] netback fixes from XCP kernel tree Ian Campbell
2010-02-23 16:47 ` [PATCH 1/6] xen: netback: remove unused xen_network_done code Ian Campbell
2010-02-23 16:47 ` [PATCH 2/6] xen: netback: factor disconnect from backend into new function Ian Campbell
2010-02-23 16:47 ` [PATCH 3/6] xen: netback: wait for hotplug scripts to complete before signalling connected to frontend Ian Campbell
2010-02-23 16:47 ` [PATCH 4/6] xen/netback: Always pull through PKT_PROT_LEN bytes into the linear part of an skb Ian Campbell
2010-02-24  8:28   ` Jan Beulich
2010-02-24  8:55     ` Ian Campbell
2010-02-24  9:23       ` [PATCH 4/6] xen/netback: Always pull throughPKT_PROT_LEN " James Harper
2010-02-24  9:56         ` Ian Campbell
2010-02-23 16:47 ` [PATCH 5/6] xen/netback: try to pull a minimum of 72 bytes into the skb data area Ian Campbell
2010-02-23 17:04   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.