index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-0
/
+6
*
bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE
Mauricio Vasquez B
2018-10-19
1
-0
/
+1
*
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
2018-10-15
1
-22
/
+11
*
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2018-10-08
1
-0
/
+1
*
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
2018-10-03
1
-0
/
+34
*
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
1
-0
/
+1
*
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
2018-10-01
1
-2
/
+9
*
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2018-09-14
1
-0
/
+1
*
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
1
-4
/
+9
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-0
/
+28
*
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
1
-0
/
+2
*
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2018-08-03
1
-0
/
+1
*
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2018-08-03
1
-6
/
+13
*
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
1
-0
/
+1
*
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2018-08-03
1
-0
/
+2
*
bpf: offload: allow program and map sharing per-ASIC
Jakub Kicinski
2018-07-18
1
-0
/
+1
*
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
1
-2
/
+7
*
bpf: offload: aggregate offloads per-device
Jakub Kicinski
2018-07-18
1
-0
/
+3
*
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2018-07-18
1
-1
/
+1
*
bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
2018-07-18
1
-1
/
+1
*
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
2018-06-26
1
-0
/
+8
*
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-0
/
+12
*
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
2018-06-03
1
-0
/
+1
*
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2018-05-24
1
-2
/
+4
*
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2018-05-24
1
-3
/
+13
*
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2018-05-23
1
-2
/
+2
*
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
2018-05-23
1
-0
/
+2
*
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-0
/
+8
*
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
1
-1
/
+1
*
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
2018-05-04
1
-0
/
+5
*
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-03
1
-0
/
+2
*
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
2018-05-03
1
-2
/
+0
*
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
1
-0
/
+25
*
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-25
1
-1
/
+3
|
\
|
*
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
2018-04-24
1
-1
/
+1
|
*
bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAY
Roman Gushchin
2018-04-23
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-24
1
-2
/
+2
|
\
|
|
*
bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog
Yonghong Song
2018-04-11
1
-2
/
+2
*
|
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
2018-04-19
1
-3
/
+17
|
/
*
bpf: Check attach type at prog load time
Andrey Ignatov
2018-03-31
1
-1
/
+4
*
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
2018-03-19
1
-0
/
+1
*
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2018-01-18
1
-0
/
+2
*
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
2018-01-18
1
-0
/
+2
*
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
1
-0
/
+59
*
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
2018-01-14
1
-2
/
+2
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-0
/
+1
*
bpf: add map_alloc_check callback
Jakub Kicinski
2018-01-14
1
-0
/
+1
*
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
2018-01-12
1
-11
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-11
1
-8
/
+18
|
\
[next]