summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-0614-55/+106
|\
| * ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
| * r8169: work around short packet hw bug on RTL8125Heiner Kallweit2020-11-041-3/+11
| * chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav2020-11-031-1/+1
| * chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav2020-11-031-0/+3
| * powerpc/vnic: Extend "failover pending" windowSukadev Bhattiprolu2020-11-021-4/+32
| * net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisementGrygorii Strashko2020-11-022-5/+1
| * dpaa_eth: fix the RX headroom size alignmentCamelia Groza2020-11-021-5/+9
| * dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza2020-11-021-6/+10
| * cadence: force nonlinear buffers to be clonedMark Deneen2020-10-311-1/+2
| * net: stmmac: Fix channel lock initializationMarek Szyprowski2020-10-301-0/+1
| * stmmac: intel: Fix kernel panic on pci probeWong Vee Khee2020-10-301-7/+7
| * gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil2020-10-301-1/+1
| * gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil2020-10-301-10/+2
| * net: fec: fix MDIO probing for some FEC hardware blocksGreg Ungerer2020-10-302-13/+22
* | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-313-5/+4
|\ \ | |/ |/|
| * gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-302-4/+3
| * enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
* | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2925-139/+181
|\ \
| * | r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit2020-10-291-2/+2
| * | ibmvnic: fix ibmvnic_set_macLijun Pan2020-10-291-2/+6
| * | ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer2020-10-271-6/+0
| * | ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov2020-10-271-3/+7
| * | chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-10-271-15/+12
| * | chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-10-271-2/+0
| * | net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu2020-10-261-1/+1
| * | bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam2020-10-261-1/+2
| * | bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan2020-10-261-1/+4
| * | bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam2020-10-262-1/+19
| * | bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam2020-10-261-11/+2
| * | bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam2020-10-261-4/+5
| * | mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen2020-10-261-0/+3
| * | mlxsw: core: Fix memory leak on module removalIdo Schimmel2020-10-261-0/+2
| * | mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen2020-10-263-2/+38
| * | cxgb4: set up filter action after rewritesRaju Rangoju2020-10-262-29/+31
| * | net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter2020-10-261-1/+1
| * | net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman2020-10-231-1/+1
| * | ionic: fix mem leak in rx_emptyShannon Nelson2020-10-231-13/+11
| * | ionic: no rx flush in deinitShannon Nelson2020-10-233-15/+0
| * | ionic: clean up sparse complaintsShannon Nelson2020-10-237-27/+29
| * | chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-10-231-2/+5
| |/
* / RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-10-261-5/+0
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2316-34/+74
|\
| * ibmvnic: save changed mac address to adapter->mac_addrLijun Pan2020-10-211-0/+5
| * net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski2020-10-211-0/+1
| * sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2020-10-202-1/+1
| * net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap2020-10-201-0/+1
| * chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-201-1/+0
| * chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-201-2/+2
| * chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-201-2/+8