Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
03f1eccc7a69c965351e6bee41c62afa2844752f
/
kernel
/
bpf
/
syscall.c
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f7fb7c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
9eb3591
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
352d20d
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
by Peng Sun
· 6 years ago
9ed8f1a
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
5f8f8b9
bpf: expose program stats via bpf_prog_info
by Alexei Starovoitov
· 6 years ago
492ecee
bpf: enable program stats
by Alexei Starovoitov
· 6 years ago
781e628
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
by Peng Sun
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
96049f3
bpf: introduce BPF_F_LOCK flag
by Alexei Starovoitov
· 6 years ago
e16d2f1
bpf: add support for bpf_spin_lock to cgroup local storage
by Alexei Starovoitov
· 6 years ago
d83525c
bpf: introduce bpf_spin_lock
by Alexei Starovoitov
· 6 years ago
7c4cd05
bpf: Fix syscall's stackmap lookup potential deadlock
by Martin KaFai Lau
· 6 years ago
6ee52e2
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
by Song Liu
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
a38d110
bpf: support raw tracepoints in modules
by Matt Mullins
· 6 years ago
6c4fc20
bpf: remove useless version check for prog load
by Daniel Borkmann
· 6 years ago
9f8c1c5
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
by Daniel Borkmann
· 6 years ago
c872bdb
bpf: include sub program tags in bpf_prog_info
by Song Liu
· 6 years ago
9e79416
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
by Martin KaFai Lau
· 6 years ago
1b2b234
bpf: pass struct btf pointer to the map_check_btf() callback
by Roman Gushchin
· 6 years ago
11d8b82
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
by Yonghong Song
· 6 years ago
7a5725d
bpf: clean up bpf_prog_get_info_by_fd()
by Song Liu
· 6 years ago
c454a46
bpf: Add bpf_line_info support
by Martin KaFai Lau
· 6 years ago
7337224
bpf: Improve the info.func_info and info.func_info_rec_size behavior
by Martin KaFai Lau
· 6 years ago
5482e9a
bpf: Fix memleak in aux->func_info and aux->btf
by Martin KaFai Lau
· 6 years ago
e9ee9ef
bpf: Add BPF_F_ANY_ALIGNMENT.
by David Miller
· 6 years ago
ba64e7d
bpf: btf: support proper non-jit func info
by Yonghong Song
· 6 years ago
838e969
bpf: Introduce bpf_func_info
by Yonghong Song
· 6 years ago
28c2fae
bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
by Daniel Borkmann
· 6 years ago
ff1889f
bpf: show main program address and length in bpf_prog_info
by Song Liu
· 6 years ago
de57e99
bpf: show real jited address in bpf_prog_info->jited_ksyms
by Song Liu
· 6 years ago
540fefc
bpf: remove unused variable
by Alexei Starovoitov
· 6 years ago
bd513cd
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
by Mauricio Vasquez B
· 6 years ago
f1a2e44
bpf: add queue and stack maps
by Mauricio Vasquez B
· 6 years ago
c9d29f4
bpf/syscall: allow key to be null in map functions
by Mauricio Vasquez B
· 6 years ago
604326b
bpf, sockmap: convert to generic sk_msg interface
by Daniel Borkmann
· 6 years ago
1ae80cf
bpf: wait for running BPF programs when updating map-in-map
by Daniel Colascione
· 6 years ago
509db28
bpf: error handling when map_lookup_elem isn't supported
by Prashant Bhole
· 6 years ago
b741f16
bpf: introduce per-cpu cgroup local storage
by Roman Gushchin
· 6 years ago
8bad74f
bpf: extend cgroup bpf core to allow multiple cgroup storage types
by Roman Gushchin
· 6 years ago
d58e468
flow_dissector: implements flow dissector BPF hook
by Petar Penkov
· 6 years ago
efbaec8
bpf: remove duplicated include from syscall.c
by YueHaibing
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
de5d1b3
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e8d2bec
bpf: decouple btf from seq bpf fs dump and enable more maps
by Daniel Borkmann
· 6 years ago
5dc4c4b
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
by Martin KaFai Lau
· 6 years ago
de9cbba
bpf: introduce cgroup storage maps
by Roman Gushchin
· 6 years ago
0a4c58f
bpf: add ability to charge bpf maps memory dynamically
by Roman Gushchin
· 6 years ago
52b544b
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
by Ingo Molnar
· 7 years ago
99ba2b5
bpf: sockhash, disallow bpf_tcp_close and update in parallel
by John Fastabend
· 7 years ago
fdb5c45
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
by Sean Young
· 7 years ago
bfc18e3
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
by Mark Rutland
· 7 years ago
9facc33
bpf: reject any prog that failed read-only lock
by Daniel Borkmann
· 7 years ago
7d1982b
bpf: fix panic in prog load calls cleanup
by Daniel Borkmann
· 7 years ago
4316b40
bpf: show prog and map id in fdinfo
by Daniel Borkmann
· 7 years ago
f4364dc
media: rc: introduce BPF_PROG_LIRC_MODE2
by Sean Young
· 7 years ago
1cedee1
bpf: Hooks for sys_sendmsg
by Andrey Ignatov
· 7 years ago
41bdc4b
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
by Yonghong Song
· 7 years ago
815581c
bpf: get JITed image lengths of functions via syscall
by Sandipan Das
· 7 years ago
4d56a76
bpf: fix multi-function JITed dump obtained via syscall
by Sandipan Das
· 7 years ago
dbecd73
bpf: get kernel symbol addresses via syscall
by Sandipan Das
· 7 years ago
9b2cf32
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
by Martin KaFai Lau
· 7 years ago
dcab51f
bpf: Expose check_uarg_tail_zero()
by Martin KaFai Lau
· 7 years ago
b9f672a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
b2d6cee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
62dab84
bpf: btf: Add struct bpf_btf_info
by Martin KaFai Lau
· 7 years ago
78958fc
bpf: btf: Introduce BTF ID
by Martin KaFai Lau
· 7 years ago
630a4d3
nfp: bpf: record offload neutral maps in the driver
by Jakub Kicinski
· 7 years ago
d0f1a45
bpf: use array_index_nospec in find_prog_type
by Daniel Borkmann
· 7 years ago
9ef09e3
bpf: fix possible spectre-v1 in find_and_alloc_map()
by Mark Rutland
· 7 years ago
4d220ed
bpf: remove tracepoints from bpf core
by Alexei Starovoitov
· 7 years ago
79741a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
b85fab0
bpf: Add gpl_compatible flag to struct bpf_prog_info
by Jiri Olsa
· 7 years ago
a9537c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ba6b8de
bpf: sockmap, map_release does not hold refcnt for pinned maps
by John Fastabend
· 7 years ago
a26ca7c
bpf: btf: Add pretty print support to the basic arraymap
by Martin KaFai Lau
· 7 years ago
60197cf
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
by Martin KaFai Lau
· 7 years ago
f56a653
bpf: btf: Add BPF_BTF_LOAD command
by Martin KaFai Lau
· 7 years ago
3349158
kernel/bpf/syscall: fix warning defined but not used
by Anders Roxell
· 7 years ago
aac3fc3
bpf: Post-hooks for sys_bind
by Andrey Ignatov
· 7 years ago
d74bad4
bpf: Hooks for sys_connect
by Andrey Ignatov
· 7 years ago
4fbac77
bpf: Hooks for sys_bind
by Andrey Ignatov
· 7 years ago
5e43f89
bpf: Check attach type at prog load time
by Andrey Ignatov
· 7 years ago
c4f6699
bpf: introduce BPF_RAW_TRACEPOINT
by Alexei Starovoitov
· 7 years ago
b76354c
bpf: follow idr code convention
by Shaohua Li
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
0fa4fe8
bpf: skip unnecessary capability check
by Chenbo Feng
· 7 years ago
4f738ad
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
by John Fastabend
· 7 years ago
9c147b5
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
by Mickaël Salaün
· 7 years ago
52775b3
bpf: offload: report device information about offloaded maps
by Jakub Kicinski
· 7 years ago
61f3c96
bpf: allow socket_filter programs to use bpf_prog_test_run
by Alexei Starovoitov
· 7 years ago
fcfb126
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
by Jiong Wang
· 7 years ago
a388457
bpf: offload: add map offload infrastructure
by Jakub Kicinski
· 7 years ago
bd47564
bpf: add helper for copying attrs to struct bpf_map
by Jakub Kicinski
· 7 years ago
1110f3a
bpf: add map_alloc_check callback
by Jakub Kicinski
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
040ee69
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
by Al Viro
· 7 years ago
675fc27
bpf: offload: report device information for offloaded programs
by Jakub Kicinski
· 7 years ago
ad8ad79
bpf: offload: free program id when device disappears
by Jakub Kicinski
· 7 years ago
Next »