aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ezchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21ezchip: nps_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-11net: nps_enet: Fix function names in doc commentsJonathan Neuschäfer1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2-24/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-29ezchip: nps_enet: check if napi has been completedZakharov Vlad1-3/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-17net: nps_enet: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-13net: nps_enet: code reuseElad Kanfi1-10/+11
2016-07-13net: nps_enet: fix coding style issuesElad Kanfi1-3/+3
2016-07-12net: nps_enet: Fix PCS resetNoam Camus1-0/+1
2016-05-29net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-10net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi1-0/+15
2016-05-10net: nps_enet: Tx handler synchronizationElad Kanfi2-8/+9
2016-03-03net: ezchip: adapt driver to little endian architectureLada Trimasova2-332/+238
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2015-12-08net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann1-21/+9
2015-08-23NET: nps_enet: minor namespace cleanupNoam Camus1-3/+4
2015-08-23NET: nps_enet: TX done acknowledge.Noam Camus1-0/+3
2015-08-23NET: nps_enet: drop control framesNoam Camus1-4/+4
2015-08-23NET: nps_enet: TX done race conditionNoam Camus1-7/+3
2015-08-23NET: nps_enet: replace use of cause registerNoam Camus2-24/+5
2015-06-23NET: Add ezchip ethernet driverNoam Camus4-0/+1021