summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0
* net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
* net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
* net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44
* net/mlx5: Add modify FTE helper functionEli Britstein2019-03-112-21/+30
* net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein2019-03-111-0/+6
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-093-3/+11
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-081-1/+1
* net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-084-0/+42
* net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-081-0/+1
* 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-081-0/+1
* vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
* net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
* net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
* net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
* net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-081-1/+2
* nfp: fix simple vNIC mailbox lengthDirk van der Merwe2019-03-071-1/+1
* net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor2019-03-071-3/+3
* qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
* enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann2019-03-071-3/+3
* peak_usb: fix clang build warningArnd Bergmann2019-03-071-1/+1
* ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
* davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1
* net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* 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-031-8/+18
| * | net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 familyHeiner Kallweit2019-03-031-6/+6
| * | net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port...Heiner Kallweit2019-03-031-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-032-6/+17
* | | mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak2019-03-031-19/+101
* | | mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak2019-03-031-1/+1
* | | mlxsw: i2c: Fix comment misspellingVadim Pasternak2019-03-031-1/+1
* | | mlxsw: core: Move resource query API to common locationVadim Pasternak2019-03-033-37/+40
* | | mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-031-2/+322
* | | mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-031-18/+18
* | | mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak2019-03-033-107/+139