summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi
Commit message (Expand)AuthorAgeFilesLines
* net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2021-01-052-4/+15
* net: natsemi: Replace in_interrupt() usage.Thomas Gleixner2020-09-292-13/+13
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+3
* net: natsemi: Remove set but not used variableZheng Yongjun2020-09-211-2/+2
* net: natsemi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+4
* natsemi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-132-62/+62
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* natsemi: use generic power managementVaibhav Gupta2020-07-011-19/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET2020-04-271-2/+4
* net/macsonic: Remove interrupt handler wrapperFinn Thain2020-02-161-15/+4
* net/sonic: Start packet transmission immediatelyFinn Thain2020-02-161-6/+7
* net/sonic: Remove explicit memory barriersFinn Thain2020-02-161-2/+0
* net/sonic: Remove redundant netif_start_queue() callFinn Thain2020-02-161-1/+1
* net/sonic: Remove redundant next_tx variableFinn Thain2020-02-162-5/+4
* net/sonic: Refactor duplicated codeFinn Thain2020-02-165-93/+44
* net/sonic: Remove obsolete commentFinn Thain2020-02-161-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-284-6/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-162/+262
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-6/+6
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/
* | net/sonic: Prevent tx watchdog timeoutFinn Thain2020-01-231-4/+13
* | net/sonic: Fix CAM initializationFinn Thain2020-01-231-9/+12
* | net/sonic: Fix command register usageFinn Thain2020-01-231-15/+3
* | net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2020-01-232-0/+28
* | net/sonic: Fix receive buffer replenishmentFinn Thain2020-01-232-63/+105
* | net/sonic: Improve receive descriptor status flag checkFinn Thain2020-01-231-10/+5
* | net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain2020-01-231-6/+15
* | net/sonic: Fix receive buffer handlingFinn Thain2020-01-232-7/+33
* | net/sonic: Fix interface error stats collectionFinn Thain2020-01-232-14/+8
* | net/sonic: Use MMIO accessorsFinn Thain2020-01-231-8/+8
* | net/sonic: Clear interrupt flags immediatelyFinn Thain2020-01-231-22/+6
* | net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2020-01-232-14/+36
|/
* net: sonic: replace dev_kfree_skb in sonic_send_packetMao Wenan2019-09-111-1/+1
* net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan2019-09-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-15/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: ns83820: code cleanup for ns83820_probe_phy()Mao Wenan2019-02-191-49/+21
* net: natsemi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-143-3/+3
* net/sonic: Use dma_mapping_error()Finn Thain2018-05-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-232-4/+4
|\
| * ethernet: natsemi: correct spellingRandy Dunlap2018-03-062-4/+4
* | net/sonic: Replace custom debug logging with netif_* callsFinn Thain2018-02-265-103/+61
* | net/sonic: Clean up and modernize log messagesFinn Thain2018-02-263-40/+33
* | net/macsonic: Drop redundant MACH_IS_MAC testFinn Thain2018-02-261-3/+0
* | net/macsonic: Convert to nubus_driverFinn Thain2018-02-261-54/+119
|/