index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-04-30
bpf: Fix inaccurate helper function description
Chenbo Feng
2017-04-21
bpf: add napi_id read access to __sk_buff
Daniel Borkmann
2017-04-09
bpf: fix comment typo
Alexander Alemayhu
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
2017-03-23
Add a eBPF helper function to retrieve socket uid
Chenbo Feng
2017-03-23
Add a helper function to get socket cookie in eBPF
Chenbo Feng
2017-03-22
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
bpf: Add array of maps support
Martin KaFai Lau
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-12
bpf: introduce BPF_F_ALLOW_OVERRIDE flag
Alexei Starovoitov
2017-01-24
bpf: allow option for setting bpf_l4_csum_replace from scratch
Daniel Borkmann
2017-01-23
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-20
bpf: add bpf_probe_read_str helper
Gianluca Borello
2016-12-08
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
2016-12-02
bpf: Add support for reading socket family, type, protocol
David Ahern
2016-12-02
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
2016-12-02
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
2016-11-25
bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands
Daniel Mack
2016-11-25
bpf: add new prog type for cgroup socket filtering
Daniel Mack
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2016-10-29
bpf: Print function name in addition to function id
Thomas Graf
2016-10-22
bpf: add helper for retrieving current numa node id
Daniel Borkmann
2016-09-23
bpf: add helper to invalidate hash
Daniel Borkmann
2016-09-20
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2016-09-02
bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type
Alexei Starovoitov
2016-08-18
bpf: add bpf_skb_change_tail helper
Daniel Borkmann
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-12
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
2016-08-12
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2016-07-25
bpf: Add bpf_probe_write_user BPF helper to be called in tracers
Sargun Dhillon
2016-07-19
bpf: add XDP_TX xdp_action for direct forwarding
Brenden Blanco
2016-07-19
bpf: add XDP prog type for early driver filter
Brenden Blanco
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2016-07-09
bpf: introduce bpf_get_current_task() helper
Alexei Starovoitov
2016-07-04
bpf: add bpf_get_hash_recalc helper
Daniel Borkmann
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
2016-06-30
bpf: add bpf_skb_change_type helper
Daniel Borkmann
2016-06-30
bpf: add bpf_skb_change_proto helper
Daniel Borkmann
2016-06-30
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read
Daniel Borkmann
2016-05-06
bpf: direct packet access
Alexei Starovoitov
2016-04-19
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output
Daniel Borkmann
2016-04-07
perf, bpf: allow bpf programs attach to tracepoints
Alexei Starovoitov
2016-03-30
bpf: make padding in bpf_tunnel_key explicit
Daniel Borkmann
2016-03-11
bpf: support flow label for bpf_skb_{set, get}_tunnel_key
Daniel Borkmann
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
2016-03-08
bpf: support for access to tunnel options
Daniel Borkmann
2016-03-08
bpf: allow to propagate df in bpf_skb_set_tunnel_key
Daniel Borkmann
[next]