linux/drivers/net/benet
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
..
Kconfig be2net: Add GRO support to the be2net driver. LRO is not supported anymore. 2009-07-23 18:00:59 -07:00
Makefile
be.h be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_cmds.c be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_cmds.h be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_ethtool.c be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_hw.h be2net: Changes to support flashing of the be2 network adapter 2009-09-07 01:56:38 -07:00
be_main.c be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap 2009-09-07 01:56:41 -07:00