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