All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO)
@ 2009-07-09 18:09 Sridhar Samudrala
  2009-07-10  1:04 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Sridhar Samudrala @ 2009-07-09 18:09 UTC (permalink / raw)
  To: David Miller, Herbert Xu, netdev

The following set of patches fixes support for UDP fragmentation offload
in the core networking stack to send/receive large UDP packets over UFO
enabled devices and fallback to software UFO when the outgoing device 
doesn't support UFO.
These patches enable setting UFO on virtio-net and tap devices and allow
large UDP packets to be sent between guest to host and inter guest under
KVM.

[PATCH net-next-2.6 1/5] udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
[PATCH net-next-2.6 2/5] udpv6: Fix HW checksum support for outgoing UFO packets
[PATCH net-next-2.6 3/5] udpv6: Fix gso_size setting in ip6_ufo_append_data
[PATCH net-next-2.6 4/5] udpv6: Remove unused skb argument of ipv6_select_ident()
[PATCH net-next-2.6 5/5] udpv6: Handle large incoming UDP/IPv6 packets and support software UFO

Thanks
Sridhar




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

end of thread, other threads:[~2009-07-12 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 18:09 [PATCH net-next-2.6 0/5] Add support for software UDP fragmentation offload(UFO) Sridhar Samudrala
2009-07-10  1:04 ` Herbert Xu
2009-07-12 21:39   ` David Miller

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.