summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e100.c
Commit message (Expand)AuthorAgeFilesLines
* intel: make module parameters readable in sys filesystemJon Maxwell2024-03-041-2/+2
* e100: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-1/+1
* e100: Fix possible use after free in e100_xmit_prepareWang Hai2022-11-231-4/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* intel: remove unused macrosJesse Brandeburg2022-06-301-1/+0
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* e100: fix device suspend/resumeJesse Brandeburg2021-11-181-5/+13
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set() - castsJakub Kicinski2021-10-021-1/+1
* e100: fix buffer overrun in e100_get_regsJacob Keller2021-09-271-6/+10
* e100: fix length calculation in e100_get_regs_lenJacob Keller2021-09-271-1/+5
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-07-231-2/+2
* e100: handle eeprom as little endianJesse Brandeburg2021-05-261-6/+6
* e100: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-281-43/+49
* net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocationSebastian Andrzej Siewior2020-09-291-2/+2
* intel: handle unused assignmentsJesse Brandeburg2020-09-251-3/+3
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+1
* e100: use generic power managementVaibhav Gupta2020-07-301-18/+14
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-5/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing2018-12-201-2/+2
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* net: e100: Replace PCI pool old APIRomain Perier2018-01-021-6/+6
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+3
* e100: Cocci spatch "pool_zalloc-simple"Thomas Meyer2017-09-211-3/+2
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-6/+8
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-9/+0
* e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai2015-08-181-1/+4
* e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai2015-08-181-0/+7
* ethernet/intel: Use setup_timerVaishali Thakkar2015-05-311-3/+1
* e100: don't initialize int object to zeroJean Sacren2015-05-041-1/+1
* e100: Use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-3/+3
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville2014-12-311-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* e100: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-191-2/+2
* e100: Fix "disabling already-disabled device" warningMichele Baldessari2014-01-301-1/+1
* net: e100: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* e100: dump small buffers via %*phAndy Shevchenko2013-07-281-9/+6
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-2/+2
* e100: Add dma mapping error checkNeil Horman2013-04-101-11/+25