summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker
2023-09-15cpu/hotplug: Remove unused cpuhp_state CPUHP_AP_X86_VDSO_VMA_ONLINEOlaf Hering
2023-09-15bpf: Fix BTF_ID symbol generation collisionJiri Olsa
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA caseYury Norov
2023-09-15numa: Generalize numa_map_to_online_node()Yury Norov
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-09-15KEYS: Include linux/errno.h in linux/verification.hHerbert Xu
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-09-15sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-14firmware: qcom-scm: drop unneeded 'extern' specifiersBartosz Golaszewski
2023-09-14udplite: fix various data-racesEric Dumazet
2023-09-14udplite: remove UDPLITE_BITEric Dumazet
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-09-14udp: introduce udp->udp_flagsEric Dumazet
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen
2023-09-13lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran
2023-09-13lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran
2023-09-13lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei
2023-09-13rcu: Remove unused function declaration rcu_eqs_special_set()Yue Haibing
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-13firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM...Maximilian Luz
2023-09-13lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-09-13virtchnl: Add CRC stripping capabilityPaul M Stillwell Jr