index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
bpf: add documentation for eBPF helpers (12-22)
Quentin Monnet
1
-0
/
+254
2018-04-27
bpf: add documentation for eBPF helpers (01-11)
Quentin Monnet
1
-0
/
+230
2018-04-27
bpf: add script and prepare bpf.h for new helpers documentation
Quentin Monnet
1
-406
/
+16
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
1
-0
/
+1
2018-04-24
bpf: add helper for getting xfrm states
Eyal Birger
1
-1
/
+24
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
1
-0
/
+3
2018-04-19
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
1
-0
/
+9
2018-04-19
bpf: adding bpf_xdp_adjust_tail helper
Nikita V. Shirokov
1
-1
/
+9
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
1
-0
/
+11
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
1
-1
/
+11
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+23
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-0
/
+5
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
1
-0
/
+11
2018-03-19
bpf: sk_msg program helper bpf_sk_msg_pull_data
John Fastabend
1
-1
/
+2
2018-03-19
bpf: sockmap, add msg_cork_bytes() helper
John Fastabend
1
-1
/
+2
2018-03-19
bpf: sockmap, add bpf_msg_apply_bytes() helper
John Fastabend
1
-1
/
+2
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-1
/
+21
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
1
-0
/
+22
2018-03-05
gre: add sequence number for collect md mode.
William Tu
1
-0
/
+1
2018-01-26
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
1
-1
/
+28
2018-01-26
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
1
-1
/
+8
2018-01-26
bpf: Add support for reading sk_state and more
Lawrence Brakmo
1
-0
/
+22
2018-01-26
bpf: Add sock_ops RTO callback
Lawrence Brakmo
1
-1
/
+7
2018-01-26
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
1
-1
/
+16
2018-01-26
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
1
-2
/
+3
2018-01-19
bpf: offload: report device information about offloaded maps
Jakub Kicinski
1
-0
/
+3
2018-01-19
bpf: add comments to BPF ld/ldx sizes
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+1
2018-01-13
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-06
bpf: finally expose xdp_rxq_info to XDP bpf-programs
Jesper Dangaard Brouer
1
-0
/
+3
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+3
2017-12-19
bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
Yonghong Song
1
-1
/
+2
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
1
-0
/
+6
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+6
2017-12-05
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
1
-0
/
+6
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
1
-6
/
+0
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
1
-1
/
+1
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
1
-6
/
+1
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+6
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
1
-0
/
+15
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
1
-0
/
+6
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-0
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with a license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-1
/
+0
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-3
/
+3
2017-10-22
bpf: Adding helper function bpf_getsockops
Lawrence Brakmo
1
-4
/
+15
[prev]
[next]