summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu7-7/+566
2022-10-28net: txgbe: Reset hardwareJiawen Wu9-9/+434
2022-10-28net: txgbe: Store PCI infoJiawen Wu9-10/+280
2022-10-28net: dpaa2-eth: Simplify bool conversionYang Li1-1/+1
2022-10-28ionic: refactor use of ionic_rx_fill()Neel Patel1-11/+12
2022-10-28ionic: enable tunnel offloadsNeel Patel2-3/+13
2022-10-28ionic: new ionic device identity level and VF start controlShannon Nelson5-2/+64
2022-10-28ionic: only save the user set VF attributesShannon Nelson1-16/+17
2022-10-28ionic: replay VF attributes after fw crash recoveryShannon Nelson1-0/+70
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-103/+319
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-10-27net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem1-6/+6
2022-10-27net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5: Fix crash during sync firmware resetSuresh Devarakonda1-3/+3
2022-10-27net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich1-0/+4
2022-10-27net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroedRoi Dayan1-0/+4
2022-10-27net/mlx5e: TC, Reject forwarding from internal port to internal portAriel Levkovich1-1/+11
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan1-5/+5
2022-10-27net/mlx5: ASO, Create the ASO SQ with the correct timestamp formatSaeed Mahameed1-0/+7
2022-10-27net/mlx5e: Update restore chain id for slow path packetsPaul Blakey2-2/+62
2022-10-27net/mlx5e: Extend SKB room check to include PTP-SQAya Levin3-0/+21
2022-10-27net/mlx5: DR, Fix matcher disconnect error flowRongwei Liu1-1/+2
2022-10-27net/mlx5: Wait for firmware to enable CRS before pci_restore_stateMoshe Shemesh1-0/+17
2022-10-27net/mlx5e: Do not increment ESN when updating IPsec ESN stateHyong Youb Kim1-3/+0
2022-10-27net: broadcom: bcm4908_enet: update TX stats after actual transmissionRafał Miłecki1-4/+8
2022-10-27net: bcmsysport: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2022-10-27eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski3-1964/+0
2022-10-27ice: Add support Flex RXDMichal Jaron5-0/+99
2022-10-27net: broadcom: bcm4908_enet: use build_skb()Rafał Miłecki1-17/+36
2022-10-27net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang1-0/+1
2022-10-27net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang2-18/+7
2022-10-27net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi1-0/+6
2022-10-27net: ethernet: ave: Remove duplicate phy_resume() callsKunihiko Hayashi1-6/+0
2022-10-27net: fec: limit register access on i.MX6ULJuergen Borleis1-2/+44
2022-10-26net: dl2k: remove variable tx_useColin Ian King1-2/+0
2022-10-26net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang1-1/+1
2022-10-26bna: remove variable num_entriesColin Ian King1-2/+0
2022-10-26net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing3-17/+7
2022-10-26i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-10-26i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2-11/+33
2022-10-26i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-10-26net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju3-2/+50
2022-10-25bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-2/+3
2022-10-25net: stmmac: rk3588: Allow multiple gmac controllerBenjamin Gaignard1-0/+6
2022-10-25ice: Enable RX queue selection using skbedit actionAmritha Nambiar4-109/+299
2022-10-25net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur1-21/+3
2022-10-25bnxt_en: check and resize NVRAM UPDATE entry before flashingVikas Gupta1-0/+32
2022-10-25bnxt_en: add .get_module_eeprom_by_page() supportVikas Gupta2-7/+71