index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
1
-0
/
+2
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
1
-14
/
+1
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
1
-0
/
+1
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
1
-2
/
+2
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
1
-1
/
+31
2018-04-19
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
1
-0
/
+2
2018-04-19
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
1
-0
/
+17
2018-04-04
kernel/bpf/syscall: fix warning defined but not used
Anders Roxell
1
-12
/
+12
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
1
-0
/
+43
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
1
-0
/
+8
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-8
/
+28
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-1
/
+30
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
1
-0
/
+78
2018-03-27
bpf: follow idr code convention
Shaohua Li
1
-0
/
+4
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-20
bpf: skip unnecessary capability check
Chenbo Feng
1
-1
/
+1
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-5
/
+9
2018-01-25
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
1
-4
/
+1
2018-01-18
bpf: offload: report device information about offloaded maps
Jakub Kicinski
1
-0
/
+6
2018-01-18
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
1
-0
/
+2
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
1
-13
/
+18
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-6
/
+38
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-0
/
+10
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
1
-4
/
+13
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
1
-1
/
+1
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+6
2017-12-31
bpf: offload: free program id when device disappears
Jakub Kicinski
1
-2
/
+7
2017-12-31
bpf: offload: don't use prog->aux->offload as boolean
Jakub Kicinski
1
-1
/
+3
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-5
/
+82
2017-12-20
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
1
-0
/
+6
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-1
/
+2
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
1
-5
/
+0
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-10
/
+0
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-11
/
+12
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
1
-2
/
+2
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
1
-0
/
+7
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+1
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
1
-0
/
+5
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-4
/
+13
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-2
/
+2
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-2
/
+32
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-10
/
+78
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
1
-10
/
+0
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-3
/
+13
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
1
-1
/
+7
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
[next]