summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-282-3/+3
* net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven2019-10-287-8/+8
* net: dsa: qca8k: Initialize the switch with correct number of portsMichal Vokáč2019-10-281-1/+1
* net: aquantia: disable ptp object build if no configIgor Russkikh2019-10-262-1/+86
* net: aquantia: fix warnings on endiannessIgor Russkikh2019-10-262-6/+5
* net: aquantia: fix var initialization warningIgor Russkikh2019-10-261-1/+1
* ionic: update driver versionShannon Nelson2019-10-251-1/+1
* ionic: implement support for rx sglShannon Nelson2019-10-253-84/+224
* ionic: add a watchdog timer to monitor heartbeatShannon Nelson2019-10-253-2/+20
* ionic: add heartbeat checkShannon Nelson2019-10-253-1/+70
* ionic: reverse an interrupt coalesce calculationShannon Nelson2019-10-251-1/+1
* ionic: fix up struct name commentsShannon Nelson2019-10-251-98/+98
* r8169: improve rtl8169_rx_fillHeiner Kallweit2019-10-251-6/+3
* r8169: align fix_features callback with vendor driverHeiner Kallweit2019-10-251-1/+1
* net: phy: dp83867: move dt parsing to probeGrygorii Strashko2019-10-251-5/+1
* net: phy: dp83867: enable robust auto-mdixGrygorii Strashko2019-10-251-5/+10
* r8152: check the pointer rtl_fw->fw before using itHayes Wang2019-10-251-2/+5
* dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-241-1/+1
* fsl/fman: remove unused struct memberMadalin Bucur2019-10-241-3/+0
* dpaa_eth: change DMA deviceMadalin Bucur2019-10-242-51/+62
* fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2019-10-242-0/+16
* dpaa_eth: remove redundant codeMadalin Bucur2019-10-241-4/+0
* dpaa_eth: defer probing after qbmanLaurentiu Tudor2019-10-241-0/+31
* fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor2019-10-241-1/+5
* net: aquantia: add support for PIN funcsDmitry Bezrukov2019-10-246-1/+422
* net: aquantia: add support for Phy accessDmitry Bezrukov2019-10-248-0/+399
* net: aquantia: implement get_ts_info ethtoolEgor Pomozov2019-10-241-1/+34
* net: aquantia: add support for ptp ioctlsEgor Pomozov2019-10-243-0/+151
* net: aquantia: rx filters for ptpDmitry Bezrukov2019-10-246-54/+131
* net: aquantia: implement data PTP datapathEgor Pomozov2019-10-2411-12/+738
* net: aquantia: styling fixes on ptp related functionsDmitry Bezrukov2019-10-242-5/+8
* net: aquantia: add PTP rings infrastructureEgor Pomozov2019-10-2411-12/+365
* net: aquantia: add basic ptp_clock callbacksEgor Pomozov2019-10-2410-30/+403
* net: aquantia: unify styling of bit enumsDmitry Bezrukov2019-10-242-17/+26
* net: aquantia: PTP skeleton declarations and callbacksEgor Pomozov2019-10-246-6/+201
* net: lan78xx: remove set but not used variable 'event'YueHaibing2019-10-231-3/+0
* mlxsw: spectrum_buffers: Calculate the size of the main poolPetr Machata2019-10-231-12/+34
* mlxsw: spectrum: Use guaranteed buffer size as pool size limitPetr Machata2019-10-233-10/+12
* r8169: never set PCI_EXP_DEVCTL_NOSNOOP_ENHeiner Kallweit2019-10-231-13/+0
* net: phy: broadcom: add 1000Base-X support for BCM54616STao Ren2019-10-231-4/+53
* net: phy: add support for clause 37 auto-negotiationHeiner Kallweit2019-10-231-0/+139
* net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren2019-10-231-1/+1
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-2212-12/+43
* net: dsa: sja1105: register switch before assigning port private dataVivien Didelot2019-10-221-5/+10
* net: dsa: mv88e6xxx: use ports list to map bridgeVivien Didelot2019-10-221-21/+18
* net: dsa: mv88e6xxx: use ports list to map port VLANVivien Didelot2019-10-221-12/+20
* net: dsa: mv88e6xxx: silently skip PVT opsVivien Didelot2019-10-221-10/+1
* net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-227-31/+31
* r8169: remove rtl_hw_start_8168befHeiner Kallweit2019-10-221-11/+4
* r8169: remove rtl_hw_start_8168dpHeiner Kallweit2019-10-221-8/+1