Sign in
android-kvm
/
linux
/
bc7b752a7a1c8498f5c48f5b1b63147e32f649dc
/
kernel
/
bpf
/
syscall.c
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
3419240
Merge branch 'timers/vdso' into timers/core
by Thomas Gleixner
· 6 years ago
0d01da6
bpf: implement getsockopt and setsockopt hooks
by Stanislav Fomichev
· 6 years ago
9285ec4
timekeeping: Use proper clock specifier names in functions
by Jason A. Donenfeld
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
da0f382
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
983695f
bpf: fix unconnected udp hooks
by Daniel Borkmann
· 6 years ago
5b497af
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
by Thomas Gleixner
· 6 years ago
c85d691
bpf: move memory size checks to bpf_map_charge_init()
by Roman Gushchin
· 6 years ago
b936ca6
bpf: rework memlock-based memory accounting for maps
by Roman Gushchin
· 6 years ago
3539b96
bpf: group memory related fields in struct bpf_map_memory
by Roman Gushchin
· 6 years ago
5cf1e91
bpf: cgroup inet skb programs can return 0 to 3
by brakmo
· 6 years ago
c240eff
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
by Jiong Wang
· 6 years ago
c611022
bpf: add map_lookup_elem_sys_only for lookups from syscall side
by Daniel Borkmann
· 6 years ago
6ac99e8
bpf: Introduce bpf sk local storage
by Martin KaFai Lau
· 6 years ago
9df1c28
bpf: add writable context for raw tracepoints
by Matt Mullins
· 6 years ago
118c8e9
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
by Stanislav Fomichev
· 6 years ago
7b146ce
bpf: Sysctl hook
by Andrey Ignatov
· 6 years ago
b0b9395
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 6 years ago
2824ecb
bpf: allow for key-less BTF in array map
by Daniel Borkmann
· 6 years ago
3e0ddc4f
bpf: allow . char as part of the object name
by Daniel Borkmann
· 6 years ago
87df15d
bpf: add syscall side map freeze support
by Daniel Borkmann
· 6 years ago
591fe98
bpf: add program side {rd, wr}only support for maps
by Daniel Borkmann
· 6 years ago
be70bcd
bpf: do not retain flags that are not tied to map lifetime
by Daniel Borkmann
· 6 years ago
d8eca5b
bpf: implement lookup-free direct value access for maps
by Daniel Borkmann
· 6 years ago
c04c0d2
bpf: increase complexity limit and maximum program size
by Alexei Starovoitov
· 6 years ago
f01a7db
bpf: Try harder when allocating memory for large maps
by Martynas Pumputis
· 6 years ago
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
· 7 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
de5d1b3
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e8d2bec
bpf: decouple btf from seq bpf fs dump and enable more maps
by Daniel Borkmann
· 7 years ago
5dc4c4b
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
by Martin KaFai Lau
· 7 years ago
de9cbba
bpf: introduce cgroup storage maps
by Roman Gushchin
· 7 years ago
0a4c58f
bpf: add ability to charge bpf maps memory dynamically
by Roman Gushchin
· 7 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
Next »