summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds6-123/+146
2022-10-13Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds32-223/+1097
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds10-52/+64
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds30-116/+342
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2022-10-13net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter1-3/+3
2022-10-13kcm: avoid potential race in kcm_tx_workEric Dumazet1-1/+1
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2-5/+19
2022-10-13selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2-6/+6
2022-10-13vdpa/ifcvf: add reviewerMichael S. Tsirkin1-0/+4
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin1-2/+2
2022-10-13Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni5-47/+84
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg28-89/+161
2022-10-13net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera1-4/+5
2022-10-13openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long1-1/+2
2022-10-13Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski14-45/+102
2022-10-13tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima3-7/+12
2022-10-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima3-11/+22
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima9-15/+46
2022-10-13udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima3-12/+15
2022-10-13tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-10-13Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds9-206/+131
2022-10-13Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-10/+30
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds51-2720/+4887
2022-10-13Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-242/+313
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-24/+52
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds154-618/+1145
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)1-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)1-6/+25
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)3-110/+106
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds61-685/+5355
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-127/+788
2022-10-12ring-buffer: Fix kernel-docJiapeng Chong1-3/+3
2022-10-12mctp: prevent double key removal and unrefJeremy Kerr2-12/+21
2022-10-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...David S. Miller7-12/+156
2022-10-12selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter1-0/+1
2022-10-12netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter4-11/+7
2022-10-12selftests: netfilter: Test reverse path filteringPhil Sutter2-1/+148
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian1-4/+1
2022-10-12LoongArch: Update Loongson-3 default config fileHuacai Chen1-8/+55
2022-10-12LoongArch: Add ACPI-based generic laptop driverJianmin Lv5-0/+659
2022-10-12LoongArch: Add BPF JIT supportTiezhu Yang7-0/+1700
2022-10-12LoongArch: Add some instruction opcodes and formatsTiezhu Yang1-5/+174
2022-10-12LoongArch: Move {signed,unsigned}_imm_check() to inst.hTiezhu Yang2-10/+10
2022-10-12LoongArch: Add kdump supportYouling Tang9-8/+227
2022-10-12LoongArch: Add kexec supportYouling Tang6-1/+400
2022-10-12LoongArch: Use generic BUG() handlerYouling Tang4-12/+84
2022-10-12LoongArch: Add SysRq-x (TLB Dump) supportHuacai Chen2-0/+67
2022-10-12LoongArch: Add perf events supportHuacai Chen6-1/+987