index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-28
bpf: add owner_prog_type and accounted mem to array map's fdinfo
Daniel Borkmann
1
-2
/
+15
2016-11-26
bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands
Daniel Mack
1
-0
/
+81
2016-11-26
cgroup: add support for eBPF programs
Daniel Mack
2
-0
/
+168
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+47
2016-11-21
bpf, mlx5: fix mlx5e_create_rq taking reference on prog
Daniel Borkmann
1
-0
/
+1
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
2016-11-16
bpf: Fix compilation warning in __bpf_lru_list_rotate_inactive
Martin KaFai Lau
1
-1
/
+1
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2
-8
/
+129
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
1
-14
/
+252
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
1
-26
/
+21
2016-11-15
bpf: Add percpu LRU list
Martin KaFai Lau
2
-19
/
+151
2016-11-15
bpf: LRU List
Martin KaFai Lau
3
-1
/
+648
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+5
2016-11-15
bpf: Use u64_to_user_ptr()
Mickaël Salaün
1
-17
/
+12
2016-11-13
bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error path
Daniel Borkmann
1
-0
/
+11
2016-11-10
bpf: Remove unused but set variables
Tobias Klauser
1
-2
/
+0
2016-11-07
bpf: fix map not being uncharged during map creation failure
Daniel Borkmann
1
-1
/
+3
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
1
-1
/
+2
2016-10-31
bpf, inode: add support for symlinks and fix mtime/ctime
Daniel Borkmann
1
-6
/
+39
2016-10-29
bpf: Print function name in addition to function id
Thomas Graf
1
-8
/
+27
2016-10-23
bpf: add helper for retrieving current numa node id
Daniel Borkmann
2
-0
/
+13
2016-10-19
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
1
-16
/
+45
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
1
-18
/
+311
2016-09-28
bpf: clean up put_cpu_var usage
Shaohua Li
1
-1
/
+1
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
1
-3
/
+2
2016-09-22
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
1
-2
/
+12
2016-09-22
bpf: enable non-core use of the verfier
Jakub Kicinski
1
-0
/
+68
2016-09-22
bpf: expose internal verfier structures
Jakub Kicinski
1
-163
/
+103
2016-09-22
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-30
/
+40
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2
-14
/
+43
2016-09-21
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
1
-1
/
+1
2016-09-10
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
3
-38
/
+15
2016-09-10
bpf: minor cleanups in helpers
Daniel Borkmann
1
-3
/
+3
2016-09-09
bpf: fix range propagation on direct packet access
Daniel Borkmann
1
-15
/
+40
2016-09-02
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
1
-1
/
+21
2016-09-02
bpf: support 8-byte metafield access
Alexei Starovoitov
1
-3
/
+6
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-08-13
bpf: allow helpers access the packet directly
Alexei Starovoitov
1
-18
/
+43
2016-08-13
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
1
-2
/
+2
2016-08-13
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2
-2
/
+4
2016-08-07
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
1
-11
/
+73
2016-08-03
bpf: fix method of PTR_TO_PACKET reg id generation
Jakub Kicinski
1
-1
/
+2
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-68
/
+202
2016-07-20
bpf: enable direct packet data write for xdp progs
Brenden Blanco
1
-1
/
+16
2016-07-20
bpf: add XDP prog type for early driver filter
Brenden Blanco
1
-0
/
+1
2016-07-20
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
1
-3
/
+9
2016-07-17
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
1
-1
/
+1
2016-07-16
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-2
/
+4
[prev]
[next]