summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-3/+15
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1410-146/+1016
| |\ \ \ \
| | * | | | bpf: Augment the set of sleepable LSM hooksKP Singh2020-11-132-15/+82
| | * | | | bpf: Support for pointers beyond pkt_end.Alexei Starovoitov2020-11-131-22/+107
| | * | | | bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
| | * | | | bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-101-0/+4
| | * | | | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-102-1/+195
| | * | | | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-3/+40
| | * | | | bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-101-52/+119
| | * | | | bpf, btf: Remove the duplicate btf_ids.h includeWang Qing2020-11-101-1/+0
| | * | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-2/+5
| | * | | | bpf: Implement task local storageKP Singh2020-11-065-1/+332
| | * | | | bpf: Allow LSM programs to use bpf spin locksKP Singh2020-11-062-5/+19
| | * | | | bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-11/+5
| | * | | | bpf: Fix error path in htab_map_alloc()Eric Dumazet2020-11-021-2/+4
| | * | | | bpf: Avoid hashtab deadlock with map_lockedSong Liu2020-10-301-32/+82
| | * | | | bpf: Use separate lockdep class for each hashtabSong Liu2020-10-301-2/+10
| | * | | | bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-282-0/+16
| | | |_|/ | | |/| |
* | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-276-10/+57
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | irq_work: CleanupPeter Zijlstra2020-11-241-1/+1
| | |_|/ | |/| |
* | | | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* | | | bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov2020-12-101-5/+5
| |/ / |/| |
* | | bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-141-2/+13
* | | bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia2020-11-111-1/+2
| |/ |/|
* | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7
* | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-051-2/+28
* | bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-051-0/+1
* | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-292-2/+6
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-232-7/+5
|\
| * bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-191-6/+5
| * bpf: Remove unneeded breakTom Rix2020-10-191-1/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-1/+1
|\ \ | |/ |/|
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-081-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1541-650/+4706
|\ \
| * | bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-13/+25
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-128-59/+397
| |\ \
| | * | bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-113-11/+18
| | * | bpf: Track spill/fill of bounded scalars.Yonghong Song2020-10-091-1/+15
| | * | bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-091-0/+50
| | * | kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap2020-10-071-0/+4
| | * | bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2020-10-062-5/+97
| | * | bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-051-2/+2
| | * | bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev2020-10-021-1/+3
| | * | bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-022-3/+22
| | * | bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-023-13/+79
| | * | bpf: Introduce pseudo_btf_idHao Luo2020-10-022-28/+112
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-4/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-09-301-2/+17