summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-11crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-05-11bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet1-0/+7
2023-05-11selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu1-2/+6
2023-05-11selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley1-2/+8
2023-05-11selftests: xsk: Disable IPv6 on VETH1Kal Conley1-0/+1
2023-05-11selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley2-5/+5
2023-05-11net: qrtr: correct types of trace event parametersSimon Horman1-15/+18
2023-05-11f2fs: fix iostat lock protectionQilin Tan1-2/+2
2023-05-11bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky1-5/+9
2023-05-11bpf: factor out fetching basic kfunc metadataAndrii Nakryiko1-33/+59
2023-05-11wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf1-0/+1
2023-05-11scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang3-3/+15
2023-05-11wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()Wei Chen1-3/+3
2023-05-11wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()Wei Chen1-3/+3
2023-05-11crypto: sa2ul - Select CRYPTO_DESSuman Anna1-0/+1
2023-05-11crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-05-11f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim3-2/+8
2023-05-11f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li1-0/+6
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim2-61/+7
2023-05-11f2fs: fix uninitialized skipped_gc_rwsemYonggil Song1-1/+1
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2023-05-11testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-05-11net: sunhme: Fix uninitialized return codeSean Anderson1-1/+1
2023-05-11scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov1-0/+1
2023-05-11scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie1-7/+9
2023-05-11scsi: target: Fix multiple LUN_RESET handlingMike Christie3-3/+25
2023-05-11scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie1-0/+10
2023-05-11scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie5-17/+20
2023-05-11scsi: target: Pass in cmd counter to use during cmd setupMike Christie5-28/+30
2023-05-11scsi: target: Move cmd counter allocationMike Christie5-43/+42
2023-05-11scsi: target: Move sess cmd counter to new structMike Christie4-44/+107
2023-05-11bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann2-5/+5
2023-05-11bpf: return long from bpf_map_ops funcsJP Kobryn21-110/+110
2023-05-11netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja5-11/+13
2023-05-11net: dsa: qca8k: remove assignment of an_enabled in pcs_get_state()Russell King (Oracle)1-1/+0
2023-05-11libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov1-4/+6
2023-05-11net/packet: convert po->auxdata to an atomic flagEric Dumazet3-8/+6
2023-05-11net/packet: convert po->origdev to an atomic flagEric Dumazet3-8/+26
2023-05-11net/packet: annotate accesses to po->xmitEric Dumazet1-4/+8
2023-05-11vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2023-05-11net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)1-11/+2
2023-05-11bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst1-10/+6
2023-05-11bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet1-5/+14
2023-05-11bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao2-3/+10
2023-05-11selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau1-1/+1
2023-05-11wifi: ath11k: fix deinitialization of firmware resourcesAditya Kumar Singh1-0/+6
2023-05-11wifi: ath12k: Add missing unwind goto in ath12k_pci_probe()Harshit Mogalapalli1-1/+2
2023-05-11scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-05-11crypto: qat - fix concurrency issue when device state changesShashank Gupta5-20/+73
2023-05-11bpf: fix precision propagation verbose loggingAndrii Nakryiko1-2/+2