aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-30intel: remove unused macrosJesse Brandeburg1-1/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-18e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski1-1/+1
2021-09-27e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-09-27e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+2
2021-05-26e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-01-28e100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-43/+49
2020-09-29net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocationSebastian Andrzej Siewior1-2/+2
2020-09-25intel: handle unused assignmentsJesse Brandeburg1-3/+3
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+1
2020-07-30e100: use generic power managementVaibhav Gupta1-18/+14
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-5/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-03-19intel: correct return from set features callbackSerhey Popovych1-1/+1
2018-12-20e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-02net: e100: Replace PCI pool old APIRomain Perier1-6/+6
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-09-21e100: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-3/+2
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-1/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-9/+0
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai1-1/+4
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai1-0/+7
2015-05-31ethernet/intel: Use setup_timerVaishali Thakkar1-3/+1
2015-05-04e100: don't initialize int object to zeroJean Sacren1-1/+1
2015-04-09e100: Use dma_rmb/wmb where appropriateAlexander Duyck1-3/+3
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-12-31e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-19e100: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-01-30e100: Fix "disabling already-disabled device" warningMichele Baldessari1-1/+1
2013-10-21net: e100: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-07-28e100: dump small buffers via %*phAndy Shevchenko1-9/+6
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-04-10e100: Add dma mapping error checkNeil Horman1-11/+25
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-3/+3