aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-19net: e100: ucode is optional in some casesBjørn Mork1-9/+31
2012-04-14e100: enable transmit time stamping.Richard Cochran1-0/+1
2012-04-14e100: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-02e100: Show short v/s long rx length errors in ethtool stats.Ben Greear1-0/+3
2012-03-02e100: Fix rx-over-length statistics.Ben Greear1-1/+4
2012-02-29e100: Support RXALL feature flag.Ben Greear1-2/+20
2012-02-29e100: Support sending custom Ethernet CRCBen Greear1-0/+16
2012-02-29e100: Support RXFCS feature flag.Ben Greear1-5/+30
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-4/+1
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-11-02e100: make sure vlan support isn't advertised on old adaptersJesse Brandeburg1-0/+4
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+3109