summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPIAndrew Lunn2020-09-271-0/+2
* net: mvpp2: set SKBTX_IN_PROGRESSRussell King2020-09-131-0/+2
* net: mvpp2: ptp: Fix unused variablesAlex Dewar2020-09-111-4/+2
* net: mvpp2: ptp: add support for transmit timestampingRussell King2020-09-092-11/+244
* net: mvpp2: ptp: add support for receive timestampingRussell King2020-09-093-2/+194
* net: mvpp2: ptp: add TAI supportRussell King2020-09-094-1/+515
* net: mvpp2: check first level interrupt status registersRussell King2020-09-092-2/+15
* net: mvpp2: rename mis-named "link status" interruptRussell King2020-09-092-18/+19
* net: mvpp2: restructure "link status" interrupt handlingRussell King2020-09-091-32/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-052-3/+3
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-3/+3
* | net: mvpp2: split xlg and gmac pcsRussell King2020-09-031-55/+55
* | net: mvpp2: convert to phylink pcs operationsRussell King2020-09-032-116/+177
* | net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King2020-09-031-32/+21
* | net: mvpp2: ensure the port is forced down while changing modesRussell King2020-09-031-11/+36
* | net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King2020-09-031-11/+37
* | net: mvpp2: tidy up ACPI hackRussell King2020-09-031-18/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-3/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-3/+0
* | net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi2020-08-041-0/+1
|/
* mvpp2: fix pointer checkMatteo Croce2020-07-071-3/+12
* mvpp2: xdp ethtool statsSven Auhagen2020-07-032-18/+148
* mvpp2: XDP TX supportMatteo Croce2020-07-032-45/+272
* mvpp2: add basic XDP supportMatteo Croce2020-07-032-8/+185
* mvpp2: use page_pool allocatorMatteo Croce2020-07-032-25/+139
* mvpp2: refactor BM pool init percpu codeMatteo Croce2020-07-031-12/+11
* net: mvpp2: set xlg flow control in mvpp2_mac_link_up()Russell King2020-06-211-12/+11
* net: mvpp2: add register modification helperRussell King2020-06-211-42/+46
* net: mvpp2: add mvpp2_phylink_to_port() helperRussell King2020-06-211-15/+14
* net: mvpp2: add port support helpersRussell King2020-06-211-16/+27
* net: tso: cache transport header lengthEric Dumazet2020-06-191-3/+3
* mvpp2: remove module bugfixSven Auhagen2020-06-161-2/+5
* mvpp2: ethtool rxtx stats fixSven Auhagen2020-06-151-2/+2
* net: mvpp2: fix RX hashing for non-10G portsRussell King2020-05-231-1/+1
* net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter2020-05-061-0/+3
* net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter2020-05-061-0/+2
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-2/+2
* net: mvpp2: reject unsupported coalescing paramsJakub Kicinski2020-03-151-0/+2
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-091-0/+6
* net: mvpp2: use resolved link config in mac_link_up()Russell King2020-02-271-36/+47
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-6/+13
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-061-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-1/+1
|\
| * net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
* | net: mvpp2: cycle comphy to power it downRussell King2019-12-201-0/+10
* | net: mvpp2: update mvpp2 validate() implementationRussell King2019-12-171-4/+18
|/
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-241-11/+10
* mvpp2: prefetch frame headerMatteo Croce2019-10-281-0/+1
* mvpp2: sync only the received frameMatteo Croce2019-10-281-2/+7
* mvpp2: refactor frame drop routineMatteo Croce2019-10-281-8/+9