aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext/netsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08net: socionext: different approach on DMAIlias Apalodimas1-99/+128
2018-10-23net: socionext: Reset tx queue in ndo_stopMasahisa Kojima1-0/+3
2018-10-23net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima1-2/+16
2018-10-23net: socionext: Stop PHY before resetting netsecMasahisa Kojima1-4/+15
2018-10-11net: socionext: clear rx irq correctlyIlias Apalodimas1-1/+4
2018-08-11net: socionext: Increase descriptors to 256Ilias Apalodimas1-3/+2
2018-08-11net: socionext: Use descriptor info instead of MMIO reads on RxIlias Apalodimas1-15/+10
2018-07-05net: socionext: remove redundant pointer ndevColin Ian King1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel1-2/+2
2018-04-16net: socionext: reset hardware in ndo_stopMasahisa KOJIMA1-8/+15
2018-04-16net: netsec: enable tx-irq during open callbackJassi Brar1-2/+2
2018-01-14net: netsec: use dma_addr_t for storing dma addressArnd Bergmann1-7/+7
2018-01-11net: socionext: Fix error return code in netsec_netdev_open()Wei Yongjun1-0/+1
2018-01-11net: socionext: include linux/io.h to fix buildArnd Bergmann1-0/+1
2018-01-10net: socionext: Add Synquacer NetSec driverJassi Brar1-0/+1775