summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Linux 6.1.77v6.1.77Greg Kroah-Hartman1-1/+1
2024-02-05drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'Srinivasan Shanmugam4-8/+8
2024-02-05ASoC: codecs: wsa883x: fix PA volume controlJohan Hovold1-1/+5
2024-02-05ASoC: codecs: lpass-wsa-macro: fix compander volume hackJohan Hovold1-7/+0
2024-02-05bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-05gve: Fix use-after-free vulnerabilityPraveen Kaligineedi1-1/+4
2024-02-05LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Huacai Chen2-7/+10
2024-02-05drm/msm/dsi: Enable runtime PMKonrad Dybcio1-0/+4
2024-02-05Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"Jonathan Gray1-2/+0
2024-02-05mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2-4/+19
2024-02-05arm64: irq: set the correct node for shadow call stackHuang Shijie1-1/+1
2024-02-05selftests: bonding: Check initial stateBenjamin Poirier1-0/+11
2024-02-05selftests: team: Add missing config optionsBenjamin Poirier1-1/+3
2024-02-05net: sysfs: Fix /sys/class/net/<iface> pathBreno Leitao1-11/+11
2024-02-05selftests: net: fix available tunnels detectionPaolo Abeni1-8/+8
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet3-15/+21
2024-02-05net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-05netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso1-0/+24
2024-02-05netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso1-3/+4
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso3-5/+12
2024-02-05netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer1-4/+6
2024-02-05selftests: net: add missing config for GENEVEMatthias May1-0/+1
2024-02-05bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2-7/+17
2024-02-05llc: call sock_orphan() at release timeEric Dumazet1-0/+2
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller1-7/+14
2024-02-05net: dsa: qca8k: fix illegal usage of GPIOMichal Vokáč1-2/+1
2024-02-05ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-05ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-05ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-05net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur1-2/+3
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel5-6/+8
2024-02-05ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-02-05selftests: net: give more time for GRO aggregationPaolo Abeni1-1/+1
2024-02-05HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui1-2/+5
2024-02-05scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-02-05regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour1-3/+19
2024-02-05scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-05drm: using mul_u32_u32() requires linux/math64.hStephen Rothwell1-0/+1
2024-02-05wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2024-02-05drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-02-05drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-05drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam1-7/+14
2024-02-05drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platf...Srinivasan Shanmugam1-1/+1
2024-02-05ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2024-02-05ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-02-05ceph: reinitialize mds feature bit even when session in openVenky Shankar1-1/+1
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16