summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparentingTony Lindgren2019-01-221-0/+4
| * | | | | | | | Merge tag 'auxdisplay-for-linus-v5.0-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-02-171-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda2019-02-151-1/+1
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-02-152-5/+11
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja2019-02-131-2/+2
| | * | | | | | | scsi: sd: fix entropy gathering for most rotational disksJames Bottomley2019-02-131-3/+9
* | | | | | | | | ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-192-4/+4
* | | | | | | | | net: ns83820: code cleanup for ns83820_probe_phy()Mao Wenan2019-02-191-49/+21
* | | | | | | | | net: dsa: qca8k: Enable delay for RGMII_ID modeVinod Koul2019-02-192-0/+13
* | | | | | | | | bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna2019-02-191-1/+1
* | | | | | | | | bnxt_en: Add support for mdio read/write to external PHYVasundhara Volam2019-02-191-2/+67
* | | | | | | | | bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan2019-02-193-4/+60
* | | | | | | | | bnxt_en: Add support for BCM957504Erik Burrows2019-02-191-1/+4
* | | | | | | | | bnxt_en: Update firmware interface spec. to 1.10.0.47.Michael Chan2019-02-191-19/+177
* | | | | | | | | bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing2019-02-191-3/+1
* | | | | | | | | net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit2019-02-191-9/+1
* | | | | | | | | liquidio: using NULL instead of plain integerYueHaibing2019-02-192-2/+2
* | | | | | | | | r8169: remove unneeded mmiowb barriersHeiner Kallweit2019-02-191-6/+0
* | | | | | | | | mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing2019-02-191-5/+6
* | | | | | | | | mlxsw: spectrum: Change IP2ME CPU policer rate and burst size valuesShalom Toledo2019-02-181-2/+2
* | | | | | | | | net: hamradio: remove unused hweight*() definesMasahiro Yamada2019-02-181-26/+0
* | | | | | | | | net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun2019-02-181-1/+1
* | | | | | | | | net: sgi: use GFP_ATOMIC under spin lockWei Yongjun2019-02-181-1/+1
* | | | | | | | | net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier2019-02-181-3/+0
* | | | | | | | | net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec'YueHaibing2019-02-181-5/+0
* | | | | | | | | nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren2019-02-181-15/+20
* | | | | | | | | nfp: devlink: allow flashing the device via devlinkJakub Kicinski2019-02-184-32/+56
* | | | | | | | | net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit2019-02-181-23/+1
* | | | | | | | | net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit2019-02-181-36/+7
* | | | | | | | | mlxsw: core: Extend thermal module with per QSFP module thermal zonesVadim Pasternak2019-02-171-0/+400
* | | | | | | | | net: phy: marvell10g: check for newly set anegHeiner Kallweit2019-02-171-0/+10
* | | | | | | | | net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn2019-02-171-21/+4
* | | | | | | | | net: phy: add genphy_c45_an_config_anegAndrew Lunn2019-02-171-0/+44
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-179-61/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-156-55/+0
| * | | | | | | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-123-6/+5
* | | | | | | | | | net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue2019-02-171-1/+1
* | | | | | | | | | Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-1632-606/+1265
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang2019-02-161-2/+4
| * | | | | | | | | | net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang2019-02-163-3/+96
| * | | | | | | | | | net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang2019-02-163-4/+98
| * | | | | | | | | | net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang2019-02-163-14/+32
| * | | | | | | | | | net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2019-02-163-49/+35
| * | | | | | | | | | net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang2019-02-161-22/+87
| * | | | | | | | | | net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang2019-02-161-9/+22
| * | | | | | | | | | net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2019-02-162-56/+113
| * | | | | | | | | | net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang2019-02-163-22/+47
| * | | | | | | | | | net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang2019-02-161-12/+31
| * | | | | | | | | | net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-163-15/+14
| * | | | | | | | | | net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang2019-02-163-15/+37