summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-09net: dsa: felix: fix broken taprio gate states after clock jumpVladimir Oltean1-1/+4
2025-05-09net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAMChad Monroe1-5/+9
2025-05-09igc: fix lock order in igc_ptp_resetJacob Keller1-2/+4
2025-05-09net: mdio: mux-meson-gxl: set reversed bit when using internal phyDa Xue1-1/+2
2025-05-09net: dlink: Correct endianness handling of led_modeSimon Horman2-2/+2
2025-05-09nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-05-09ALSA: ump: Fix buffer overflow at UMP SysEx message conversionTakashi Iwai1-1/+1
2025-05-09ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo1-0/+5
2025-05-09net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-05-09net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-09net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-05-09net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-09pds_core: remove write-after-free of client_idShannon Nelson1-1/+0
2025-05-09pds_core: specify auxiliary_device to be createdShannon Nelson4-27/+33
2025-05-09pds_core: make pdsc_auxbus_dev_del() voidShannon Nelson3-9/+6
2025-05-09pds_core: delete VF dev on resetShannon Nelson2-1/+33
2025-05-09pds_core: check health in devcmd waitShannon Nelson2-2/+10
2025-05-09net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advisedLouis-Alexis Eyraud1-2/+1
2025-05-09net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx pollLouis-Alexis Eyraud1-4/+6
2025-05-09net: mscc: ocelot: delete PVID VLAN when readding it as non-PVIDVladimir Oltean1-0/+6
2025-05-09net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean3-11/+180
2025-05-09Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen1-0/+3
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan17-51/+78
2025-05-09Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()En-Wei Wu1-28/+73
2025-05-09net/mlx5: E-switch, Fix error handling for enabling roceChris Mi3-7/+11
2025-05-09net/mlx5: E-Switch, Initialize MAC Address for Default GIDMaor Gottlieb1-1/+1
2025-05-09vxlan: vnifilter: Fix unlocked deletion of default FDB entryIdo Schimmel1-1/+7
2025-05-09powerpc/boot: Fix dash warningMadhavan Srinivasan1-1/+1
2025-05-09wifi: plfxlc: Remove erroneous assert in plfxlc_mac_releaseMurad Masimov1-1/+0
2025-05-09drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions'Chen Linxuan1-2/+6
2025-05-09powerpc/boot: Check for ld-option supportMadhavan Srinivasan1-4/+2
2025-05-09book3s64/radix : Align section vmemmap start address to PAGE_SIZEDonet Tom1-2/+15
2025-05-09ASoC: soc-pcm: Fix hw_params() and DAPM widget sequenceSheetal1-1/+4
2025-05-09iommu: Handle race with default domain setupRobin Murphy1-0/+18
2025-05-09KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson5-11/+18
2025-05-09PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-2/+2
2025-05-09Revert "PCI: imx6: Skip controller_id generation logic for i.MX7D"Ryan Matthews1-0/+1
2025-05-09selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman3-22/+66
2025-05-09bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman1-2/+5
2025-05-09selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman1-0/+28
2025-05-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-05-09selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman3-0/+120
2025-05-09bpf: check changes_pkt_data property for extension programsEduard Zingerman2-4/+13
2025-05-09selftests/bpf: test for changing packet data from global functionsEduard Zingerman1-0/+28
2025-05-09bpf: track changes_pkt_data property for global functionsEduard Zingerman2-1/+32
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman4-38/+31
2025-05-09bpf: add find_containing_subprog() utility functionEduard Zingerman1-4/+24
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-09cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki4-41/+73
2025-05-09cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki1-7/+25