summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-2/+2
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng1-3/+10
2020-02-04qed: Remove set but not used variable 'p_link'YueHaibing1-3/+0
2020-02-04netdevsim: remove unused sdev codeTaehee Yoo1-69/+0
2020-02-04netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2-2/+2
2020-02-04netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo3-14/+16
2020-02-04netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo1-1/+1
2020-02-04netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo2-2/+12
2020-02-04netdevsim: disable devlink reload when resources are being usedTaehee Yoo2-0/+21
2020-02-04netdevsim: fix using uninitialized resourcesTaehee Yoo2-3/+41
2020-02-04bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-04bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam1-4/+7
2020-02-04bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan1-2/+5
2020-02-04bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan1-7/+12
2020-02-04net: stmmac: Delete txtimer in suspend()Nicolin Chen1-0/+4
2020-02-01qed: Fix a error code in qed_hw_init()Dan Carpenter1-0/+1
2020-02-01octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter1-2/+2
2020-01-31mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsNathan Chancellor1-1/+1
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson1-1/+1
2020-01-31net: phy: at803x: disable vddio regulatorMichael Walle1-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle1-0/+7
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+7
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-6/+6
2020-01-29net: mvneta: fix XDP support if sw bm is used as fallbackLorenzo Bianconi1-3/+7
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds885-23764/+105500
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2020-01-28net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCScott Branden1-0/+1
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds39-57/+56
2020-01-27qed: FW 8.42.2.0 debug featuresMichal Kalderon5-2536/+1519
2020-01-27qed: rt init valid initialization changedMichal Kalderon3-21/+6
2020-01-27qed: Debug feature: ilt and mdumpMichal Kalderon7-214/+820
2020-01-27qed: FW 8.42.2.0 Add fw overlay featureMichal Kalderon5-1/+224
2020-01-27qed: FW 8.42.2.0 HSI changesMichal Kalderon5-123/+212
2020-01-27qed: FW 8.42.2.0 iscsi/fcoe changesMichal Kalderon4-37/+6
2020-01-27qed: Add abstraction for different hsi values per chipMichal Kalderon2-30/+88
2020-01-27qed: FW 8.42.2.0 Additional ll2 typeMichal Kalderon8-34/+212
2020-01-27qed: Use dmae to write to widebus registers in fw_funcsMichal Kalderon7-91/+142
2020-01-27qed: FW 8.42.2.0 Parser offsets modifiedMichal Kalderon1-26/+25
2020-01-27qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon5-160/+149
2020-01-27qed: FW 8.42.2.0 Expose new registers and change windowsMichal Kalderon4-538/+488
2020-01-27qed: FW 8.42.2.0 Internal ram offsets modificationsMichal Kalderon2-191/+232
2020-01-27octeontx2-pf: ethtool RSS config supportSunil Goutham4-4/+269
2020-01-27octeontx2-pf: Add basic ethtool supportChristina Jacob6-4/+525
2020-01-27octeontx2-pf: Add ndo_get_stats64Geetha sowjanya3-0/+97
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham5-4/+273
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham4-1/+167
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya6-3/+255
2020-01-27octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham6-6/+242
2020-01-27octeontx2-pf: Register and handle link notificationsLinu Cherian3-0/+109