aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Gravatar Taehee Yoo 2-2/+12
2020-02-03netdevsim: disable devlink reload when resources are being usedGravatar Taehee Yoo 2-0/+21
2020-02-03netdevsim: fix using uninitialized resourcesGravatar Taehee Yoo 2-3/+41
2020-02-03bnxt_en: Fix TC queue mapping.Gravatar Michael Chan 1-1/+1
2020-02-03bnxt_en: Fix logic that disables Bus Master during firmware reset.Gravatar Vasundhara Volam 1-4/+7
2020-02-03bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Gravatar Michael Chan 1-2/+5
2020-02-03bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Gravatar Michael Chan 1-7/+12
2020-02-03net: stmmac: Delete txtimer in suspend()Gravatar Nicolin Chen 1-0/+4
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+3
2020-02-03rtw88: Fix return value of rtw_wow_check_fw_statusGravatar Chin-Yen Lee 1-12/+11
2020-02-03iwlwifi: d3: read all FW CPUs error infoGravatar Mordechay Goodstein 1-12/+40
2020-02-03iwlwifi: mvm: fix TDLS discovery with the new firmware APIGravatar Emmanuel Grumbach 4-15/+72
2020-02-03iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()Gravatar Andrei Otcheretianski 1-5/+3
2020-02-03iwlwifi: mvm: avoid use after free for pmsr requestGravatar Avraham Stern 1-1/+4
2020-02-03iwlwifi: mvm: update the DTS measurement typeGravatar Golan Ben Ami 1-3/+3
2020-02-03iwlwifi: don't throw error when trying to remove IGTKGravatar Luca Coelho 1-3/+7
2020-02-03iwlwifi: mvm: Fix thermal zone registrationGravatar Andrei Otcheretianski 1-1/+3
2020-02-01qed: Fix a error code in qed_hw_init()Gravatar Dan Carpenter 1-0/+1
2020-02-01octeontx2-pf: Fix an IS_ERR() vs NULL bugGravatar Dan Carpenter 1-2/+2
2020-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-20/+15
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 2-449/+100
2020-01-31iwlwifi: use <linux/units.h> helpersGravatar Akinobu Mita 2-7/+4
2020-01-31iwlegacy: use <linux/units.h> helpersGravatar Akinobu Mita 3-12/+11
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useGravatar Andy Shevchenko 1-1/+0
2020-01-31mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsGravatar Nathan Chancellor 1-1/+1
2020-01-31ionic: fix rxq comp packet type maskGravatar Shannon Nelson 1-1/+1
2020-01-31net: phy: at803x: disable vddio regulatorGravatar Michael Walle 1-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverGravatar Michael Walle 1-0/+7
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-3/+7
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-6/+6
2020-01-29net: mvneta: fix XDP support if sw bm is used as fallbackGravatar Lorenzo Bianconi 1-3/+7
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 885-23764/+105500
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-4/+4
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2020-01-28net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCGravatar Scott Branden 1-0/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 39-57/+56
2020-01-27libertas: make lbs_ibss_join_existing() return error code on rates overflowGravatar Nicolai Stange 1-0/+1
2020-01-27libertas: don't exit from lbs_ibss_join_existing() with RCU read lock heldGravatar Nicolai Stange 1-0/+1
2020-01-27mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Gravatar Qing Xu 1-0/+7
2020-01-27mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Gravatar Qing Xu 1-0/+4
2020-01-27mwifiex: fix unbalanced locking in mwifiex_process_country_ie()Gravatar Brian Norris 1-0/+1
2020-01-27qed: FW 8.42.2.0 debug featuresGravatar Michal Kalderon 5-2536/+1519
2020-01-27qed: rt init valid initialization changedGravatar Michal Kalderon 3-21/+6
2020-01-27qed: Debug feature: ilt and mdumpGravatar Michal Kalderon 7-214/+820
2020-01-27qed: FW 8.42.2.0 Add fw overlay featureGravatar Michal Kalderon 5-1/+224
2020-01-27qed: FW 8.42.2.0 HSI changesGravatar Michal Kalderon 5-123/+212
2020-01-27qed: FW 8.42.2.0 iscsi/fcoe changesGravatar Michal Kalderon 4-37/+6
2020-01-27qed: Add abstraction for different hsi values per chipGravatar Michal Kalderon 2-30/+88
2020-01-27qed: FW 8.42.2.0 Additional ll2 typeGravatar Michal Kalderon 8-34/+212
2020-01-27qed: Use dmae to write to widebus registers in fw_funcsGravatar Michal Kalderon 7-91/+142