Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-04-19 | [PATCH] aoe 12/12: send outgoing packets in order | ecashin@coraid.com | 3 | -12/+21 | |
I can't use list.h, since sk_buff doesn't have a list_head but instead has two struct sk_buff pointers, and I want to avoid any extra memory allocation. send outgoing packets in order Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||||
2005-04-19 | [PATCH] aoe 11/12: add support for disk statistics | ecashin@coraid.com | 3 | -0/+16 | |
add support for disk statistics Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |