summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: Add support for unicast filteringMaxime Chevallier2018-03-071-135/+161
* net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier2018-03-071-15/+15
* net: mvpp2: mvpp2_check_hw_buf_num() can be statickbuild test robot2018-03-071-1/+1
* net: mvpp2: jumbo frames supportStefan Chulski2018-03-051-23/+75
* net: mvpp2: enable UDP/TCP checksum over IPv6Antoine Tenart2018-03-051-1/+2
* net: mvpp2: use a data size of 10kB for Tx FIFO on port 0Yan Markman2018-03-051-5/+22
* net: mvpp2: update the BM buffer free/destroy logicStefan Chulski2018-03-051-7/+38
* net: mvpp2: use the same buffer pool for all portsStefan Chulski2018-03-051-39/+37
* net: mvpp2: Add hardware offloading for VLAN filteringMaxime Chevallier2018-02-281-34/+380
* mvpp2: fix multicast address filterMikulas Patocka2018-02-111-3/+8
* net: mvpp2: enable ACPI support in the driverMarcin Wojtas2018-01-221-39/+94
* net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas2018-01-221-21/+24
* net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas2018-01-221-21/+11
* net: mvpp2: adjust the coalescing parametersAntoine Tenart2017-12-131-2/+2
* net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart2017-12-131-0/+1
* net: mvpp2: align values in ethtool get_coalesceAntoine Tenart2017-12-131-3/+3
* net: mvpp2: split the max ring size from the default oneYan Markman2017-12-131-11/+13
* net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart2017-12-131-4/+8
* net: mvpp2: fix the RSS table entry offsetAntoine Tenart2017-12-081-1/+1
* net: mvpp2: allocate zeroed tx descriptorsYan Markman2017-11-301-1/+1
* net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
* net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0
* net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
* net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2
* net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal2017-11-111-32/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-0/+4
|\
| * net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier2017-11-081-0/+4
* | net: mvpp2: add ethtool GOP statisticsMiquel Raynal2017-11-081-5/+223
* | net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart2017-11-011-26/+13
* | net: mvpp2: use the aggr txq size define everywhereAntoine Tenart2017-11-011-3/+3
* | net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart2017-11-011-2/+16
* | net: mvpp2: initialize the RSS tablesAntoine Tenart2017-11-011-0/+50
* | net: mvpp2: initialize the Tx FIFO sizeAntoine Tenart2017-11-011-4/+21
* | net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2Antoine Tenart2017-11-011-6/+46
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-13/+22
|\ \ | |/
| * net: mvpp2: do not sleep in set_rx_modeAntoine Tenart2017-10-261-2/+2
| * net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart2017-10-261-2/+2
| * net: mvpp2: fix typo in the tcam setupAntoine Tenart2017-10-261-1/+1
| * net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart2017-10-241-1/+1
| * net: mvpp2: do not unmap TSO headers buffersAntoine Tenart2017-10-241-4/+13
| * net: mvpp2: fix TSO headers allocation and managementYan Markman2017-10-241-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-11/+35
|\ \ | |/
| * net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT2017-10-011-0/+15
| * net: mvpp2: do not select the internal source clockAntoine Tenart2017-09-281-2/+1
| * net: mvpp2: fix port list indexingYan Markman2017-09-281-3/+5
| * net: mvpp2: fix parsing fragmentation detectionStefan Chulski2017-09-281-6/+14
* | net: mvpp2: remove useless gotoAntoine Tenart2017-09-191-1/+0
|/
* net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart2017-09-031-11/+12
* net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart2017-09-031-7/+9
* net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart2017-09-031-18/+27
OpenPOWER on IntegriCloud