summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e100.c
AgeCommit message (Expand)Author
2023-10-18e100: replace deprecated strncpy with strscpyJustin Stitt
2022-11-23e100: Fix possible use after free in e100_xmit_prepareWang Hai
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-18e100: fix device suspend/resumeJesse Brandeburg
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski
2021-09-27e100: fix buffer overrun in e100_get_regsJacob Keller
2021-09-27e100: fix length calculation in e100_get_regs_lenJacob Keller
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-05-26e100: handle eeprom as little endianJesse Brandeburg
2021-01-28e100: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-29net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocationSebastian Andrzej Siewior
2020-09-25intel: handle unused assignmentsJesse Brandeburg
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-07-30e100: use generic power managementVaibhav Gupta
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-03-19intel: correct return from set features callbackSerhey Popovych
2018-12-20e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-02net: e100: Replace PCI pool old APIRomain Perier
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-09-21e100: Cocci spatch "pool_zalloc-simple"Thomas Meyer
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-09net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai
2015-05-31ethernet/intel: Use setup_timerVaishali Thakkar
2015-05-04e100: don't initialize int object to zeroJean Sacren
2015-04-09e100: Use dma_rmb/wmb where appropriateAlexander Duyck
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2014-12-31e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-19e100: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-01-30e100: Fix "disabling already-disabled device" warningMichele Baldessari
2013-10-21net: e100: remove unnecessary pci_set_drvdata()Jingoo Han
2013-07-28e100: dump small buffers via %*phAndy Shevchenko
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang
2013-04-10e100: Add dma mapping error checkNeil Horman
2013-01-08remove init of dev->perm_addr in driversJiri Pirko