summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext/netsec.c
Commit message (Expand)AuthorAgeFilesLines
* net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
* net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-7/+1
* net: socionext: get rid of huge dma sync in netsec_alloc_rx_dataLorenzo Bianconi2020-01-141-17/+26
* net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas2020-01-031-1/+1
* net: netsec: Correct dma sync for XDP_TX framesIlias Apalodimas2019-10-171-2/+2
* net: socionext: netsec: fix xdp stats accountingLorenzo Bianconi2019-10-171-2/+3
* net: socionext: netsec: always grab descriptor lockLorenzo Bianconi2019-10-011-23/+7
* net: netsec: Fix signedness bug in netsec_probe()Dan Carpenter2019-09-271-1/+1
* net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
* net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
* net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas2019-07-091-8/+9
* net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-6/+2
* net: netsec: Sync dma for device on buffer allocationIlias Apalodimas2019-07-081-3/+1
* net: netsec: Sync dma for device on buffer allocationIlias Apalodimas2019-07-051-0/+5
* net: socionext: remove set but not used variable 'pkts'YueHaibing2019-07-051-2/+1
* net: netsec: add XDP supportIlias Apalodimas2019-07-011-27/+334
* net: netsec: Use page_pool APIIlias Apalodimas2019-07-011-47/+79
* net: netsec: remove loops in napi Rx processIlias Apalodimas2019-06-191-9/+2
* net: netsec: initialize tx ring on ndo_openIlias Apalodimas2019-06-191-14/+18
* net: socionext: replace napi_alloc_frag with the netdev variant on initIlias Apalodimas2019-04-231-4/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: socionext: remove mmio reads on TxIlias Apalodimas2018-12-151-43/+54
* net: socionext: correctly recover txq after being fullIlias Apalodimas2018-12-151-11/+45
* net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas2018-11-081-8/+3
* net: socionext: different approach on DMAIlias Apalodimas2018-11-081-99/+128
* net: socionext: Reset tx queue in ndo_stopMasahisa Kojima2018-10-231-0/+3
* net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima2018-10-231-2/+16
* net: socionext: Stop PHY before resetting netsecMasahisa Kojima2018-10-231-4/+15
* net: socionext: clear rx irq correctlyIlias Apalodimas2018-10-111-1/+4
* net: socionext: Increase descriptors to 256Ilias Apalodimas2018-08-111-3/+2
* net: socionext: Use descriptor info instead of MMIO reads on RxIlias Apalodimas2018-08-111-15/+10
* net: socionext: remove redundant pointer ndevColin Ian King2018-07-051-2/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-2/+2
|\
| * net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel2018-05-281-2/+2
* | net: socionext: reset hardware in ndo_stopMasahisa KOJIMA2018-04-161-8/+15
* | net: netsec: enable tx-irq during open callbackJassi Brar2018-04-161-2/+2
|/
* net: netsec: use dma_addr_t for storing dma addressArnd Bergmann2018-01-141-7/+7
* net: socionext: Fix error return code in netsec_netdev_open()Wei Yongjun2018-01-111-0/+1
* net: socionext: include linux/io.h to fix buildArnd Bergmann2018-01-111-0/+1
* net: socionext: Add Synquacer NetSec driverJassi Brar2018-01-101-0/+1775
OpenPOWER on IntegriCloud