summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz3-6/+35
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-11-01r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-11-01net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann6-14/+22
2024-11-01bpf: Simplify checking size of helper accessesAndrei Matei3-11/+9
2024-11-01net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet2-1/+19
2024-11-01net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-11-01net: wwan: fix global oob in wwan_rtnl_policyLin Ma1-1/+1
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso3-2/+3
2024-11-01fsl/fman: Fix refcount handling of fman-related devicesAleksandr Mishin1-15/+47
2024-11-01fsl/fman: Save device references taken in mac_probe()Aleksandr Mishin2-3/+9
2024-11-01net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393xPeter Rashleigh1-0/+1
2024-11-01octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()Aleksandr Mishin1-0/+27
2024-11-01octeon_ep: Implement helper for iterating packets in Rx queueAleksandr Mishin1-23/+32
2024-11-01net: plip: fix break; causing plip to never transmitJakub Boehm1-1/+1
2024-11-01be2net: fix potential memory leak in be_xmit()Wang Hai1-5/+5
2024-11-01net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()Wang Hai1-0/+1
2024-11-01netfilter: bpf: must hold reference on net namespaceFlorian Westphal1-0/+4
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger4-0/+22
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger5-65/+73
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-01LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-11-01platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-11-01ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible stringAlexey Klimov1-0/+1
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-01udf: refactor inode_bmap() to handle errorZhao Mengmeng5-26/+44
2024-11-01udf: refactor udf_next_aext() to handle errorZhao Mengmeng6-65/+143
2024-11-01udf: refactor udf_current_aext() to handle errorZhao Mengmeng3-18/+37
2024-11-01arm64: Force position-independent veneersMark Rutland1-1/+1
2024-11-01ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bitShengjiu Wang2-1/+5
2024-11-01ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default...Alexey Klimov1-1/+1
2024-11-01ASoC: amd: yc: Add quirk for HP Dragonfly pro oneDavid Lawrence Glanzman1-0/+7
2024-11-01drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede2-4/+10
2024-11-01exec: don't WARN for racy path_noexec checkMateusz Guzik1-12/+9
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko1-5/+9
2024-11-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko1-21/+28
2024-11-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko1-37/+41
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)10-62/+289
2024-11-01tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)6-9/+11