summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-142-1/+2
|\
| * bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-0/+1
| * net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-0/+1
|\ \
| * | xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-0/+1
* | | Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-122-5/+28
|\ \ \
| * | | ieee80211: update reduced neighbor report TBTT info lengthAvraham Stern2020-12-111-4/+4
| * | | cfg80211: Parse SAE H2E only membership selectorIlan Peer2020-12-111-0/+1
| * | | rfkill: add a reason to the HW rfkill stateEmmanuel Grumbach2020-12-111-1/+23
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-1110-12/+61
|\ \ \ \ | |/ / / |/| | |
| * | | elfcore: fix building with clangArnd Bergmann2020-12-111-0/+22
| * | | kbuild: avoid static_assert for genksymsArnd Bergmann2020-12-111-0/+5
| * | | Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2020-12-101-1/+1
| |\ \ \
| | * | | [SECURITY] fix namespaced fscaps when !CONFIG_SECURITYSerge Hallyn2020-12-041-1/+1
| * | | | Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-12-101-0/+4
| |\ \ \ \
| | * | | | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2020-11-301-0/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-12-102-1/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-091-1/+4
| | |\ \ \ \ \
| | | * | | | | netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-1/+4
| | * | | | | | net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan2020-12-081-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-12-061-0/+4
| |\ \ \ \ \ \
| | * | | | | | tty: Fix ->session lockingJann Horn2020-12-041-0/+4
| * | | | | | | Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-061-2/+10
| |\ \ \ \ \ \ \
| | * | | | | | | genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2020-11-301-2/+10
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2020-12-061-1/+0
| * | | | | | | Merge tag 'for-5.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-051-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | block: fix incorrect branching in blk_max_size_offset()Mike Snitzer2020-12-041-4/+6
| * | | | | | | | Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-041-5/+6
| |\| | | | | | | | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | dm: fix IO splittingMike Snitzer2020-12-041-5/+6
* | | | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2020-12-075-19/+274
|\ \ \ \ \ \ \ \
| * | | | | | | | net/mlx5: Simplify eswitch mode checkLeon Romanovsky2020-12-061-2/+6
| * | | | | | | | net/mlx5: Delete custom device management logicLeon Romanovsky2020-12-061-22/+0
| * | | | | | | | net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky2020-12-041-3/+23
| * | | | | | | | vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky2020-12-041-0/+166
| * | | | | | | | net/mlx5_core: Clean driver version and nameLeon Romanovsky2020-12-041-0/+2
| * | | | | | | | Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2020-12-042-0/+85
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | driver core: auxiliary bus: minor coding style tweaksGreg Kroah-Hartman2020-12-041-3/+3
| | * | | | | | | driver core: auxiliary bus: make remove function return voidGreg Kroah-Hartman2020-12-041-1/+1
| | * | | | | | | driver core: auxiliary bus: move slab.h from include fileGreg Kroah-Hartman2020-12-041-1/+0
| | * | | | | | | Add auxiliary bus supportDave Ertman2020-12-042-0/+86
* | | | | | | | | net/mlx4: Remove unused #define MAX_MSIX_P_PORTTariq Toukan2020-12-071-1/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-041-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | bus: mhi: Remove auto-start optionLoic Poulain2020-11-181-2/+0
* | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0410-99/+312
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-0/+1
| * | | | | | | | | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-033-12/+34
| * | | | | | | | | bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-11/+0
| * | | | | | | | | bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-12/+0
| * | | | | | | | | bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+34
| * | | | | | | | | mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-022-13/+35