summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-2/+3
|\
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-2/+3
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-062-3/+9
|\ \
| * \ Merge tag 'omap-for-v5.1/cpsw-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2019-02-222-3/+9
| |\ \
| | * | net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driverGrygorii Strashko2019-02-212-3/+9
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-061-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-03-011-1/+6
| |\ \ \
| | * | | dpaa2-eth: configure the cache stashing amount on a queueIoana Ciornei2019-02-261-1/+6
| * | | | Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-01-301-4/+5
| |\| | | | | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-4/+5
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-044-18/+36
|\ \ \
| * | | qmi_wwan: Add support for Quectel EG12/EM12Kristian Evensen2019-03-041-8/+18
| * | | net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 familyHeiner Kallweit2019-03-041-6/+6
| * | | net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port...Heiner Kallweit2019-03-041-1/+1
| * | | net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri2019-03-031-3/+11
* | | | phy: mdio-mux: fix Kconfig dependenciesArnd Bergmann2019-03-041-1/+1
* | | | net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_anegHeiner Kallweit2019-03-041-9/+8
* | | | net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new ...Heiner Kallweit2019-03-041-0/+1
* | | | sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-041-1/+23
* | | | net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha2019-03-041-0/+4
* | | | team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-041-0/+15
* | | | net: dsa: mv88e6xxx: support in-band signalling on SGMII ports with external ...Heiner Kallweit2019-03-044-14/+52
* | | | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-0411-104/+105
* | | | mellanox: Switch to bitmap_zalloc()Andy Shevchenko2019-03-045-22/+16
* | | | mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2019-03-042-6/+17
* | | | mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak2019-03-041-19/+101
* | | | mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak2019-03-041-1/+1
* | | | mlxsw: i2c: Fix comment misspellingVadim Pasternak2019-03-041-1/+1
* | | | mlxsw: core: Move resource query API to common locationVadim Pasternak2019-03-043-37/+40
* | | | mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-041-2/+322
* | | | mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-041-18/+18
* | | | mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak2019-03-043-107/+139
* | | | net: phy: remove gen10g_no_soft_resetHeiner Kallweit2019-03-044-12/+5
* | | | net: phy: don't export gen10g_read_statusHeiner Kallweit2019-03-041-2/+1
* | | | net: phy: remove gen10g_config_initHeiner Kallweit2019-03-043-16/+0
* | | | net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit2019-03-041-14/+0
* | | | net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit2019-03-041-8/+4
* | | | fsl/fman: Use vsprintf extension %pMJoe Perches2019-03-041-3/+1
* | | | dpaa2-eth: add XDP_REDIRECT supportIoana Radulescu2019-03-043-14/+176
* | | | dpaa2-eth: Add software annotation typesIoana Radulescu2019-03-042-22/+40
* | | | net: macb: Add support for suspend/resume with full power downHarini Katakam2019-03-031-2/+38
* | | | net: macb: Add pm runtime supportHarini Katakam2019-03-031-36/+112
* | | | net: macb: Support clock management for tsu_clkHarini Katakam2019-03-032-6/+27
* | | | net: macb: Check MDIO state before read/write and use timeoutsHarini Katakam2019-03-032-6/+29
* | | | net: dsa: microchip: add KSZ9893 switch supportTristram Ha2019-03-033-15/+235
* | | | Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-03-0214-109/+604
|\ \ \ \
| * | | | net/mlx5: Update the list of the PCI supported devicesEran Ben Elisha2019-03-011-0/+2
| * | | | net/mlx5e: Set peer flow needed also for multipathRoi Dayan2019-03-011-2/+9
| * | | | net/mlx5e: Update check for merged eswitch deviceRoi Dayan2019-03-011-4/+3