summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-191-2/+2
* kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-191-0/+2
* net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-192-6/+18
* af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-191-2/+2
* af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-191-3/+3
* net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-191-1/+1
* veth: Fixing transmit return status for dropped packetsLiang Chen2023-09-191-1/+3
* igb: disable virtualization features on 82580Corinna Vinschen2023-09-191-2/+3
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-193-1/+4
* drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Sean Christopherson2023-09-192-19/+0
* drm/i915/gvt: Save/restore HW status to support GVT suspend/resumeColin Xu2023-09-198-3/+145
* net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-09-191-1/+2
* ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-09-192-2/+6
* sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-09-192-6/+6
* net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-09-191-8/+19
* pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy2023-09-191-8/+8
* watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav2023-09-191-0/+1
* perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo2023-09-191-0/+1
* x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson2023-09-191-6/+0
* perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo2023-09-191-3/+7
* backlight: gpio_backlight: Drop output GPIO direction check for initial power...Ying Liu2023-09-191-2/+1
* kconfig: fix possible buffer overflowKonstantin Meskhidze2023-09-191-0/+3
* NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin2023-09-191-1/+1
* NFS: Fix a potential data corruptionTrond Myklebust2023-09-191-1/+19
* soc: qcom: qmi_encdec: Restrict string length in decodeChris Lew2023-09-191-2/+2
* clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clockDmitry Baryshkov2023-09-191-1/+1
* clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200HzAhmad Fatoum2023-09-191-2/+0
* dt-bindings: clock: xlnx,versal-clk: drop select:falseKrzysztof Kozlowski2023-09-191-2/+0
* pinctrl: cherryview: fix address_space_handler() argumentRaag Jadav2023-09-191-3/+2
* parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller2023-09-191-2/+2
* parisc: led: Fix LAN receive and transmit LEDsHelge Deller2023-09-191-2/+2
* lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan2023-09-191-1/+1
* drm/ast: Fix DRAM init on AST2200Thomas Zimmermann2023-09-191-1/+1
* fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann2023-09-191-1/+0
* scsi: qla2xxx: Remove unsupported ql2xenabledif optionManish Rangankar2023-09-193-5/+8
* scsi: qla2xxx: Turn off noisy message logQuinn Tran2023-09-191-1/+1
* scsi: qla2xxx: Fix erroneous link up failureQuinn Tran2023-09-192-2/+7
* scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran2023-09-191-1/+0
* scsi: qla2xxx: Fix deletion race conditionQuinn Tran2023-09-192-9/+21
* io_uring: break iopolling on signalPavel Begunkov2023-09-191-0/+5
* io_uring: break out of iowq iopoll on teardownPavel Begunkov2023-09-193-1/+13
* io_uring: always lock in io_apoll_task_funcPavel Begunkov2023-09-191-0/+1
* net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-191-2/+1
* udf: initialize newblock to 0Tom Rix2023-09-191-3/+1
* md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai2023-09-191-2/+0
* tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-191-2/+2
* usb: typec: tcpci: clear the fault status bitMarco Felsch2023-09-192-0/+5
* USB: core: Fix oversight in SuperSpeed initializationAlan Stern2023-09-191-12/+24