linux/drivers/net/ethernet/ibm/ehea
Anton Blanchard d695c335f9 ehea: Simplify ehea_xmit2 and ehea_xmit3
Based on a patch from Michael Ellerman, clean up a significant
portion of the transmit path. There was a lot of duplication here.
Even worse, we were always checksumming tx packets and ignoring the
skb->ip_summed field.

Also remove NETIF_F_FRAGLIST from dev->features, I'm not sure why
it was enabled.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-17 19:00:55 -04:00
..
ehea_ethtool.c ehea: Update multiqueue support 2011-10-17 19:00:54 -04:00
ehea_hw.h
ehea_main.c ehea: Simplify ehea_xmit2 and ehea_xmit3 2011-10-17 19:00:55 -04:00
ehea_phyp.c
ehea_phyp.h
ehea_qmr.c
ehea_qmr.h
ehea.h ehea: Allocate large enough skbs to avoid partial cacheline DMA writes 2011-10-17 19:00:54 -04:00
Makefile