summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-14net: bcmgenet: Fix EEE implementationFlorian Fainelli3-14/+16
2023-06-14lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings1-1/+1
2023-06-14drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang2-7/+4
2023-06-14bpf: Add extra path pointer check to d_path helperJiri Olsa1-1/+11
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-14net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet1-5/+5
2023-06-14net: openvswitch: fix upcall counter access before allocationEelco Chaudron2-21/+16
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2-2/+2
2023-06-14ice: make writes to /dev/gnssX synchronousMichal Schmidt4-72/+6
2023-06-14drm/i915/selftests: Add some missing error propagationTvrtko Ursulin1-4/+10
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet13-44/+63
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2-4/+9
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-14tcp: gso: really support BIG TCPEric Dumazet1-10/+9
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2-21/+11
2023-06-14drm/lima: fix sched context destroyErico Nunes1-1/+1
2023-06-14netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso1-1/+1
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-06-14netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout1-0/+3
2023-06-14netfilter: nft_bitwise: fix register trackingJeremy Sowden1-1/+1
2023-06-14netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_...Gavrilov Ilia1-0/+2
2023-06-14selftests/bpf: Fix sockopt_sk selftestYonghong Song1-1/+1
2023-06-14selftests/bpf: Verify optval=NULL caseStanislav Fomichev2-0/+40
2023-06-14wifi: cfg80211: fix locking in sched scan stop workJohannes Berg1-2/+2
2023-06-14accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEPStanislaw Gruszka1-7/+14
2023-06-14accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORRandy Dunlap1-0/+1
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra4-4/+60
2023-06-14wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-06-14wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg1-1/+7
2023-06-14wifi: cfg80211: reject bad AP MLD addressJohannes Berg1-0/+2
2023-06-14wifi: mac80211: use correct iftype HE capJohannes Berg1-5/+10
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-14Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2-19/+28
2023-06-14Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2-2/+13
2023-06-14Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz4-97/+172
2023-06-14Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen1-0/+2
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang3-6/+17
2023-06-14Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen1-7/+6
2023-06-14Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen1-2/+5
2023-06-14Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu5-135/+237
2023-06-14drm/i915: Use 18 fast wake AUX sync lenJouni Högander1-1/+1
2023-06-14drm/i915: Explain the magic numbers for AUX SYNC/precharge lengthVille Syrjälä1-3/+29
2023-06-14net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7
2023-06-14net: enetc: correct rx_bytes statistics of XDPWei Fang1-0/+8
2023-06-14net: enetc: correct the statistics of rx bytesWei Fang1-1/+7
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-06-14net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-14bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott1-2/+6
2023-06-14bpf: Fix UAF in task local storageKP Singh1-1/+1