summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang
2021-05-07i40e: fix broken XDP supportMagnus Karlsson
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-05-06mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel
2021-05-06net: ipa: fix inter-EE IRQ register definitionsAlex Elder
2021-05-06can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde
2021-05-06can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf
2021-05-06can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde
2021-05-06can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau
2021-05-04net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B
2021-05-04Merge branch 'pci/vpd'Bjorn Helgaas
2021-05-03Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He
2021-05-03ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-30net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel
2021-04-29bnx2x: Remove redundant assignment to errYang Li
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen
2021-04-29net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo
2021-04-29net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-28net: tun: Remove redundant assignment to retYang Li
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King