Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-12 | net: Fix off-by-one in skb_dma_map | Dimitris Michailidis | |
The unwind loop iterates down to -1 instead of stopping at 0 and ends up accessing ->frags[-1]. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2008-09-11 | net: Add SKB DMA mapping helper functions. | David S. Miller | |
Signed-off-by: David S. Miller <davem@davemloft.net> |