linux/drivers/net/ethernet/apm/xgene
David S. Miller b04096ff33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Four minor merge conflicts:

1) qca_spi.c renamed the local variable used for the SPI device
   from spi_device to spi, meanwhile the spi_set_drvdata() call
   got moved further up in the probe function.

2) Two changes were both adding new members to codel params
   structure, and thus we had overlapping changes to the
   initializer function.

3) 'net' was making a fix to sk_release_kernel() which is
   completely removed in 'net-next'.

4) In net_namespace.c, the rtnl_net_fill() call for GET operations
   had the command value fixed, meanwhile 'net-next' adjusted the
   argument signature a bit.

This also matches example merge resolutions posted by Stephen
Rothwell over the past two days.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-13 14:31:43 -04:00
..
Kconfig net: xgene_enet: Set hardware dependency 2015-05-09 16:24:15 -04:00
Makefile drivers: net: xgene: Add ring manager v2 functions 2015-04-30 16:03:13 -04:00
xgene_enet_ethtool.c drivers: net: xgene: Add SGMII based 1GbE ethtool support 2014-10-14 16:09:22 -04:00
xgene_enet_hw.c drivers: net: xgene: Change ring manager to use function pointers 2015-04-30 16:03:13 -04:00
xgene_enet_hw.h drivers: net: xgene: Add SGMII based 1GbE support with ring manager v2 2015-04-30 16:03:14 -04:00
xgene_enet_main.c drivers: net: xgene: fix kbuild warnings 2015-04-30 22:30:07 -04:00
xgene_enet_main.h drivers: net: xgene: fix kbuild warnings 2015-04-30 22:30:07 -04:00
xgene_enet_ring2.c drivers: net: xgene: Add ring manager v2 functions 2015-04-30 16:03:13 -04:00
xgene_enet_ring2.h drivers: net: xgene: Add ring manager v2 functions 2015-04-30 16:03:13 -04:00
xgene_enet_sgmac.c drivers: net: xgene: Add SGMII based 1GbE support with ring manager v2 2015-04-30 16:03:14 -04:00
xgene_enet_sgmac.h drivers: net: xgene: Add SGMII based 1GbE support 2014-10-14 16:09:21 -04:00
xgene_enet_xgmac.c drivers: net: xgene: Add 10GbE support with ring manager v2 2015-04-30 16:03:13 -04:00
xgene_enet_xgmac.h drivers: net: xgene: Add SGMII based 1GbE support with ring manager v2 2015-04-30 16:03:14 -04:00