summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-10/+9
* net: mvneta: align xdp stats naming scheme to mlx5 driverLorenzo Bianconi2020-02-191-16/+36
* octeontx2-af: Cleanup nixlf and blkaddr retrieval logicSunil Goutham2020-02-192-83/+50
* octeontx2-af: Cleanup CGX config permission checksSunil Goutham2020-02-191-31/+24
* octeontx2-af: Remove unnecessary export symbols in CGX driverSunil Goutham2020-02-191-18/+0
* net: mvneta: get rid of xdp_ret in mvneta_swbm_rx_frameLorenzo Bianconi2020-02-161-17/+13
* net: mvneta: introduce xdp counters to ethtoolLorenzo Bianconi2020-02-161-0/+45
* net: mvneta: rely on struct mvneta_stats in mvneta_update_stats routineLorenzo Bianconi2020-02-161-32/+41
* net: mvneta: rely on open-coding updating stats for non-xdp and tx pathLorenzo Bianconi2020-02-161-16/+24
* net: mvneta: move refill_err and skb_alloc_err in per-cpu statsLorenzo Bianconi2020-02-161-14/+55
* 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-2820-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-131-1/+1
| * | net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-5/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-3/+3
| |\ \
| * | | net: mvpp2: cycle comphy to power it downRussell King2019-12-191-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-124-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-141-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-232-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-169-18/+18
|\
| * octeontx2-af: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-169-18/+18