summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-0835-165/+171
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-05-078-62/+15
| |\
| | * i40e: Remove LLDP frame filtersArkadiusz Kubalewski2021-05-073-44/+0
| | * i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski2021-05-074-11/+10
| | * i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin2021-05-071-1/+2
| | * i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang2021-05-071-0/+1
| | * i40e: fix broken XDP supportMagnus Karlsson2021-05-071-6/+2
| * | net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2021-05-072-18/+3
| |/
| * mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel2021-05-061-15/+15
| * net: ipa: fix inter-EE IRQ register definitionsAlex Elder2021-05-062-11/+11
| * can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde2021-05-061-1/+2
| * can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf2021-05-061-17/+18
| * can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde2021-05-061-1/+3
| * can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter2021-05-061-2/+2
| * net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet2021-05-051-7/+9
| * Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau2021-05-051-1/+1
| * net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B2021-05-041-0/+1
| * Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He2021-05-031-3/+2
| * ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong2021-05-031-2/+5
| * net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing2021-04-301-1/+0
| * net: phy: marvell: enable downshift by defaultMaxim Kochetkov2021-04-301-12/+50
| * net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-04-302-2/+2
| * net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo2021-04-301-0/+2
| * net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo2021-04-301-0/+6
| * net: hns3: use netif_tx_disable to stop the transmit queuePeng Li2021-04-301-1/+1
| * net: hns3: fix for vxlan gpe tx checksum bugHao Chen2021-04-301-2/+3
| * net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail2021-04-301-0/+1
| * net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel2021-04-291-1/+1
| * net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel2021-04-291-0/+3
| * net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel2021-04-291-0/+3
| * bnx2x: Remove redundant assignment to errYang Li2021-04-291-1/+0
| * net: macb: Remove redundant assignment to queueJiapeng Chong2021-04-291-2/+2
| * net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen2021-04-291-0/+5
| * net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo2021-04-291-1/+1
| * net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2021-04-292-2/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-078-55/+1
|\ \
| * | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-077-55/+0
| * | proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-05-051-3/+7
|\ \
| * | virtio-net: don't allocate control_buf if not supportedMax Gurtovoy2021-05-031-3/+7
* | | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-058-23/+8
|\ \ \
| * \ \ Merge branch 'pci/vpd'Bjorn Helgaas2021-05-047-9/+8
| |\ \ \
| | * | | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-307-9/+8
| * | | | ARM: iop32x: disable N2100 PCI parity reportingHeiner Kallweit2021-03-311-14/+0
| |/ / /
* | | | Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-052-3/+3
|\ \ \ \
| * | | | iwlwifi: mvm: tt: Replace thermal_notify_frameworkThara Gopinath2021-04-221-2/+2
| * | | | thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano2021-03-151-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-015-6/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit2021-04-201-2/+2
| * | | RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky2021-04-193-3/+1