summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-08ARM: tegra: Move panels to AUX busThierry Reding3-19/+25
2022-03-08netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet1-2/+2
2022-03-08soc: fsl: qe: Check of ioremap return valueJiasheng Jiang1-0/+2
2022-03-08soc: fsl: guts: Add a missing memory allocation failure checkChristophe JAILLET1-2/+7
2022-03-08soc: fsl: guts: Revert commit 3c0d64e867edChristophe JAILLET1-4/+3
2022-03-08ARM: dts: Use 32KiHz oscillator on devkit8000Anthoine Bourgeois2-18/+2
2022-03-08ARM: dts: switch timer config to common devkit8000 devicetreeAnthoine Bourgeois2-33/+33
2022-03-08MIPS: ralink: mt7621: do memory detection on KSEG1Chuanhong Guo1-13/+23
2022-03-08iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit1-6/+6
2022-03-08arm64: dts: juno: Remove GICv2m dma-rangeRobin Murphy1-2/+1
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra3-16/+35
2022-03-08s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-08memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins1-12/+28
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-08pinctrl: sunxi: Use unique lockdep classes for IRQsSamuel Holland1-0/+9
2022-03-08selftests: mlxsw: tc_police_scale: Make test more robustAmit Cohen1-1/+2
2022-03-08mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-03-08ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap1-0/+2
2022-03-08mips: setup: fix setnocoherentio() boolean settingRandy Dunlap1-1/+1
2022-03-08ARM: Fix kgdb breakpoint for Thumb2Russell King (Oracle)1-8/+28
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-03-08arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF outputBrian Norris1-5/+12
2022-03-08iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin1-1/+3
2022-03-08can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-03-08auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko1-2/+2
2022-03-08auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko1-11/+7
2022-03-08ASoC: cs4265: Fix the duplicated control nameFabio Estevam1-2/+1
2022-03-08firmware: arm_scmi: Remove space in MODULE_ALIAS nameAlyssa Ross1-1/+1
2022-03-08auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko1-1/+1
2022-03-08efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-03-08iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1