aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier1-9159/+0
2018-05-19net: mvpp2: Add missing VLAN tag detectionMaxime Chevallier1-0/+3
2018-05-18net: mvpp2: typo and cosmetic fixesAntoine Tenart1-8/+4
2018-05-17net: mvpp2: print rx error with rate-limitYan Markman1-6/+8
2018-05-17net: mvpp2: set mac address does not require the stop/start sequenceYan Markman1-31/+7
2018-05-17net: mvpp2: avoid checking for free aggregated descriptors twiceYan Markman1-4/+3
2018-05-17net: mvpp2: 2500baseX supportAntoine Tenart1-12/+39
2018-05-17net: mvpp2: 1000baseX supportAntoine Tenart1-21/+51
2018-05-17net: mvpp2: phylink supportAntoine Tenart1-338/+508
2018-05-17net: mvpp2: align the ethtool ops definitionAntoine Tenart1-12/+12
2018-04-27net: mvpp2: Fix clock resource by adding missing mg_core_clkMaxime Chevallier1-2/+17
2018-04-27net: mvpp2: Fix clk error path in mvpp2_probeMaxime Chevallier1-7/+8
2018-04-19net: mvpp2: Fix DMA address mask sizeMaxime Chevallier1-5/+7
2018-04-16net: mvpp2: Fix TCAM filter reserved rangeMaxime Chevallier1-1/+1
2018-04-05net: mvpp2: Fix parser entry init boundary checkMaxime Chevallier1-1/+1
2018-03-27net: mvpp2: Use relaxed I/O in data pathYan Markman1-13/+30
2018-03-27net: mvpp2: Don't use dynamic allocs for local variablesMaxime Chevallier1-161/+125
2018-03-27net: mvpp2: Make mvpp2_prs_hw_read a parser entry init functionMaxime Chevallier1-29/+19
2018-03-22net: mvpp2: use correct index on array mvpp2_poolsColin Ian King1-1/+1
2018-03-07net: mvpp2: Add support for unicast filteringMaxime Chevallier1-135/+161
2018-03-07net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier1-15/+15
2018-03-07net: mvpp2: mvpp2_check_hw_buf_num() can be statickbuild test robot1-1/+1
2018-03-05net: mvpp2: jumbo frames supportStefan Chulski1-23/+75
2018-03-05net: mvpp2: enable UDP/TCP checksum over IPv6Antoine Tenart1-1/+2
2018-03-05net: mvpp2: use a data size of 10kB for Tx FIFO on port 0Yan Markman1-5/+22
2018-03-05net: mvpp2: update the BM buffer free/destroy logicStefan Chulski1-7/+38
2018-03-05net: mvpp2: use the same buffer pool for all portsStefan Chulski1-39/+37
2018-02-28net: mvpp2: Add hardware offloading for VLAN filteringMaxime Chevallier1-34/+380
2018-02-11mvpp2: fix multicast address filterMikulas Patocka1-3/+8
2018-01-22net: mvpp2: enable ACPI support in the driverMarcin Wojtas1-39/+94
2018-01-22net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas1-21/+24
2018-01-22net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas1-21/+11
2017-12-13net: mvpp2: adjust the coalescing parametersAntoine Tenart1-2/+2
2017-12-13net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart1-0/+1
2017-12-13net: mvpp2: align values in ethtool get_coalesceAntoine Tenart1-3/+3
2017-12-13net: mvpp2: split the max ring size from the default oneYan Markman1-11/+13
2017-12-13net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart1-4/+8
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart1-1/+1
2017-11-30net: mvpp2: allocate zeroed tx descriptorsYan Markman1-1/+1
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart1-0/+6
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman1-9/+0
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart1-2/+9
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart1-18/+2
2017-11-11net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal1-32/+30
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-11-08net: mvpp2: add ethtool GOP statisticsMiquel Raynal1-5/+223
2017-11-08net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier1-0/+4
2017-11-01net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart1-26/+13
2017-11-01net: mvpp2: use the aggr txq size define everywhereAntoine Tenart1-3/+3
2017-11-01net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart1-2/+16