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.14.y
linux-6.15.y
linux-6.16.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-11-01
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
1
-2
/
+2
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+12
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
1
-0
/
+3
2019-08-21
bpf: clarify when bpf_trace_printk discards lines
Peter Wu
1
-0
/
+2
2019-08-21
bpf: fix 'struct pt_reg' typo in documentation
Peter Wu
1
-3
/
+3
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
1
-0
/
+1
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-08-18
bpf: support cloning sk storage on accept()
Stanislav Fomichev
1
-0
/
+3
2019-08-09
sock: make cookie generation global instead of per netns
Daniel Borkmann
1
-2
/
+2
2019-07-31
bpf: add bpf_tcp_gen_syncookie helper
Petar Penkov
1
-1
/
+29
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
1
-0
/
+1
2019-07-26
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
1
-0
/
+1
2019-07-26
bpf/flow_dissector: pass input flags to BPF flow dissector program
Stanislav Fomichev
1
-0
/
+5
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2019-07-16
bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
Stanislav Fomichev
1
-2
/
+2
2019-07-15
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+74
2019-07-09
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-07-08
bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
Stanislav Fomichev
1
-3
/
+3
2019-07-03
bpf: add icsk_retransmits to bpf_tcp_sock
Stanislav Fomichev
1
-0
/
+1
2019-07-03
bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock
Stanislav Fomichev
1
-0
/
+5
2019-07-03
bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
Stanislav Fomichev
1
-1
/
+5
2019-06-29
bpf: fix uapi bpf_prog_info fields alignment
Baruch Siach
1
-0
/
+1
2019-06-29
bpf_xdp_redirect_map: Perform map lookup in eBPF helper
Toke Høiland-Jørgensen
1
-2
/
+5
2019-06-28
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+14
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+6
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2019-06-15
bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog type
Stanislav Fomichev
1
-0
/
+1
2019-06-15
bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
Stanislav Fomichev
1
-0
/
+1
2019-06-14
docs: cgroup-v1: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-13
bpf: simplify definition of BPF_FIB_LOOKUP related flags
Martynas Pumputis
1
-2
/
+2
2019-06-11
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
1
-0
/
+4
2019-06-07
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-0
/
+2
2019-05-25
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
Jiong Wang
1
-0
/
+18
2019-05-25
bpf: implement bpf_send_signal() helper
Yonghong Song
1
-1
/
+16
2019-05-13
bpf: fix minor issues in documentation for BPF helpers.
Quentin Monnet
1
-49
/
+54
2019-05-13
bpf: fix recurring typo in documentation for BPF helpers
Quentin Monnet
1
-19
/
+19
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
1
-1
/
+43
2019-04-27
bpf: add writable context for raw tracepoints
Matt Mullins
1
-0
/
+1
2019-04-17
bpf: allow clearing all sock_ops callback flags
Viet Hoang Tran
1
-1
/
+8
2019-04-16
bpf: fix whitespace for ENCAP_L2 defines in bpf.h
Alan Maguire
1
-3
/
+3
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
1
-1
/
+50
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
1
-0
/
+3
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
1
-1
/
+37
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
1
-1
/
+21
2019-04-12
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
1
-1
/
+21
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
1
-0
/
+9
2019-04-11
bpf: add layer 2 encap support to bpf_skb_adjust_room
Alan Maguire
1
-0
/
+10
2019-04-11
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+7
[next]