summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-22udf: Convert udf_add_nondir() to new directory iterationJan Kara1-11/+8
2024-10-22udf: Implement adding of dir entries using new iteration codeJan Kara3-0/+169
2024-10-22udf: Convert udf_unlink() to new directory iteration codeJan Kara1-23/+10
2024-10-22udf: Convert udf_rmdir() to new directory iteration codeJan Kara1-21/+11
2024-10-22udf: Convert empty_dir() to new directory iteration codeJan Kara1-59/+9
2024-10-22udf: Convert udf_get_parent() to new directory iteration codeJan Kara1-9/+7
2024-10-22udf: Convert udf_lookup() to use new directory iteration codeJan Kara1-11/+8
2024-10-22udf: Convert udf_readdir() to new directory iterationJan Kara1-121/+27
2024-10-22udf: Convert udf_rename() to new directory iteration codeJan Kara1-87/+78
2024-10-22udf: Provide function to mark entry as deleted using new directory iteration ...Jan Kara1-0/+10
2024-10-22udf: Implement searching for directory entry using new iteration codeJan Kara1-0/+67
2024-10-22udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara3-84/+82
2024-10-22udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara1-37/+29
2024-10-22udf: New directory iteration codeJan Kara2-0/+418
2024-10-22ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2Vasiliy Kovalev1-0/+19
2024-10-17Linux 5.15.168v5.15.168Greg Kroah-Hartman1-1/+1
2024-10-17net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-10-17selftests: net: more strict check in net_helperPaolo Abeni1-4/+7
2024-10-17net: axienet: start napi before enabling Rx/TxAndy Chiu1-1/+1
2024-10-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2024-10-17netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2024-10-17net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart1-3/+3
2024-10-17net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern4-9/+17
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern1-1/+3
2024-10-17net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2024-10-17i2c: smbus: Check for parent device before dereferenceAndy Shevchenko1-2/+6
2024-10-17block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-17kthread: unpark only parked kthreadFrederic Weisbecker1-0/+2
2024-10-17nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman1-1/+1
2024-10-17mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)1-1/+2
2024-10-17net: dsa: lan9303: ensure chip reset and wait for READY statusAnatolij Gustschin1-0/+29
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva2-1/+4
2024-10-17net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
2024-10-17drm/v3d: Stop the active perfmon before being destroyedMaĆ­ra Canal1-1/+8
2024-10-17hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-10-17usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng1-0/+11
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-17usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan3-18/+19
2024-10-17Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum1-11/+8
2024-10-17HID: plantronics: Workaround for an unexcepted opposite volume keyWade Wang2-0/+25
2024-10-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-10-17HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()Basavaraj Natikar1-11/+3
2024-10-17hwmon: (adt7470) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-17hwmon: (adm9240) Add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-17hwmon: (tmp513) Add missing dependency on REGMAP_I2CGuenter Roeck1-0/+1
2024-10-17x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2-2/+10
2024-10-17RDMA/hns: Fix UAF for cq async eventChengchang Tang1-12/+13
2024-10-17slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-10-17ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1