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
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-03
bpf: sync bpf uapi header with tools
Daniel Borkmann
1
-2
/
+20
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
3
-9
/
+34
2018-06-03
bpf: fix cbpf parser bug for octal numbers
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2
-1
/
+8
2018-06-03
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2
-3
/
+45
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
3
-22
/
+61
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
1
-4
/
+8
2018-06-03
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: add also cbpf long jump test cases with heavy expansion
Daniel Borkmann
1
-0
/
+63
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
3
-27
/
+178
2018-06-02
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2
-1
/
+42
2018-06-02
bpf: btf: Check array t->size
Martin KaFai Lau
2
-0
/
+28
2018-06-02
selftests/bpf: test_sockmap, print additional test options
Prashant Bhole
1
-9
/
+19
2018-06-02
selftests/bpf: test_sockmap, fix data verification
Prashant Bhole
1
-1
/
+13
2018-06-02
selftests/bpf: test_sockmap, timing improvements
Prashant Bhole
1
-4
/
+9
2018-06-02
selftests/bpf: test_sockmap, join cgroup in selftest mode
Prashant Bhole
1
-0
/
+5
2018-06-02
selftests/bpf: test_sockmap, check test failure
Prashant Bhole
1
-6
/
+21
2018-05-30
bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address families
David Ahern
1
-2
/
+2
2018-05-30
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
1
-1
/
+1
2018-05-30
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
3
-5
/
+13
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
10
-17
/
+494
2018-05-30
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
10
-3
/
+479
2018-05-30
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2
-2
/
+11
2018-05-29
bpf: Verify flags in bpf_fib_lookup
David Ahern
1
-0
/
+6
2018-05-29
bpf: Drop mpls from bpf_fib_lookup
David Ahern
1
-13
/
+13
2018-05-29
bpf: hide the unused 'off' variable
YueHaibing
1
-0
/
+2
2018-05-29
bpf: clean up eBPF helpers documentation
Quentin Monnet
2
-22
/
+20
2018-05-28
selftests/bpf: Selftest for sys_sendmsg hooks
Andrey Ignatov
4
-1
/
+628
2018-05-28
selftests/bpf: Prepare test_sock_addr for extension
Andrey Ignatov
1
-195
/
+460
2018-05-28
libbpf: Support guessing sendmsg{4,6} progs
Andrey Ignatov
1
-0
/
+2
2018-05-28
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-0
/
+8
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
8
-9
/
+125
2018-05-28
bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n
Andrey Ignatov
1
-0
/
+1
2018-05-28
selftests/bpf: missing headers test_lwt_seg6local
Mathieu Xhonneux
2
-0
/
+135
2018-05-28
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+3
2018-05-28
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
1
-1
/
+1
2018-05-28
libbpf: Install btf.h with libbpf
Andrey Ignatov
1
-0
/
+1
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
checkpatch: fix macro argument precedence test
Joe Perches
1
-1
/
+1
2018-05-25
init/main.c: include <linux/mem_encrypt.h>
Mathieu Malaterre
1
-0
/
+1
2018-05-25
kernel/sys.c: fix potential Spectre v1 issue
Gustavo A. R. Silva
1
-0
/
+5
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
3
-6
/
+9
2018-05-25
proc: fix smaps and meminfo alignment
Hugh Dickins
1
-5
/
+0
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly requested
Michal Hocko
1
-1
/
+1
2018-05-25
mm, memory_hotplug: make has_unmovable_pages more robust
Michal Hocko
1
-6
/
+10
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-05-25
MAINTAINERS: change hugetlbfs maintainer and update files
Mike Kravetz
1
-1
/
+7
2018-05-25
ipc/shm: fix shmat() nil address after round-down when remapping
Davidlohr Bueso
1
-2
/
+10
2018-05-25
Revert "ipc/shm: Fix shmat mmap nil-page protection"
Davidlohr Bueso
1
-7
/
+2
[next]