summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-03bnx2: Fix an error messageChristophe JAILLET1-1/+1
2022-03-03sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-03-01e1000e: Correct NVM checksum verification flowSasha Neftin1-2/+2
2022-03-01e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin4-0/+32
2022-02-28igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-02-28igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-02-28net: sparx5: Add #include to remove warningCasper Andersson1-0/+2
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-02-25iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-24/+23
2022-02-25iavf: Fix init state closure on removeSlawomir Laba2-1/+27
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba2-31/+36
2022-02-25net: stmmac: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-25net: sxgbe: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-25net: sparx5: Fix add vlan when invalid operationCasper Andersson1-10/+10
2022-02-25net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai1-0/+2
2022-02-25ibmvnic: Allow queueing resets during probeSukadev Bhattiprolu2-10/+98
2022-02-25ibmvnic: clear fop when retrying probeSukadev Bhattiprolu1-0/+5
2022-02-25ibmvnic: init init_done_rc earlierSukadev Bhattiprolu1-5/+21
2022-02-25ibmvnic: register netdev after init of adapterSukadev Bhattiprolu1-6/+8
2022-02-25ibmvnic: complete init_done on transport eventsSukadev Bhattiprolu1-0/+7
2022-02-25ibmvnic: define flush_reset_queue helperSukadev Bhattiprolu1-8/+16
2022-02-25ibmvnic: initialize rc before completing waitSukadev Bhattiprolu1-1/+1
2022-02-25ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu1-1/+3
2022-02-25net: stmmac: only enable DMA interrupts when readyVincent Whitchurch1-2/+26
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg1-10/+14
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-24bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-24net/mlx5e: Fix VF min/max rate parameters interchange mistakeGal Pressman1-1/+1
2022-02-24net/mlx5e: Add missing increment of countLama Kayal1-0/+1
2022-02-24net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-24net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman7-3/+32
2022-02-24net/mlx5e: Add feature check for set fec countersLama Kayal1-3/+3
2022-02-24net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-24net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan1-0/+6
2022-02-24net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan1-0/+6
2022-02-24net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-02-24net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-02-24net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb1-0/+2
2022-02-24net/mlx5: Fix tc max supported prio for nic modeChris Mi1-0/+3
2022-02-24net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2022-02-24net/mlx5: Update log_max_qp value to be 17 at mostMaher Sanalla1-1/+1
2022-02-24net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik1-4/+7
2022-02-24net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik3-17/+45
2022-02-24net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik1-7/+26
2022-02-24net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik2-35/+79