summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mvmdio: avoid error message for optional IRQChris Packham2020-03-181-1/+1
* Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham2020-03-181-3/+3
* net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang2020-03-161-2/+1
* net: mvmdio: avoid error message for optional IRQChris Packham2020-03-121-3/+3
* net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi2020-02-061-9/+22
* octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter2020-02-011-2/+2
* net: mvneta: fix XDP support if sw bm is used as fallbackLorenzo Bianconi2020-01-291-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2920-27/+5574
|\
| * octeontx2-pf: ethtool RSS config supportSunil Goutham2020-01-274-4/+269
| * octeontx2-pf: Add basic ethtool supportChristina Jacob2020-01-276-4/+525
| * octeontx2-pf: Add ndo_get_stats64Geetha sowjanya2020-01-273-0/+97
| * octeontx2-pf: TCP segmentation offload supportSunil Goutham2020-01-275-4/+273
| * octeontx2-pf: Receive side scaling supportSunil Goutham2020-01-274-1/+167
| * octeontx2-pf: Error handling supportGeetha sowjanya2020-01-276-3/+255
| * octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham2020-01-276-6/+242
| * octeontx2-pf: Register and handle link notificationsLinu Cherian2020-01-273-0/+109
| * octeontx2-pf: Add packet transmission supportSunil Goutham2020-01-276-2/+470
| * octeontx2-pf: Receive packet handling supportSunil Goutham2020-01-276-3/+349
| * octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham2020-01-276-10/+332
| * octeontx2-pf: Initialize and config queuesSunil Goutham2020-01-277-17/+1290
| * octeontx2-pf: Attach NIX and NPA block LFsSunil Goutham2020-01-274-4/+286
| * octeontx2-pf: Mailbox communication with AFSunil Goutham2020-01-274-3/+552
| * octeontx2-pf: Add Marvell OcteonTX2 NIC driverSunil Goutham2020-01-276-0/+362
| * mvneta driver disallow XDP program on hardware buffer managementSven Auhagen2020-01-271-0/+6
| * net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-10/+1
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-9/+10
| |\
| * | net: mvneta: change page pool nid to NUMA_NO_NODELorenzo Bianconi2020-01-141-1/+1
| * | net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-061-5/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-232-3/+3
| |\ \
| * | | net: mvpp2: cycle comphy to power it downRussell King2019-12-201-0/+10
| * | | net: mvpp2: update mvpp2 validate() implementationRussell King2019-12-171-4/+18
| * | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-134-4/+4
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
| | |/ | |/|
* / | net: mvneta: fix dma sync size in mvneta_run_xdpLorenzo Bianconi2020-01-151-9/+10
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-1/+1
|\ \
| * | net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-242-16/+13
* octeontx2-af: Fix uninitialized variable in debugfsDan Carpenter2019-11-211-1/+2
* net: mvneta: get rid of huge dma sync in mvneta_rx_refillLorenzo Bianconi2019-11-201-11/+15
* net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdpLorenzo Bianconi2019-11-201-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-179-18/+18
|\
| * octeontx2-af: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-169-18/+18
* | octeontx2-af: Start/Stop traffic in CGX along with NPCSubbaraya Sundeep2019-11-154-14/+65
* | octeontx2-af: Add option to disable dynamic entry caching in NDCSunil Goutham2019-11-153-3/+112
* | octeontx2-af: Support configurable NDC cache way_maskGeetha sowjanya2019-11-153-11/+28
* | octeontx2-af: Enable broadcast packet replicationSunil Goutham2019-11-154-59/+69
* | octeontx2-af: Support fixed transmit scheduler topologySunil Goutham2019-11-159-259/+513
* | octeontx2-af: Add more RSS algorithmsKiran Kumar K2019-11-152-11/+114