summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-12smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva1-1/+1
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-05net/mlx5e: Check for NOT_READY flag state after lockingVlad Buslov1-3/+3
2023-07-03Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2-21/+36
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds58-901/+1955
2023-06-29net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal1-0/+33
2023-06-27io_uring/net: use proper value for msg_inqJens Axboe1-4/+4
2023-06-26Merge branch 'sfc-next'David S. Miller3-57/+84
2023-06-26sfc: falcon: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-26sfc: siena: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-26sfc: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-23drm: fix code style for embedded structs in hdr_metadata_infoframeSimon Ser1-2/+2
2023-06-22Merge tag 'io_uring-6.4-2023-06-21' of git://git.kernel.dk/linuxLinus Torvalds2-11/+15
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier1-29/+19
2023-06-21io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe1-2/+2
2023-06-21io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe1-0/+2
2023-06-20s390/crash: use the correct type for memory allocationChristophe JAILLET1-1/+1
2023-06-19selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-19mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2-100/+7
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima3-26/+1
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon1-3/+9
2023-06-16Merge tag 'io_uring-6.4-2023-06-15' of git://git.kernel.dk/linuxLinus Torvalds2-2/+13
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells2-2/+4
2023-06-13io_uring/net: save msghdr->msg_control for retriesJens Axboe1-1/+7
2023-06-13dt-bindings: usb: ci-hdrc-usb2: add fsl,imx8ulp-usb compatibleXu Yang1-1/+3
2023-06-09kexec: avoid calculating array size twiceSimon Horman1-3/+4
2023-06-09drm/amd/display: 3.2.234Aric Cyr1-1/+1
2023-06-09drm/amd/display: Workaround wrong HDR colorimetry with some receiversIlya Bakoulin2-0/+8
2023-06-09media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2-2/+2
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu4-15/+193
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2-21/+11
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon2-3/+16
2023-06-02ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon1-0/+12
2023-06-01wifi: rtlwifi: use helper function rtl_get_hdr()Juhee Kang7-12/+12
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross6-53/+65
2023-05-29usb: typec: ucsi: correctly access opcodeMin-Hua Chen1-1/+1
2023-05-28usb: chipidea/ci_hdrc_usb2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: chipidea/ci_hdrc_tegra: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: chipidea/ci_hdrc_msm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: chipidea/ci_hdrc_imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel5-3/+20
2023-05-22net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey1-7/+27
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov3-20/+48
2023-05-22net/mlx5e: Use correct encap attribute during invalidationVlad Buslov1-1/+3
2023-05-18Merge tag 'nf-next-2023-05-18' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski11-135/+303