summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds20-102/+216
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2021-02-25r8169: fix jumbo packet handling on RTL8168eHeiner Kallweit1-2/+2
2021-02-25net: broadcom: bcm4908_enet: fix NAPI poll returned valueRafał Miłecki1-0/+2
2021-02-25net: broadcom: bcm4908_enet: fix RX path possible mem leakRafał Miłecki1-0/+1
2021-02-25ibmvnic: fix a race between open and resetSukadev Bhattiprolu1-8/+55
2021-02-25net: stmmac: Fix missing spin_lock_init in visconti_eth_dwmac_probe()Wei Yongjun1-0/+1
2021-02-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-13/+64
2021-02-23Marvell Sky2 Ethernet adapter: fix warning messages.Krzysztof Halasa1-3/+2
2021-02-23bcm63xx_enet: fix sporadic kernel panicSieng Piaw Liew1-2/+6
2021-02-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-54/+39
2021-02-23net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan1-0/+1
2021-02-23net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang1-4/+26
2021-02-23net: mvpp2: skip RSS configurations on loopback portStefan Chulski1-11/+14
2021-02-23dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza1-1/+1
2021-02-23net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2021-02-22ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman3-2/+11
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley1-1/+1
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2021-02-22ice: report correct max number of TCsDave Ertman1-1/+1
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-15/+12
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+8
2021-02-22Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+1
2021-02-22octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()Dan Carpenter1-1/+1
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek3-8/+8
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe48-165/+586
2021-02-18octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter1-1/+1
2021-02-18cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter1-3/+3
2021-02-18net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee2-0/+5
2021-02-18net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland1-0/+10
2021-02-18net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland1-1/+3
2021-02-18net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland1-4/+4
2021-02-18net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland1-4/+2
2021-02-18net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland1-3/+2
2021-02-18r8169: use macro pm_ptrHeiner Kallweit1-3/+1
2021-02-18net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean1-0/+1
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai39-154/+365
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski4-36/+9
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller31-185/+459
2021-02-17lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck1-9/+26
2021-02-17lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck2-181/+148