[GIT]: Networking

From: David Miller
Date: Fri Sep 25 2009 - 17:31:11 EST



1) Forgotten GIT 'add' in CAN driver commit, my bad.

2) AX25 control block refcounting is hosed, fix from Jarek Poplawski.

3) virtio_net driver updates from Rusty Russel

4) TI Davinci checks interrupt pending status wrongly. From Sriram @ TI.

Please pull, thanks a lot!

The following changes since commit 53cddfcc0e760d2b364878b6dadbd0c6d087cfae:
Linus Torvalds (1):
Merge git://git.kernel.org/.../lethal/sh-2.6

are available in the git repository at:

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

Amit Shah (1):
virtio_net: Check for room in the vq before adding buffer

David S. Miller (2):
Merge branch 'master' of ssh://master.kernel.org/.../rusty/linux-2.6-for-davem
at91_can: Forgotten git 'add' of at91_can.c

Jarek Poplawski (1):
ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl

Rusty Russell (5):
virtio_net: skb_orphan() and nf_reset() in xmit path.
virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
virtio_net: don't free buffers in xmit ring
virtio_net: formalize skb_vnet_hdr
virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.

Sriram (1):
TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2

drivers/net/can/at91_can.c | 1186 ++++++++++++++++++++++++++++++++++++++++++++
drivers/net/davinci_emac.c | 9 +-
drivers/net/virtio_net.c | 229 ++++------
net/ax25/af_ax25.c | 27 +-
4 files changed, 1299 insertions(+), 152 deletions(-)
create mode 100644 drivers/net/can/at91_can.c
--
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/