index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-01
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2019-02-27
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
2019-02-27
bpf: enable program stats
Alexei Starovoitov
2019-02-26
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-31
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
2019-01-21
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
Song Liu
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-18
bpf: support raw tracepoints in modules
Matt Mullins
2018-12-17
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
2018-12-12
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-10
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
2018-12-10
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-05
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-02
bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
Daniel Borkmann
2018-11-02
bpf: show main program address and length in bpf_prog_info
Song Liu
2018-11-02
bpf: show real jited address in bpf_prog_info->jited_ksyms
Song Liu
2018-10-19
bpf: remove unused variable
Alexei Starovoitov
2018-10-19
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
bpf/syscall: allow key to be null in map functions
Mauricio Vasquez B
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
2018-10-12
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
2018-10-09
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
[next]