summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-11/+16
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima-1/+5
2023-07-24tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith-6/+2
2023-07-24vxlan: calculate correct header length for GPEJiri Benc-4/+9
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+5
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-1/+1
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds-2/+0
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-33/+60
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-2/+5
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet-1/+1
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet-2/+5
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou-2/+0
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen-0/+5
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima-1/+1
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+6
2023-07-16Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2023-07-14rsi: remove kernel-doc comment markerRandy Dunlap-1/+1
2023-07-14pie: fix kernel-doc notation warningRandy Dunlap-1/+1
2023-07-14net: NSH: fix kernel-doc notation warningRandy Dunlap-1/+1
2023-07-14net: llc: fix kernel-doc notation warningsRandy Dunlap-2/+4
2023-07-14inet: frags: eliminate kernel-doc warningRandy Dunlap-1/+1
2023-07-14devlink: fix kernel-doc notation warningsRandy Dunlap-12/+16
2023-07-14codel: fix kernel-doc notation warningsRandy Dunlap-2/+2
2023-07-14net: cfg802154: fix kernel-doc notation warningsRandy Dunlap-1/+2
2023-07-14net: bonding: remove kernel-doc comment markerRandy Dunlap-1/+1
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+26
2023-07-14Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds-4/+5
2023-07-14Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+3
2023-07-13KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier-1/+1
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-15/+37
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+9
2023-07-13Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe-1/+1
2023-07-12net/sched: make psched_mtu() RTNL-less safePedro Tammela-1/+1
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann-0/+9
2023-07-11vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountPetr Pavlu-1/+0
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen-0/+26
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard-6583/+23013
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi-0/+1
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi-8/+4
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi-6/+0
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)-0/+1
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe-3/+3
2023-07-10nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar-1/+1