summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-08ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou1-1/+1
2022-09-08net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter1-1/+4
2022-09-08net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur1-1/+7
2022-09-08net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai1-15/+16
2022-09-08net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao1-1/+3
2022-09-08drm/i915: fix null pointer dereferenceƁukasz Bartosik1-7/+9
2022-09-08net: dsa: xrs700x: Use irqsave variant for u64 stats updateSebastian Andrzej Siewior1-2/+3
2022-09-08nfp: flower: fix ingress police using matchall filterTianyu Yuan1-2/+3
2022-09-08openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-09-08net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli1-0/+6
2022-09-08net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson1-0/+2
2022-09-08Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang1-2/+4
2022-09-08Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka1-1/+1
2022-09-08Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz1-10/+14
2022-09-08Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede1-0/+11
2022-09-08bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi1-0/+3
2022-09-08bpf: Tidy up verifier check_func_arg()Joanne Koong1-28/+38
2022-09-08bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2-11/+45
2022-09-08Revert "xhci: turn off port power in shutdown"Mathias Nyman3-16/+3
2022-09-08xhci: Fix null pointer dereference in remove if xHC has only one roothubMathias Nyman1-3/+8
2022-09-08wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter1-1/+2
2022-09-08ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible arrayPeter Ujfalusi1-1/+7
2022-09-08drm/i915/display: avoid warnings when registering dual panel backlightArun R Murthy1-14/+12
2022-09-08drm/i915/ttm: fix CCS handlingMatthew Auld1-23/+21
2022-09-08bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima1-1/+1
2022-09-08ieee802154/adf7242: defer destroy_workqueue callLin Ma1-1/+2
2022-09-08drm/i915/gvt: Fix Comet LakeAlex Williamson1-1/+2
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui1-1/+3
2022-09-08ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger4-6/+10
2022-09-08bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu1-1/+1
2022-09-08skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian1-2/+2
2022-09-08iio: adc: mcp3911: make use of the sign bitMarcus Folkesson1-0/+2
2022-09-08peci: aspeed: fix error check return value of platform_get_irq()Lv Ruyi1-1/+1
2022-09-08drm/msm/gpu: Drop qos request if devm_devfreq_add_device() failsBjorn Andersson1-0/+2
2022-09-08xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson1-6/+10
2022-09-08platform/x86: x86-android-tablets: Fix broken touchscreen on Chuwi Hi8 with W...Hans de Goede1-0/+14
2022-09-08platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2-3/+5
2022-09-08drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson1-1/+1
2022-09-08drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-09-08drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh1-1/+1
2022-09-08drm/msm/dpu: populate wb or intf before reset_intf_cfgAbhinav Kumar1-0/+6
2022-09-08drm/msm/dsi: fix the inconsistent indentingsunliming1-1/+1
2022-09-08drm/msm/dp: make eDP panel as the first connected connectorKuogee Hsieh1-0/+2
2022-09-05Linux 5.19.7v5.19.7Greg Kroah-Hartman1-1/+1
2022-09-05arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla1-1/+5
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+8
2022-09-05net/af_packet: check len when min_header_len equals to 0Zhengchao Shao1-2/+2
2022-09-05android: binder: fix lockdep check on clearing vmaLiam Howlett1-1/+8
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik1-2/+23
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik7-2/+50