summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-16net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang1-1/+4
2022-03-16net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang1-1/+3
2022-03-16ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin1-1/+3
2022-03-16ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-16ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-16ice: Fix error with handling of bonding MTUDave Ertman2-15/+15
2022-03-16ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-16i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
2022-03-16iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski1-0/+40
2022-03-16net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)1-1/+1
2022-03-16smsc95xx: Ignore -ENODEV errors when device is unpluggedFabio Estevam1-8/+20
2022-03-16qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-16net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2022-03-16net: phy: meson-gxl: fix interrupt handling in forced modeHeiner Kallweit1-10/+13
2022-03-11xen/netfront: react properly to failing gnttab_end_foreign_access_ref()Juergen Gross1-17/+31
2022-03-11xen/netfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-4/+2
2022-03-11slip: fix macro redefine warningHuang Pei1-0/+2
2022-03-08hamradio: fix macro redefine warningHuang Pei1-0/+2
2022-03-08iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2022-03-08iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2022-03-08net: stmmac: perserve TX and RX coalesce value during XDP setupOng Boon Leong1-2/+3
2022-03-08e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin4-0/+32
2022-03-08iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-03-08iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-03-08iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-14/+17
2022-03-08iavf: Fix init state closure on removeSlawomir Laba2-1/+27
2022-03-08iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-03-08iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2-0/+56
2022-03-08iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2022-03-08iavf: Rework mutexes for better synchronisationSlawomir Laba2-31/+36
2022-03-08iavf: Add trace while removing deviceJedrzej Jagielski1-0/+1
2022-03-08iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57
2022-03-08iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2-15/+21
2022-03-08iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2022-03-08net: sparx5: Fix add vlan when invalid operationCasper Andersson1-10/+10
2022-03-08net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai1-0/+2
2022-03-08ibmvnic: complete init_done on transport eventsSukadev Bhattiprolu1-0/+7
2022-03-08ibmvnic: define flush_reset_queue helperSukadev Bhattiprolu1-8/+16
2022-03-08ibmvnic: initialize rc before completing waitSukadev Bhattiprolu1-1/+1
2022-03-08net: stmmac: only enable DMA interrupts when readyVincent Whitchurch1-2/+26
2022-03-08net: stmmac: enhance XDP ZC driver level switching performanceOng Boon Leong3-6/+139
2022-03-08can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-03-08ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu1-1/+3
2022-03-08igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-03-08can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-03-08iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-03-08ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-08net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()Zheyu Ma1-0/+3
2022-03-08ibmvnic: register netdev after init of adapterSukadev Bhattiprolu1-6/+8