aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds26-117/+76
2021-05-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski8-62/+15
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-23/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-23/+0
2021-05-06mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-23/+8
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2021-05-04net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B1-0/+1
2021-05-04Merge branch 'pci/vpd'Bjorn Helgaas7-9/+8
2021-05-03ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong1-2/+5
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-6/+4
2021-04-30net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing1-1/+0
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2-2/+2
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo1-0/+6
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li1-1/+1
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen1-2/+3
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail1-0/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit7-9/+8
2021-04-29bnx2x: Remove redundant assignment to errYang Li1-1/+0
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong1-2/+2
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen1-0/+5
2021-04-29net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1
2021-04-29net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2-2/+4
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds593-11391/+53418
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel2-2/+2
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2-4/+57
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2-14/+28
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu2-4/+4
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-04-26net: davicom: Remove redundant assignment to retJiapeng Chong1-1/+0
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong1-2/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-43/+46
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+7
2021-04-25bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42
2021-04-25bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14
2021-04-25bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-04-25bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-25bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-25bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0