summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2-2/+2
2023-08-02wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede1-1/+6
2023-08-02vxlan: Fix nexthop hash sizeBenjamin Poirier1-2/+2
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter4-9/+11
2023-08-02Merge branch 'tun-tap-uid'David S. Miller2-2/+2
2023-08-02net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek1-1/+1
2023-08-02net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek1-1/+1
2023-08-02drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLENikita Travkin1-0/+1
2023-08-02Merge tag 'gvt-fixes-2023-08-02' of https://github.com/intel/gvt-linux into d...Tvrtko Ursulin1-1/+1
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2023-08-02rbd: prevent busy loop when requesting exclusive lockIlya Dryomov1-13/+15
2023-08-02net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma1-1/+1
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-08-02Merge branch 'bnxt_en-2-xdp-bug-fixes'Jakub Kicinski2-26/+39
2023-08-02bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan1-7/+10
2023-08-02bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2-19/+29
2023-08-02selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima1-1/+1
2023-08-02net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown1-0/+11
2023-08-02net: korina: handle clk prepare error in korina_probe()Yuanjun Gong1-2/+1
2023-08-02USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2-0/+42
2023-08-02net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter1-4/+8
2023-08-01s390/ptrace: add missing linux/const.h includeHeiko Carstens1-0/+2
2023-08-01wifi: ray_cs: Replace 1-element array with flexible arrayKees Cook1-1/+1
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui5-52/+58
2023-08-01drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik2-29/+81
2023-08-01drm/i915/gt: Support aux invalidation on all enginesAndi Shyti3-45/+41
2023-08-01drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Cavitt2-5/+13
2023-08-01drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CSAndi Shyti2-0/+12
2023-08-01drm/i915/gt: Rename flags with bit_group_X according to the datasheetAndi Shyti2-23/+29
2023-08-01drm/i915/gt: Ensure memory quiesced before invalidationJonathan Cavitt1-1/+5
2023-08-01drm/i915: Add the gen12_needs_ccs_aux_inv helperAndi Shyti1-3/+15
2023-08-01drm/i915/gt: Cleanup aux invalidation registersAndi Shyti3-15/+15
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang1-3/+4
2023-08-01bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar1-2/+0
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers3-1/+23
2023-08-01perf pmus: Create placholder regardless of scanning core_onlyIan Rogers1-9/+7
2023-08-01drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handlerYan Zhao1-1/+1
2023-08-01Merge branch 'net-sched-bind-logic-fixes-for-cls_fw-cls_u32-and-cls_route'Jakub Kicinski3-3/+0
2023-08-01net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-08-01net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-01net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-01Merge branch 'Two fixes for cpu-map'Martin KaFai Lau1-14/+21
2023-08-01bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao1-4/+10
2023-08-01bpf, cpumap: Make sure kthread is running before map update returnsHou Tao1-10/+11
2023-08-01octeon_ep: initialize mbox mutexesMichal Schmidt1-0/+3
2023-08-01bnxt: don't handle XDP in netpollJakub Kicinski4-14/+24
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-08-01sfc: fix field-spanning memcpy in selftestEdward Cree3-30/+39