index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-10
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
1
-2
/
+2
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
1
-6
/
+77
2018-12-05
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
1
-26
/
+20
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
1
-0
/
+2
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
1
-1
/
+6
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
1
-25
/
+8
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
1
-4
/
+55
2018-11-02
bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
Daniel Borkmann
1
-0
/
+1
2018-11-02
bpf: show main program address and length in bpf_prog_info
Song Liu
1
-9
/
+24
2018-11-02
bpf: show real jited address in bpf_prog_info->jited_ksyms
Song Liu
1
-1
/
+0
2018-10-19
bpf: remove unused variable
Alexei Starovoitov
1
-1
/
+1
2018-10-19
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
1
-0
/
+66
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
1
-0
/
+6
2018-10-19
bpf/syscall: allow key to be null in map functions
Mauricio Vasquez B
1
-4
/
+15
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
1
-3
/
+3
2018-10-12
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
1
-0
/
+13
2018-10-09
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
1
-2
/
+7
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
1
-2
/
+9
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
1
-2
/
+7
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
1
-0
/
+8
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-19
/
+84
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-4
/
+32
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
1
-0
/
+6
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
1
-0
/
+3
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
1
-15
/
+43
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-78
/
+21
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
1
-1
/
+3
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
1
-78
/
+21
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
1
-3
/
+1
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
1
-6
/
+2
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
1
-4
/
+8
2018-05-30
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
1
-0
/
+7
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
1
-0
/
+8
2018-05-24
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
1
-0
/
+131
2018-05-24
bpf: get JITed image lengths of functions via syscall
Sandipan Das
1
-0
/
+20
2018-05-24
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
1
-3
/
+34
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
1
-0
/
+25
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
1
-9
/
+9
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
1
-7
/
+7
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+39
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+14
2018-05-09
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
1
-1
/
+16
2018-05-09
bpf: btf: Introduce BTF ID
Martin KaFai Lau
1
-1
/
+23
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
1
-0
/
+2
2018-05-03
bpf: use array_index_nospec in find_prog_type
Daniel Borkmann
1
-2
/
+8
2018-05-04
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
1
-3
/
+6
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
1
-14
/
+1
[prev]
[next]