summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov2022-03-081-0/+21
* ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov2022-03-081-4/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-03-051-1/+3
|\
| * HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon2022-03-031-1/+2
| * HID: add mapping for KEY_DICTATEWilliam Mahon2022-03-031-0/+1
* | mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-4/+14
* | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-053-32/+67
* | Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-039-9/+35
|\ \
| * | ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-013-2/+10
| |\ \
| | * | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-1/+5
| | * | netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-011-1/+1
| | * | netfilter: egress: silence egress hook lockdep splatsFlorian Westphal2022-02-281-0/+4
| * | | Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-03-011-0/+5
| |\ \ \
| | * | | rfkill: define rfill_soft_blocked() if !RFKILLBen Dooks2022-03-011-0/+5
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-252-3/+9
| |\ \ \ \
| | * | | | xfrm: enforce validity of offload input flagsLeon Romanovsky2022-02-091-0/+6
| | * | | | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-1/+0
| | * | | | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-2/+3
| * | | | | Merge tag 'for-net-2022-02-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-02-242-2/+9
| |\ \ \ \ \
| | * | | | | Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2022-02-241-0/+8
| | * | | | | Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-02-241-2/+1
* | | | | | | Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-285-5/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'soc-fsl-fix-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2022-02-255-5/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | soc: fsl: Replace kernel.h with the necessary inclusionsAndy Shevchenko2022-02-185-5/+9
* | | | | | | | Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-02-271-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-02-141-0/+8
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-261-10/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-10/+12
* | | | | | | | | Merge tag 'pm-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-02-251-0/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-02-241-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpufreq: Reintroduce ready() callbackBjorn Andersson2022-02-091-0/+3
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-251-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-1/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-241-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-02-221-0/+1
* | | | | | | | | | Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-245-33/+36
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-0/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-222-3/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-202-3/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | net: Force inlining of checksum functions in net/checksum.hChristophe Leroy2022-02-191-23/+24
| * | | | | | | | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-2/+2
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-171-5/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix a bpf_timer initialization issueYonghong Song2022-02-111-4/+2
| | * | | | | | | | bpf: Fix crash due to incorrect copy_map_valueKumar Kartikeya Dwivedi2022-02-111-1/+2
| | |/ / / / / / /
* | | | | | | | | Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-241-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash2022-02-231-0/+1
* | | | | | | | | | Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-231-2/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | slab: remove __alloc_size attribute from __kmalloc_track_callerGreg Kroah-Hartman2022-02-211-2/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-2/+2
|\ \ \ \ \ \ \ \ \