summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-251-1/+1
* net: mvneta: make stub functions static inlineBen Dooks (Codethink)2019-10-251-12/+20
* virt_wifi: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-2/+52
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-245-33/+2
* vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-10/+43
* macsec: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-4/+0
* team: fix nested locking lockdep warningTaehee Yoo2019-10-241-3/+13
* bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-3/+7
* bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-10-241-2/+4
* net: core: add generic lockdep keysTaehee Yoo2019-10-2411-92/+0
* net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey2019-10-231-0/+1
* bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam2019-10-221-1/+2
* bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam2019-10-221-11/+6
* bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam2019-10-221-5/+2
* bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan2019-10-221-27/+54
* bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2019-10-222-15/+16
* net: stmmac: Fix the problem of tso_xmityuqi jin2019-10-221-0/+1
* dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-222-0/+4
* r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2019-10-212-0/+8
* Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-10-2111-118/+199
|\
| * net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dumpNavid Emamdoost2019-10-181-1/+1
| * net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost2019-10-181-1/+3
| * net/mlx5e: TX, Fix consumer index of error cqe dumpTariq Toukan2019-10-181-1/+4
| * net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan2019-10-183-33/+51
| * net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan2019-10-183-8/+4
| * net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan2019-10-181-6/+0
| * net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan2019-10-185-12/+52
| * net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan2019-10-181-8/+20
| * net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan2019-10-181-2/+5
| * net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan2019-10-181-4/+4
| * net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan2019-10-182-15/+14
| * net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan2019-10-183-16/+12
| * net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan2019-10-183-16/+30
| * net/mlx5e: Tx, Zero-memset WQE info struct upon updateTariq Toukan2019-10-181-1/+1
| * net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flowTariq Toukan2019-10-182-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1984-443/+739
|\ \
| * | net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard2019-10-191-1/+2
| * | net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun2019-10-191-0/+2
| * | macb: propagate errors when getting optional clocksMichael Tretter2019-10-191-6/+6
| * | xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-191-1/+0
| * | net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
| |/
| * net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn2019-10-181-6/+6
| * mlxsw: spectrum_trap: Push Ethernet header before reporting trapIdo Schimmel2019-10-181-0/+1
| * net: bcmgenet: reset 40nm EPHY on energy detectDoug Berger2019-10-181-1/+8
| * net: bcmgenet: soft reset 40nm EPHYs before MAC initDoug Berger2019-10-183-73/+69
| * net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger2019-10-181-0/+1
| * net: bcmgenet: don't set phydev->link from MACDoug Berger2019-10-181-3/+1
| * net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-171-2/+2
| * net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut2019-10-171-4/+36
| * net: dsa: microchip: Add shared regmap mutexMarek Vasut2019-10-175-9/+28