summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König-2/+1
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-5/+4
2020-10-30gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+3
2020-10-29enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-153/+204
2020-10-29r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit-2/+2
2020-10-29ibmvnic: fix ibmvnic_set_macLijun Pan-2/+6
2020-10-29gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara-8/+8
2020-10-27ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer-6/+0
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov-3/+7
2020-10-27chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav-15/+12
2020-10-27chelsio/chtls: fix deadlock issueVinay Kumar Yadav-2/+0
2020-10-26net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu-1/+1
2020-10-26bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam-1/+2
2020-10-26bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan-1/+4
2020-10-26bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam-1/+19
2020-10-26bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam-11/+2
2020-10-26bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam-4/+5
2020-10-26mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen-0/+3
2020-10-26mlxsw: core: Fix memory leak on module removalIdo Schimmel-0/+2
2020-10-26mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen-2/+38
2020-10-26cxgb4: set up filter action after rewritesRaju Rangoju-29/+31
2020-10-26net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter-1/+1
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit-5/+0
2020-10-23net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman-1/+1
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson-13/+11
2020-10-23ionic: no rx flush in deinitShannon Nelson-15/+0
2020-10-23ionic: clean up sparse complaintsShannon Nelson-27/+29
2020-10-23chelsio/chtls: fix tls record info to userVinay Kumar Yadav-2/+5
2020-10-23net: ipa: command payloads already mappedAlex Elder-6/+15
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-80/+100
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-10-21ibmvnic: save changed mac address to adapter->mac_addrLijun Pan-0/+5
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin-36/+12
2020-10-21net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski-0/+1
2020-10-21net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He-0/+1
2020-10-21net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He-1/+9
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree-1/+1
2020-10-20net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King-1/+1
2020-10-20net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap-0/+1
2020-10-20chelsio/chtls: fix writing freed memoryVinay Kumar Yadav-1/+0
2020-10-20chelsio/chtls: correct function return and return typeVinay Kumar Yadav-2/+2
2020-10-20chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav-2/+8
2020-10-20chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav-3/+2
2020-10-20chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav-0/+3
2020-10-20chelsio/chtls: fix socket lockVinay Kumar Yadav-0/+1
2020-10-20netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel-7/+17
2020-10-20net: remove unneeded breakTom Rix-7/+0
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-14/+86
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross-14/+86