summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-12lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet1-0/+2
2024-09-12of/irq: Prevent device address out-of-bounds read in interrupt map walkStefan Wiehler1-4/+11
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-09-12usbnet: ipheth: race between ipheth_close and error handlingOliver Neukum1-1/+1
2024-09-12Input: uinput - reject requests with unreasonable number of slotsDmitry Torokhov1-0/+14
2024-09-12HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixupCamila Alvarez1-1/+1
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-09-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-09-12smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang1-0/+1
2024-09-12wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer1-0/+3
2024-09-12libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler1-2/+2
2024-09-12hwmon: (w83627ehf) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-09-12hwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck1-1/+1
2024-09-12hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck1-4/+5
2024-09-12hwmon: (adc128d818) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-09-12pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar1-2/+1
2024-09-12devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-09-12um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-09-12iommu/vt-d: Handle volatile descriptor status readJacob Pan1-1/+1
2024-09-12dm init: Handle minors larger than 255Benjamin Marzinski1-1/+3
2024-09-12ASoC: topology: Properly initialize soc_enum valuesAmadeusz Sławiński1-0/+2
2024-09-12net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-12net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2024-09-12net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2024-09-12net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-8/+8
2024-09-12net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2024-09-12net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2024-09-12usbnet: modern method to get random MACOliver Neukum1-8/+3
2024-09-12net: usb: don't write directly to netdev->dev_addrJakub Kicinski8-13/+24
2024-09-12drivers/net/usb: Remove all strcpy() usesLen Baker2-5/+5
2024-09-12cx82310_eth: re-enable ethernet mode after router rebootOndrej Zary1-6/+44
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-09-12platform/x86: dell-smbios: Fix error path in dell_smbios_init()Aleksandr Mishin1-1/+4
2024-09-12igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-09-12pcmcia: Use resource_size function on resource objectJules Irenge1-3/+3
2024-09-12media: qcom: camss: Add check for v4l2_fwnode_endpoint_parseChen Ni1-1/+4
2024-09-12PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-09-12usb: uas: set host status byte on data completion errorShantanu Goel1-0/+1
2024-09-12wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3Arend van Spriel1-0/+1
2024-09-12udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang1-5/+3
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-09-12irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1Pali Rohár1-0/+4
2024-09-12smack: unix sockets: fix accept()ed socket labelKonstantin Andreev1-3/+9
2024-09-12ALSA: hda: Add input value sanity checks to HDMI channel map controlsTakashi Iwai1-0/+18