History log of /drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3396c7823efb3a5b8630388c464e1034ea031ced 27-Jan-2012 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/net: fix up stale paths from driver reorg

The reorganization of the driver layout in drivers/net
left behind some stale paths in comments and in Kconfig
help text. Bring them up to date. No actual change to
any code takes place here.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
1886e5d2c694e7fb59434c717e704e7fd8475d2e 13-Jan-2012 Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com> ehea: make some functions and variables static

Some functions and variables in ehea are only used in their own file, so
they should be static. One particular function had a very generic name,
print_error_data.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
2cb1deb56f5bf413da83491e0cb5a0474393c8ef 14-Oct-2011 Anton Blanchard <anton@samba.org> ehea: Remove LRO support

In preparation for adding GRO to ehea, remove LRO.

v3:
[cascardo] fixed conflict with vlan cleanup

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>
/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
b95644685d530de5e9f9658bd8087e50840b831d 14-Oct-2011 Anton Blanchard <anton@samba.org> ehea: Update multiqueue support

The ehea driver had some multiqueue support but was missing the last
few years of networking stack improvements:

- Use skb_record_rx_queue to record which queue an skb came in on.

- Remove the driver specific netif_queue lock and use the networking
stack transmit lock instead.

- Remove the driver specific transmit queue hashing and use
skb_get_queue_mapping instead.

- Use netif_tx_{start|stop|wake}_queue where appropriate. We can also
remove pr->queue_stopped and just check the queue status directly.

- Print all 16 queues in the ethtool stats.

We now enable multiqueue by default since it is a clear win on all my
testing so far.

v3:
[cascardo] fixed use_mcs parameter description
[cascardo] set ehea_ethtool_stats_keys as const

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>
/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
9aa3283595451ca093500ff0977b106e1f465586 13-May-2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> ehea/ibm*: Move the IBM drivers

Move the IBM drivers into drivers/net/ethernet/ibm/ and make the
necessary Kconfig and Makefile changes.

- Renamed ibm_new_emac to emac
- Cleaned up Makefile and Kconfig options which referred to
IBM_NEW_EMAC to IBM_EMAC
- ibmlana driver is a National Semiconductor SONIC driver so
it was not moved

CC: Christoph Raisch <raisch@de.ibm.com>
CC: Santiago Leon <santil@linux.vnet.ibm.com>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: David Gibson <dwg@au1.ibm.com>
CC: Kyle Lucke <klucke@us.ibm.com>
CC: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c