Files
linux/drivers
Ajit Khaparde c190e3c8f6 be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap
Code changes to
 - In the tx completion processing, there were instances of unmapping a
memory as a page which was originally mapped as single. This patch takes care
of this by using skb_dma_map()/skb_dma_unmap() to map/unmap Tx buffers.
 - set gso_max_size to 65535. This was not done till now.

Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-07 01:56:41 -07:00
..
2009-07-28 21:07:09 -04:00
2009-08-02 12:54:22 -07:00
2009-09-01 01:13:31 -07:00
2009-07-12 12:22:34 -07:00
2009-08-09 12:25:29 +10:00
2009-09-01 01:13:16 -07:00
2009-07-03 15:45:29 +01:00
2009-08-04 20:31:32 +02:00
2009-07-29 19:10:35 -07:00
2009-07-12 12:22:34 -07:00
2009-09-01 01:13:44 -07:00
2009-07-30 16:03:45 +09:30
2009-07-01 11:19:47 +02:00