aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-05net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2-4/+15
2020-09-29net: natsemi: Replace in_interrupt() usage.Thomas Gleixner2-13/+13
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+3
2020-09-21net: natsemi: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-14net: natsemi: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-09-13natsemi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-62/+62
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-01natsemi: use generic power managementVaibhav Gupta1-19/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-04-27net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET1-2/+4
2020-02-16net/macsonic: Remove interrupt handler wrapperFinn Thain1-15/+4
2020-02-16net/sonic: Start packet transmission immediatelyFinn Thain1-6/+7
2020-02-16net/sonic: Remove explicit memory barriersFinn Thain1-2/+0
2020-02-16net/sonic: Remove redundant netif_start_queue() callFinn Thain1-1/+1
2020-02-16net/sonic: Remove redundant next_tx variableFinn Thain2-5/+4
2020-02-16net/sonic: Refactor duplicated codeFinn Thain5-93/+44
2020-02-16net/sonic: Remove obsolete commentFinn Thain1-5/+0
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-6/+6
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-162/+262
2020-01-23net/sonic: Prevent tx watchdog timeoutFinn Thain1-4/+13
2020-01-23net/sonic: Fix CAM initializationFinn Thain1-9/+12
2020-01-23net/sonic: Fix command register usageFinn Thain1-15/+3
2020-01-23net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2-0/+28
2020-01-23net/sonic: Fix receive buffer replenishmentFinn Thain2-63/+105
2020-01-23net/sonic: Improve receive descriptor status flag checkFinn Thain1-10/+5
2020-01-23net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain1-6/+15
2020-01-23net/sonic: Fix receive buffer handlingFinn Thain2-7/+33
2020-01-23net/sonic: Fix interface error stats collectionFinn Thain2-14/+8
2020-01-23net/sonic: Use MMIO accessorsFinn Thain1-8/+8
2020-01-23net/sonic: Clear interrupt flags immediatelyFinn Thain1-22/+6
2020-01-23net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2-14/+36
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin4-6/+6
2019-09-11net: sonic: replace dev_kfree_skb in sonic_send_packetMao Wenan1-1/+1
2019-09-06net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-19net: ns83820: code cleanup for ns83820_probe_phy()Mao Wenan1-49/+21
2019-02-14net: natsemi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei3-3/+3
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2018-03-06ethernet: natsemi: correct spellingRandy Dunlap2-4/+4
2018-02-26net/sonic: Replace custom debug logging with netif_* callsFinn Thain5-103/+61
2018-02-26net/sonic: Clean up and modernize log messagesFinn Thain3-40/+33
2018-02-26net/macsonic: Drop redundant MACH_IS_MAC testFinn Thain1-3/+0
2018-02-26net/macsonic: Convert to nubus_driverFinn Thain1-54/+119