summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-22/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-081-2/+2
* e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
* e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-59/+58
* e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-061-2/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* e1000: fix time comparisonAsaf Vertz2015-01-221-1/+2
* e1000: convert to build_skbFlorian Westphal2014-09-121-14/+15
* e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal2014-09-121-1/+1
* e1000: add and use e1000_rx_buffer info for RxFlorian Westphal2014-09-121-4/+3
* e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz2014-09-061-76/+79
* e1000: remove unnecessary break after returnFabian Frederick2014-07-201-3/+0
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* e1000: Use time_after() for time comparisonManuel Schölling2014-06-031-1/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-3/+11
|\
| * e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch2013-03-271-3/+11
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-4/+2
|/
* e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-151-68/+72
* treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-191-1/+1
* e1000: configure and read MDI settingsJesse Brandeburg2012-08-211-0/+39
* e1000: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-141-6/+7
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-101-0/+1863
OpenPOWER on IntegriCloud