linux/drivers/net/ethernet/intel/ixgbe
Eric Dumazet 1f2149c1df net: remove netdev_alloc_page and use __GFP_COLD
Given we dont use anymore the struct net_device *dev argument, and this
interface brings litle benefit, remove netdev_{alloc|free}_page(), to
debloat include/linux/skbuff.h a bit.

(Some drivers used a mix of these interfaces and alloc_pages())

When allocating a page given to device for DMA transfer (device to
memory), it makes sense to use a cold one (__GFP_COLD)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
CC: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-22 16:43:32 -05:00
..
ixgbe_82598.c
ixgbe_82599.c
ixgbe_common.c ixgbe: fix reading of the buffer returned by the firmware 2011-11-02 16:55:48 -07:00
ixgbe_common.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: DCB, return max for IEEE traffic classes 2011-11-02 16:55:55 -07:00
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_ethtool.c Sweep the last of the active .get_drvinfo floors under ethernet/ 2011-11-14 14:13:31 -05:00
ixgbe_fcoe.c
ixgbe_fcoe.h
ixgbe_main.c net: remove netdev_alloc_page and use __GFP_COLD 2011-11-22 16:43:32 -05:00
ixgbe_mbx.c
ixgbe_mbx.h
ixgbe_phy.c
ixgbe_phy.h
ixgbe_sriov.c intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN 2011-11-16 04:41:52 -08:00
ixgbe_sriov.h ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined 2011-11-07 13:23:12 -05:00
ixgbe_type.h intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN 2011-11-16 04:41:52 -08:00
ixgbe_x540.c ixgbe: fix LED blink logic to check for link 2011-11-16 04:21:51 -08:00
ixgbe.h
Makefile