aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/skge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-19ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-03-29net: marvell: Fix an alignment problemYangyang Li1-1/+1
2021-03-29net: marvell: Delete extra spacesYangyang Li1-2/+3
2021-03-29net: marvell: Delete duplicate word in commentsYangyang Li1-1/+1
2020-09-14net: skge: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-12net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+36
2020-03-14net: skge: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-09-24skge: fix checksum byte orderStephen Hemminger1-1/+1
2019-08-10skge: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+9
2019-07-24net: marvell: Use dev_get_drvdata where possibleChuhong Yuan1-4/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner1-13/+1
2019-02-01skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2018-12-03net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-12-13skge: remove redundunt free_irq under spinlockStephen Hemminger1-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-08-16skge: add paren around sizeof argstephen hemminger1-1/+1
2017-04-18skge: Adjust a null pointer check in skge_down()Markus Elfring1-1/+1
2017-04-18skge: Use seq_puts() in skge_debug_show()Markus Elfring1-1/+1
2017-02-05skge: use napi_complete_done()Eric Dumazet1-5/+3
2017-01-17net: marvell: skge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+37
2016-10-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespaceZach Brown1-3/+3
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson1-3/+4
2014-12-05skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo1-2/+1
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-3/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-18skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner1-0/+7
2014-03-24skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2013-10-21net: skge: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-24skge: fix invalid value passed to pci_unmap_sigleMikulas Patocka1-3/+6
2013-09-19skge: fix broken driverMikulas Patocka1-2/+3
2013-08-13skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-04skge: fix build on 32 bitStephen Hemminger1-7/+7
2013-08-04skge: add dma_mapping checkstephen hemminger1-6/+42
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0