summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-10-091-7/+1
|\
| * RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe2019-10-041-7/+1
* | net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost2019-10-041-0/+1
* | net: phy: at803x: use operating parameters from PHY-specific statusRussell King2019-10-041-0/+69
* | net: phy: extract pause modeRussell King2019-10-041-7/+13
* | net: phy: extract link partner advertisement readingRussell King2019-10-041-25/+40
* | net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-041-0/+5
* | net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello2019-10-041-1/+1
* | r8152: Set macpassthru in reset_resume callbackKai-Heng Feng2019-10-041-2/+1
* | cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-041-3/+6
* | qmi_wwan: add support for Cinterion CLS8 devicesReinhard Speyerer2019-10-041-0/+1
* | net: stmmac: Avoid deadlock on suspend/resumeThierry Reding2019-10-021-4/+6
* | net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo2019-10-021-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-025-10/+10
|\ \
| * | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-015-10/+10
* | | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-8/+11
* | | net: dsa: sja1105: Initialize the meta_lockVladimir Oltean2019-10-021-0/+1
* | | net: dsa: rtl8366: Check VLAN ID and not portsLinus Walleij2019-10-021-4/+7
* | | mlx5: avoid 64-bit division in dr_icm_pool_mr_create()Michal Kubecek2019-10-021-1/+2
* | | xen-netfront: do not use ~0U as error return value for xennet_fill_frags()Dongli Zhang2019-10-011-8/+9
* | | hso: fix NULL-deref on tty openJohan Hovold2019-10-011-4/+8
* | | net: ag71xx: fix mdio subnode supportOleksij Rempel2019-10-011-2/+4
* | | net: stmmac: xgmac: Fix RSS writing wrong keysJose Abreu2019-10-011-2/+3
* | | net: stmmac: xgmac: Fix RSS not writing all Keys to HWJose Abreu2019-10-011-1/+1
* | | net: stmmac: xgmac: Disable the Timestamp interrupt by defaultJose Abreu2019-10-011-1/+1
* | | net: stmmac: Do not stop PHY if WoL is enabledJose Abreu2019-10-011-6/+12
* | | net: stmmac: Correctly take timestamp for PTPv2Jose Abreu2019-10-011-0/+1
* | | net: stmmac: dwmac4: Always update the MAC Hash FilterJose Abreu2019-10-011-6/+7
* | | net: stmmac: selftests: Always use max DMA size in Jumbo TestJose Abreu2019-10-011-4/+0
* | | net: stmmac: xgmac: Detect Hash Table size dinamicallyJose Abreu2019-10-012-0/+2
* | | net: stmmac: xgmac: Not all Unicast addresses may be availableJose Abreu2019-10-011-1/+1
* | | net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_nameWen Yang2019-10-011-6/+10
* | | net: mscc: ocelot: add missing of_node_put after calling of_get_child_by_nameWen Yang2019-10-011-6/+8
|/ /
* | ionic: select CONFIG_NET_DEVLINKArnd Bergmann2019-10-011-0/+1
* | net: socionext: netsec: always grab descriptor lockLorenzo Bianconi2019-10-011-23/+7
* | net: dsa: sja1105: Prevent leaking memoryNavid Emamdoost2019-09-301-2/+4
* | net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the ...Vladimir Oltean2019-09-301-2/+2
* | Merge tag 'ieee802154-for-davem-2019-09-28' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-303-3/+4
|\ \
| * | ieee802154: ca8210: prevent memory leakNavid Emamdoost2019-09-271-1/+1
| * | ieee802154: mcr20a: simplify a bit 'mcr20a_handle_rx_read_buf_complete()'Christophe JAILLET2019-09-251-1/+1
| * | ieee802154: atusb: fix use-after-free at disconnectJohan Hovold2019-09-191-1/+2
* | | net: dsa: qca8k: Use up to 7 ports for all operationsMichal Vokáč2019-09-301-2/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2881-911/+637
|\ \
| * | net: tap: clean up an indentation issueColin Ian King2019-09-271-1/+1
| * | nfp: abm: fix memory leak in nfp_abm_u32_knode_replaceNavid Emamdoost2019-09-271-4/+10
| * | mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson2019-09-271-0/+6
| * | mlxsw: spectrum: Clear VLAN filters during port initializationIdo Schimmel2019-09-271-0/+9
| * | net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
| * | net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson2019-09-271-0/+3
| * | net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi2019-09-271-3/+3