Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-05-26intel: remove checker warningJesse Brandeburg
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski
2019-11-01e1000: fix memory leaksWenwen Wang
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-09e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King
2017-03-22e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-04-07e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-01-23e1000: fix time comparisonAsaf Vertz
2014-09-12e1000: convert to build_skbFlorian Westphal
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal
2014-09-06e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz
2014-07-21e1000: remove unnecessary break after returnFabian Frederick
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-04e1000: Use time_after() for time comparisonManuel Schölling
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-02-16e1000: fix whitespace issues and multi-line commentsJeff Kirsher
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida
2012-08-21e1000: configure and read MDI settingsJesse Brandeburg
2012-07-22e1000: advertise transmit time stampingRichard Cochran
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-08-11intel: Move the Intel wired LAN driversJeff Kirsher