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