| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mvpp2: Split the PPv2 driver to a dedicated directory | Maxime Chevallier | 2018-06-01 | 1 | -9159/+0 |
* | net: mvpp2: Add missing VLAN tag detection | Maxime Chevallier | 2018-05-19 | 1 | -0/+3 |
* | net: mvpp2: typo and cosmetic fixes | Antoine Tenart | 2018-05-18 | 1 | -8/+4 |
* | net: mvpp2: print rx error with rate-limit | Yan Markman | 2018-05-17 | 1 | -6/+8 |
* | net: mvpp2: set mac address does not require the stop/start sequence | Yan Markman | 2018-05-17 | 1 | -31/+7 |
* | net: mvpp2: avoid checking for free aggregated descriptors twice | Yan Markman | 2018-05-17 | 1 | -4/+3 |
* | net: mvpp2: 2500baseX support | Antoine Tenart | 2018-05-17 | 1 | -12/+39 |
* | net: mvpp2: 1000baseX support | Antoine Tenart | 2018-05-17 | 1 | -21/+51 |
* | net: mvpp2: phylink support | Antoine Tenart | 2018-05-17 | 1 | -338/+508 |
* | net: mvpp2: align the ethtool ops definition | Antoine Tenart | 2018-05-17 | 1 | -12/+12 |
* | net: mvpp2: Fix clock resource by adding missing mg_core_clk | Maxime Chevallier | 2018-04-27 | 1 | -2/+17 |
* | net: mvpp2: Fix clk error path in mvpp2_probe | Maxime Chevallier | 2018-04-27 | 1 | -7/+8 |
* | net: mvpp2: Fix DMA address mask size | Maxime Chevallier | 2018-04-19 | 1 | -5/+7 |
* | net: mvpp2: Fix TCAM filter reserved range | Maxime Chevallier | 2018-04-16 | 1 | -1/+1 |
* | net: mvpp2: Fix parser entry init boundary check | Maxime Chevallier | 2018-04-05 | 1 | -1/+1 |
* | net: mvpp2: Use relaxed I/O in data path | Yan Markman | 2018-03-27 | 1 | -13/+30 |
* | net: mvpp2: Don't use dynamic allocs for local variables | Maxime Chevallier | 2018-03-27 | 1 | -161/+125 |
* | net: mvpp2: Make mvpp2_prs_hw_read a parser entry init function | Maxime Chevallier | 2018-03-27 | 1 | -29/+19 |
* | net: mvpp2: use correct index on array mvpp2_pools | Colin Ian King | 2018-03-22 | 1 | -1/+1 |
* | net: mvpp2: Add support for unicast filtering | Maxime Chevallier | 2018-03-07 | 1 | -135/+161 |
* | net: mvpp2: Simplify MAC filtering function parameters | Maxime Chevallier | 2018-03-07 | 1 | -15/+15 |
* | net: mvpp2: mvpp2_check_hw_buf_num() can be static | kbuild test robot | 2018-03-07 | 1 | -1/+1 |
* | net: mvpp2: jumbo frames support | Stefan Chulski | 2018-03-05 | 1 | -23/+75 |
* | net: mvpp2: enable UDP/TCP checksum over IPv6 | Antoine Tenart | 2018-03-05 | 1 | -1/+2 |
* | net: mvpp2: use a data size of 10kB for Tx FIFO on port 0 | Yan Markman | 2018-03-05 | 1 | -5/+22 |
* | net: mvpp2: update the BM buffer free/destroy logic | Stefan Chulski | 2018-03-05 | 1 | -7/+38 |
* | net: mvpp2: use the same buffer pool for all ports | Stefan Chulski | 2018-03-05 | 1 | -39/+37 |
* | net: mvpp2: Add hardware offloading for VLAN filtering | Maxime Chevallier | 2018-02-28 | 1 | -34/+380 |
* | mvpp2: fix multicast address filter | Mikulas Patocka | 2018-02-11 | 1 | -3/+8 |
* | net: mvpp2: enable ACPI support in the driver | Marcin Wojtas | 2018-01-22 | 1 | -39/+94 |
* | net: mvpp2: use device_*/fwnode_* APIs instead of of_* | Marcin Wojtas | 2018-01-22 | 1 | -21/+24 |
* | net: mvpp2: simplify maintaining enabled ports' list | Marcin Wojtas | 2018-01-22 | 1 | -21/+11 |
* | net: mvpp2: adjust the coalescing parameters | Antoine Tenart | 2017-12-13 | 1 | -2/+2 |
* | net: mvpp2: report the tx-usec coalescing information to ethtool | Antoine Tenart | 2017-12-13 | 1 | -0/+1 |
* | net: mvpp2: align values in ethtool get_coalesce | Antoine Tenart | 2017-12-13 | 1 | -3/+3 |
* | net: mvpp2: split the max ring size from the default one | Yan Markman | 2017-12-13 | 1 | -11/+13 |
* | net: mvpp2: only free the TSO header buffers when it was allocated | Antoine Tenart | 2017-12-13 | 1 | -4/+8 |
* | net: mvpp2: fix the RSS table entry offset | Antoine Tenart | 2017-12-08 | 1 | -1/+1 |
* | net: mvpp2: allocate zeroed tx descriptors | Yan Markman | 2017-11-30 | 1 | -1/+1 |
* | net: mvpp2: check ethtool sets the Tx ring size is to a valid min value | Antoine Tenart | 2017-11-28 | 1 | -0/+6 |
* | net: mvpp2: do not disable GMAC padding | Yan Markman | 2017-11-28 | 1 | -9/+0 |
* | net: mvpp2: cleanup probed ports in the probe error path | Antoine Tenart | 2017-11-28 | 1 | -2/+9 |
* | net: mvpp2: fix the txq_init error path | Antoine Tenart | 2017-11-28 | 1 | -18/+2 |
* | net: mvpp2: fix GOP statistics loop start and stop conditions | Miquel Raynal | 2017-11-11 | 1 | -32/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-10 | 1 | -0/+4 |
|\ |
|
| * | net: mvpp2: Prevent userspace from changing TX affinities | Marc Zyngier | 2017-11-08 | 1 | -0/+4 |
* | | net: mvpp2: add ethtool GOP statistics | Miquel Raynal | 2017-11-08 | 1 | -5/+223 |
* | | net: mvpp2: simplify the Tx desc set DMA logic | Antoine Tenart | 2017-11-01 | 1 | -26/+13 |
* | | net: mvpp2: use the aggr txq size define everywhere | Antoine Tenart | 2017-11-01 | 1 | -3/+3 |
* | | net: mvpp2: limit TSO segments and use stop/wake thresholds | Antoine Tenart | 2017-11-01 | 1 | -2/+16 |