summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/skge.c
AgeCommit message (Expand)Author
2021-10-19ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-03-29net: marvell: Fix an alignment problemYangyang Li
2021-03-29net: marvell: Delete extra spacesYangyang Li
2021-03-29net: marvell: Delete duplicate word in commentsYangyang Li
2020-09-14net: skge: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-12net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-03-14net: skge: reject unsupported coalescing paramsJakub Kicinski
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-24skge: fix checksum byte orderStephen Hemminger
2019-08-10skge: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-24net: marvell: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner
2019-02-01skge: potential memory corruption in skge_get_regs()Dan Carpenter
2018-12-03net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-12-13skge: remove redundunt free_irq under spinlockStephen Hemminger
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-08-16skge: add paren around sizeof argstephen hemminger
2017-04-18skge: Adjust a null pointer check in skge_down()Markus Elfring
2017-04-18skge: Use seq_puts() in skge_debug_show()Markus Elfring
2017-02-05skge: use napi_complete_done()Eric Dumazet
2017-01-17net: marvell: skge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson
2014-12-05skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-18skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner
2014-03-24skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-10-21net: skge: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-24skge: fix invalid value passed to pci_unmap_sigleMikulas Patocka
2013-09-19skge: fix broken driverMikulas Patocka
2013-08-13skge: dma_sync the whole receive bufferstephen hemminger
2013-08-04skge: fix build on 32 bitStephen Hemminger
2013-08-04skge: add dma_mapping checkstephen hemminger
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03skge: remove __dev* attributesBill Pemberton
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng
2012-10-08net: gro: selective flush of packetsEric Dumazet