summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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-2927-153/+204
|\ \
| * | 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
| * | gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara2020-10-291-8/+8
| * | 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
| * | net: ipa: command payloads already mappedAlex Elder2020-10-231-6/+15
| |/
* / 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-2324-80/+100
|\
| * ibmvnic: save changed mac address to adapter->mac_addrLijun Pan2020-10-211-0/+5
| * Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin2020-10-211-36/+12
| * net: ethernet: mtk-star-emac: select REGMAP_MMIOBartosz Golaszewski2020-10-211-0/+1
| * net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He2020-10-211-0/+1
| * net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He2020-10-211-1/+9
| * sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2020-10-202-1/+1
| * net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King2020-10-201-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
| * chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-201-3/+2
| * chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-201-0/+3
| * chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-201-0/+1
| * netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel2020-10-201-7/+17
| * net: remove unneeded breakTom Rix2020-10-204-7/+0
| * net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov2020-10-191-1/+1
| * net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic2020-10-191-2/+2
| * r8169: fix operation under forced interrupt threadingHeiner Kallweit2020-10-191-4/+4
| * ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski2020-10-181-9/+14