summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi-0/+13
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi-1/+3
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi-0/+2
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi-0/+5
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V-0/+20
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+4
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan-4/+46
2023-09-16ASoC: Intel: common: add ACPI matching tables for Arrow LakeArun T-0/+2
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-5/+34
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker-1/+3
2023-09-15cpu/hotplug: Remove unused cpuhp_state CPUHP_AP_X86_VDSO_VMA_ONLINEOlaf Hering-1/+0
2023-09-15bpf: Fix BTF_ID symbol generation collisionJiri Olsa-1/+1
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev-1/+20
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev-4/+12
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar-0/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller-2/+3
2023-09-15ASoC: SOF: ipc4: Add new message type: SOF_IPC4_GLB_LOAD_LIBRARY_PREPAREPeter Ujfalusi-4/+11
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA caseYury Norov-1/+1
2023-09-15numa: Generalize numa_map_to_online_node()Yury Norov-2/+5
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren-0/+1
2023-09-15KEYS: Include linux/errno.h in linux/verification.hHerbert Xu-0/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-2/+2
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet-8/+11
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet-2/+2
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet-5/+3
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-5/+5
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet-3/+3
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet-9/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet-5/+16
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet-12/+2
2023-09-15sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)-1/+2
2023-09-15Merge drm/drm-next into drm-intel-nextJani Nikula-5378/+15025
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran-2/+2
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran-3/+3
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-30/+80
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+6
2023-09-14firmware: qcom-scm: drop unneeded 'extern' specifiersBartosz Golaszewski-54/+47
2023-09-14udplite: fix various data-racesEric Dumazet-9/+11
2023-09-14udplite: remove UDPLITE_BITEric Dumazet-3/+2
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet-11/+7
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet-7/+9
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet-5/+5
2023-09-14udp: introduce udp->udp_flagsEric Dumazet-7/+21