aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain1-6/+2
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-3/+5
2018-01-16nubus: Rename struct nubus_devFinn Thain1-11/+11
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-28drivers/net: natsemi: Convert timers to use timer_setup()Kees Cook2-9/+9
2017-09-21drivers: net: natsemi: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: ns83820: use setup_timer() helper.Allen Pais1-3/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-02-12net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+25
2017-02-12net: natsemi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+67
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-26net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-9/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson3-3/+0
2016-09-12natsemi: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2