linux/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck a94d9e224e ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Update the Intel Ethernet drivers to use eth_skb_pad() and skb_put_padto
instead of doing their own implementations of the function.

Also this cleans up two other spots where skb_pad was called but the length
and tail pointers were being manipulated directly instead of just having
the padding length added via __skb_put.

Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-08 20:47:42 -05:00
..
defines.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
ethtool.c ixgbevf: Resolve missing-field-initializers warnings 2014-09-12 00:16:41 -07:00
ixgbevf_main.c ethernet/intel: Use eth_skb_pad and skb_put_padto helpers 2014-12-08 20:47:42 -05:00
ixgbevf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
mbx.h ixgbevf: Add VF DCB + SR-IOV support 2012-10-22 21:15:35 -07:00
regs.h ixgbevf: Use static inlines instead of macros 2014-03-21 01:59:48 -07:00
vf.c ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
vf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00