index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: enable program stats
Alexei Starovoitov
2019-02-27
1
-0
/
+9
*
bpf: offload: add priv field for drivers
Jakub Kicinski
2019-02-12
1
-1
/
+2
*
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
2019-02-10
1
-0
/
+30
*
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
2019-02-10
1
-0
/
+12
*
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
2019-02-01
1
-0
/
+2
*
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-02-01
1
-3
/
+34
*
bpf: add BPF_PROG_TEST_RUN support for flow dissector
Stanislav Fomichev
2019-01-29
1
-0
/
+3
*
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-23
1
-0
/
+7
*
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-12
1
-0
/
+3
*
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-09
1
-0
/
+21
*
bpf: btf: support proper non-jit func info
Yonghong Song
2018-11-26
1
-2
/
+4
*
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
1
-1
/
+4
*
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-10
1
-2
/
+2
*
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
1
-1
/
+1
*
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
1
-0
/
+1
*
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
1
-0
/
+1
*
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-10
1
-1
/
+1
*
bpf: call verify_insn from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-10
1
-0
/
+1
*
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-11-10
1
-1
/
+2
*
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
2018-11-09
1
-0
/
+1
*
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
[next]