Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-14 | xen-netfront: Avoid deref'ing skbafter it is potentially freed. | Jeremy Fitzhardinge | 1 | -3/+4 | |
xennet_tx_bug_gc can free the skb before we use it, so make sure we don't. Signed-off-by: Keir Fraser <[email protected]> Signed-off-by: Jeremy Fitzhardinge <[email protected]> Cc: Jeff Garzik <[email protected]> Signed-off-by: Jeff Garzik <[email protected]> | |||||
2007-07-18 | xen: add virtual network device driver | Jeremy Fitzhardinge | 1 | -0/+1863 | |
The network device frontend driver allows the kernel to access network devices exported exported by a virtual machine containing a physical network device driver. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Chris Wright <[email protected]> Acked-by: Jeff Garzik <[email protected]> Cc: Ian Pratt <[email protected]> Cc: Christian Limpach <[email protected]> Cc: Stephen Hemminger <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Herbert Xu <[email protected]> Cc: Keir Fraser <[email protected]> Cc: [email protected] |