summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-1/+1
* tcp: Add a stub for sk_defer_free_flush()Gal Pressman2022-01-201-0/+4
* ethtool: Fix link extended state for big endianMoshe Tal2022-01-201-1/+1
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+1
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-206-8/+28
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-182-4/+9
| |\
| | * bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-2/+7
| | * bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-191-2/+2
| * | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+5
| * | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-3/+11
| * | net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2015-85/+145
|\ \
| * | delayacct: track delays from memory compactwangyong2022-01-202-1/+33
| * | delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2022-01-201-17/+0
| * | delayacct: fix incomplete disable operation when switch enable to disableYang Yang2022-01-201-0/+18
| * | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-22/+22
| * | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-3/+5
| * | uuid: remove licence boilerplate text from the headerAndy Shevchenko2022-01-201-9/+0
| * | uuid: discourage people from using UAPI header in new codeAndy Shevchenko2022-01-201-0/+1
| * | kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| * | list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko2022-01-201-14/+22
| * | kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+1
| * | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-201-2/+7
| * | fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-202-0/+10
| * | kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9
| * | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | proc: make the proc_create[_data]() stubs static inlinesHans de Goede2022-01-201-2/+10
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-3/+2
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-8/+1
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-2/+5
* | | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-12/+15
|\ \ \
| * | | f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-6/+9
| * | | f2fs: fix the f2fs_file_write_iter tracepointEric Biggers2021-12-041-6/+6
* | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-3/+2
|\ \ \ \
| * | | | kbuild: move headers_check.pl to usr/include/Masahiro Yamada2022-01-081-1/+1
| * | | | mm, slab: Remove compiler check in __kmalloc_indexNathan Chancellor2021-12-021-2/+1
* | | | | Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-192-38/+21
|\ \ \ \ \
| * | | | | random: rather than entropy_store abstraction, use globalJason A. Donenfeld2022-01-181-35/+21
| * | | | | lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-3/+0
* | | | | | Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-183-1/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang2022-01-051-0/+1
| * | | | | dmaengine: xilinx_dpdma: use correct SDPX tag for header fileVinod Koul2022-01-031-1/+1
| * | | | | Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul2021-12-174-6/+23
| |\ \ \ \ \
| * | | | | | dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe2021-11-221-0/+20
* | | | | | | Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-01-182-84/+470
|\ \ \ \ \ \ \
| * | | | | | | ata: libata: Rename link flag ATA_LFLAG_NO_DB_DELAYPaul Menzel2022-01-141-1/+1
| * | | | | | | ata: fix read_id() ata port operation interfaceDamien Le Moal2022-01-141-2/+3
| * | | | | | | ata: sata_fsl: fix scsi host initializationDamien Le Moal2022-01-141-0/+11
| * | | | | | | ata: libata: remove debug compilation switchesHannes Reinecke2022-01-051-16/+0