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.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
2020-06-24
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
1
-20
/
+21
2020-06-16
bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
Andrii Nakryiko
1
-1
/
+1
2020-06-09
bpf: Devmap adjust uapi for attach bpf program
Jesper Dangaard Brouer
1
-0
/
+13
2020-06-02
bpf: Add csum_level helper for fixing up csum levels
Daniel Borkmann
1
-1
/
+42
2020-06-02
bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
Daniel Borkmann
1
-0
/
+8
2020-06-02
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
1
-0
/
+5
2020-06-02
xdp: Add xdp_txq_info to xdp_buff
David Ahern
1
-0
/
+2
2020-06-02
bpf: Add support to attach bpf program to a devmap entry
David Ahern
1
-0
/
+1
2020-06-02
bpf: Add rx_queue_mapping to bpf_sock
Amritha Nambiar
1
-0
/
+1
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
1
-1
/
+83
2020-06-02
bpf, sk_msg: Add get socket storage helpers
John Fastabend
1
-0
/
+2
2020-05-19
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
1
-0
/
+4
2020-05-15
xdp: Allow bpf_xdp_adjust_tail() to grow packet size
Jesper Dangaard Brouer
1
-2
/
+2
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-42
/
+131
2020-05-15
bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
Andrey Ignatov
1
-1
/
+35
2020-05-15
bpf: Support narrow loads from bpf_sock_addr.user_port
Andrey Ignatov
1
-1
/
+1
2020-05-11
bpf: Minor fixes to BPF helpers documentation
Quentin Monnet
1
-50
/
+59
2020-05-10
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
1
-1
/
+38
2020-05-10
bpf: Create anonymous bpf iterator
Yonghong Song
1
-0
/
+6
2020-05-10
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
1
-0
/
+1
2020-05-10
bpf: Allow loading of a bpf_iter program
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow any port in bpf_bind helper
Stanislav Fomichev
1
-4
/
+5
2020-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-05-04
uapi: revert flexible-array conversions
Gustavo A. R. Silva
1
-1
/
+1
2020-05-01
bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
Stanislav Fomichev
1
-2
/
+12
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+11
2020-04-29
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+28
2020-04-29
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+2
2020-04-29
bpf: Allocate ID for bpf_link
Andrii Nakryiko
1
-0
/
+1
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
1
-1
/
+12
2020-04-25
bpf: Fix reStructuredText markup
Jakub Wilk
1
-1
/
+1
2020-03-31
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
1
-0
/
+12
2020-03-31
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
1
-1
/
+9
2020-03-30
bpf: Add socket assign support
Joe Stringer
1
-1
/
+24
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
1
-0
/
+2
2020-03-28
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-1
/
+20
2020-03-28
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-1
/
+15
2020-03-13
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
1
-1
/
+25
2020-03-13
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
1
-1
/
+19
2020-03-05
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-0
/
+1
2020-03-04
bpf: Switch BPF UAPI #define constants used from BPF program side to enums
Andrii Nakryiko
1
-66
/
+109
2020-03-04
bpf: Add gso_size to __sk_buff
Willem de Bruijn
1
-0
/
+1
2020-02-28
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+24
2020-02-20
bpf: Add bpf_read_branch_records() helper
Daniel Xu
1
-1
/
+24
2020-02-18
bpf, uapi: Remove text about bpf_redirect_map() giving higher performance
Toke Høiland-Jørgensen
1
-9
/
+7
2020-01-23
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
1
-1
/
+8
2020-01-23
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-0
/
+1
2020-01-16
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-0
/
+1
2020-01-16
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+2
[next]