index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-26
Merge branch 'bpf: Support calling kernel function'
Alexei Starovoitov
25
-319
/
+1334
2021-03-26
bpf: selftests: Add kfunc_call test
Martin KaFai Lau
6
-0
/
+183
2021-03-26
bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functions
Martin KaFai Lau
3
-46
/
+11
2021-03-26
bpf: selftests: Rename bictcp to bpf_cubic
Martin KaFai Lau
1
-15
/
+15
2021-03-26
libbpf: Support extern kernel function
Martin KaFai Lau
1
-12
/
+162
2021-03-26
libbpf: Record extern sym relocation first
Martin KaFai Lau
1
-29
/
+34
2021-03-26
libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
Martin KaFai Lau
1
-3
/
+3
2021-03-26
libbpf: Refactor codes for finding btf id of a kernel symbol
Martin KaFai Lau
1
-11
/
+33
2021-03-26
libbpf: Refactor bpf_object__resolve_ksyms_btf_id
Martin KaFai Lau
1
-57
/
+67
2021-03-26
bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc
Martin KaFai Lau
1
-0
/
+41
2021-03-26
tcp: Rename bictcp function prefix to cubictcp
Martin KaFai Lau
1
-12
/
+12
2021-03-26
bpf: Support kernel function call in x86-32
Martin KaFai Lau
1
-0
/
+198
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
13
-46
/
+480
2021-03-26
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
4
-77
/
+95
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
4
-28
/
+17
2021-03-26
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
1
-1
/
+12
2021-03-26
bpf: struct sock is declared twice in bpf_sk_storage header
Wan Jiabing
1
-1
/
+0
2021-03-25
bpf: Remove unused headers
Lu Wei
2
-2
/
+0
2021-03-25
libbpf: Add bpf object kern_version attribute setter
Rafael David Tinoco
3
-0
/
+12
2021-03-25
Merge branch 'add support for batched ops in LPM trie'
Alexei Starovoitov
2
-0
/
+161
2021-03-25
bpf: selftests: Add tests for batched ops in LPM trie maps
Pedro Tammela
1
-0
/
+158
2021-03-25
bpf: Add support for batched ops in LPM trie maps
Pedro Tammela
1
-0
/
+3
2021-03-25
selftests/bpf: Better error messages for ima_setup.sh failures
KP Singh
1
-2
/
+4
2021-03-25
bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper
Yonghong Song
5
-19
/
+86
2021-03-26
libbpf: Constify few bpf_program getters
Andrii Nakryiko
2
-4
/
+4
2021-03-26
bpf: Fix typo 'accesible' into 'accessible'
Ricardo Ribalda
1
-1
/
+1
2021-03-26
bpf: Undo ptr_to_map_key alu sanitation for now
Daniel Borkmann
1
-14
/
+0
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
65
-738
/
+3200
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1022
-4635
/
+8206
2021-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
20
-42
/
+230
2021-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-4
/
+6
2021-03-25
Merge tag 'mfd-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-2
/
+4
2021-03-25
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
15
-20
/
+83
2021-03-25
mailmap: update the email address for Chris Chiu
Chris Chiu
1
-0
/
+2
2021-03-25
mailmap: update Andrey Konovalov's email address
Andrey Konovalov
1
-0
/
+1
2021-03-25
mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
Ira Weiny
1
-2
/
+2
2021-03-25
mm: memblock: fix section mismatch warning again
Mike Rapoport
1
-2
/
+2
2021-03-25
kfence: make compatible with kmemleak
Marco Elver
2
-1
/
+11
2021-03-25
gcov: fix clang-11+ support
Nick Desaulniers
1
-0
/
+69
2021-03-25
ia64: fix format strings for err_inject
Sergei Trofimovich
1
-11
/
+11
2021-03-25
ia64: mca: allocate early mca with GFP_ATOMIC
Sergei Trofimovich
1
-1
/
+1
2021-03-25
squashfs: fix xattr id and id lookup sanity checks
Phillip Lougher
2
-4
/
+8
2021-03-25
squashfs: fix inode lookup sanity checks
Sean Nyekjaer
2
-2
/
+7
2021-03-25
z3fold: prevent reclaim/free race for headless pages
Thomas Hebb
1
-1
/
+15
2021-03-25
selftests/vm: fix out-of-tree build
Rong Chen
1
-2
/
+2
2021-03-25
mm/mmu_notifiers: ensure range_end() is paired with range_start()
Sean Christopherson
2
-5
/
+28
2021-03-25
kasan: fix per-page tags for non-page_alloc pages
Andrey Konovalov
1
-3
/
+15
2021-03-25
hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
Miaohe Lin
3
-8
/
+58
2021-03-25
RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server
Potnuri Bharat Teja
1
-2
/
+2
2021-03-25
arm64: kernel: disable CNP on Carmel
Rich Wiley
5
-2
/
+27
[next]