summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igc: Add support for TX timestampingVinicius Costa Gomes2020-01-064-0/+158
* igc: Add support for RX timestampingVinicius Costa Gomes2020-01-065-0/+340
* igc: Add basic skeleton for PTPVinicius Costa Gomes2020-01-066-1/+439
* Merge branch 'Convert-Felix-DSA-switch-to-PHYLINK'David S. Miller2020-01-0527-130/+1036
|\
| * net: dsa: felix: Add PCS operations for PHYLINKVladimir Oltean2020-01-054-17/+767
| * net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean2020-01-054-3/+3
| * net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean2020-01-054-6/+8
| * enetc: Set MDIO_CFG_HOLD to the recommended value of 2Vladimir Oltean2020-01-051-4/+8
| * enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil2020-01-059-99/+176
| * net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean2020-01-052-0/+6
| * net: phylink: add support for polling MAC PCSVladimir Oltean2020-01-053-2/+6
| * net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean2020-01-051-0/+1
| * mii: Add helpers for parsing SGMII auto-negotiationVladimir Oltean2020-01-052-0/+62
|/
* Merge branch 'dsa-deferred-xmit'David S. Miller2020-01-056-96/+94
|\
| * net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean2020-01-051-2/+1
| * net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-056-69/+93
| * net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean2020-01-052-26/+1
|/
* Merge branch 'Fix-10G-PHY-interface-types'David S. Miller2020-01-059-29/+65
|\
| * net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-057-25/+39
| * net: phy: add PHY_INTERFACE_MODE_10GBASERRussell King2020-01-052-4/+26
|/
* Merge branch 'ionic-add-sriov-support'David S. Miller2020-01-057-8/+535
|\
| * ionic: support sr-iov operationsShannon Nelson2020-01-056-8/+438
| * ionic: ionic_if bits for sr-iov supportShannon Nelson2020-01-051-0/+97
|/
* net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-052-2/+2
* Merge branch 'net-phy-switch-to-using-fwnode_gpiod_get_index'David S. Miller2020-01-052-9/+6
|\
| * net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov2020-01-051-2/+2
| * net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov2020-01-051-5/+2
| * net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov2020-01-051-2/+2
|/
* net: dsa: vsc73xx: Remove dependency on CONFIG_OFFlorian Fainelli2020-01-052-3/+2
* Merge branch 'WireGuard-bug-fixes-and-cleanups'David S. Miller2020-01-057-51/+51
|\
| * wireguard: socket: mark skbs as not on list when receiving via groJason A. Donenfeld2020-01-051-0/+1
| * wireguard: queueing: do not account for pfmemalloc when clearing skb headerJason A. Donenfeld2020-01-051-3/+0
| * wireguard: selftests: remove ancient kernel compatibility codeJason A. Donenfeld2020-01-055-48/+50
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-01-051-1288/+1269
|\
| * igc: Remove no need declaration of the igc_sw_initSasha Neftin2020-01-041-743/+740
| * igc: Remove no need declaration of the igc_write_itrSasha Neftin2020-01-041-17/+16
| * igc: Remove no need declaration of the igc_assign_vectorSasha Neftin2020-01-041-62/+61
| * igc: Remove no need declaration of the igc_free_q_vectorSasha Neftin2020-01-041-21/+20
| * igc: Remove no need declaration of the igc_free_q_vectorsSasha Neftin2020-01-041-14/+13
| * igc: Remove no need declaration of the igc_irq_disableSasha Neftin2020-01-041-34/+33
| * igc: Remove no need declaration of the igc_irq_enableSasha Neftin2020-01-041-24/+23
| * igc: Remove no need declaration of the igc_configure_msixSasha Neftin2020-01-041-45/+44
| * igc: Remove no need declaration of the igc_set_rx_modeSasha Neftin2020-01-041-177/+176
| * igc: Remove no need declaration of the igc_set_interrupt_capabilitySasha Neftin2020-01-041-72/+70
| * igc: Remove no need declaration of the igc_alloc_mapped_pageSasha Neftin2020-01-041-48/+46
| * igc: Remove no need declaration of the igc_configureSasha Neftin2020-01-041-46/+45
| * igc: Remove no need declaration of the igc_set_default_mac_filterSasha Neftin2020-01-041-46/+45
| * igc: Remove no need declaration of the igc_power_down_linkSasha Neftin2020-01-041-11/+10
| * igc: Remove no need declaration of the igc_clean_tx_ringSasha Neftin2020-01-041-38/+37
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-01-0416-410/+672
|\