index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: sk_msg program helper bpf_msg_push_data
John Fastabend
2018-10-20
1
-1
/
+19
*
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
2018-10-19
1
-0
/
+1
*
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-1
/
+28
*
bpf: fix doc of bpf_skb_adjust_room() in uapi
Nicolas Dichtel
2018-10-17
1
-1
/
+1
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
1
-1
/
+92
*
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
1
-0
/
+1
*
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2018-09-14
1
-0
/
+26
*
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
2018-08-13
1
-1
/
+20
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-1
/
+35
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-0
/
+1
*
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
1
-1
/
+20
*
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
1
-0
/
+6
*
bpf: Support bpf_get_socket_cookie in more prog types
Andrey Ignatov
2018-07-31
1
-0
/
+14
*
bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB
Andrey Ignatov
2018-07-15
1
-0
/
+3
*
bpf: fix documentation for eBPF helpers
Quentin Monnet
2018-07-12
1
-4
/
+2
*
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
2018-06-29
1
-5
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
1
-27
/
+109
|
\
|
*
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
2018-06-03
1
-1
/
+1
|
*
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
2018-06-03
1
-1
/
+7
|
*
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2018-06-03
1
-1
/
+2
|
*
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2018-06-03
1
-1
/
+18
|
*
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
2018-05-30
1
-1
/
+52
|
*
bpf: Drop mpls from bpf_fib_lookup
David Ahern
2018-05-29
1
-13
/
+13
|
*
bpf: clean up eBPF helpers documentation
Quentin Monnet
2018-05-29
1
-11
/
+10
|
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
1
-0
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: fix uapi hole for 32 bit compat applications
Daniel Borkmann
2018-06-01
1
-0
/
+2
*
|
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
2018-05-24
1
-0
/
+26
*
|
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
2018-05-24
1
-0
/
+1
*
|
bpf: Add IPv6 Segment Routing helpers
Mathieu Xhonneux
2018-05-24
1
-1
/
+95
*
|
bpf: get JITed image lengths of functions via syscall
Sandipan Das
2018-05-24
1
-0
/
+2
*
|
bpf: get kernel symbol addresses via syscall
Sandipan Das
2018-05-24
1
-0
/
+2
*
|
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2018-05-23
1
-4
/
+4
*
|
bpf: allow sk_msg programs to read sock fields
John Fastabend
2018-05-18
1
-0
/
+8
*
|
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-2
/
+52
*
|
bpf: Provide helper to do forwarding lookups in kernel FIB table
David Ahern
2018-05-11
1
-1
/
+80
*
|
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
1
-0
/
+6
*
|
bpf: btf: Introduce BTF ID
Martin KaFai Lau
2018-05-09
1
-0
/
+5
*
|
bpf: add skb_load_bytes_relative helper
Daniel Borkmann
2018-05-03
1
-1
/
+32
*
|
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
1
-0
/
+1
*
|
bpf: fix formatting for bpf_get_stack() helper doc
Quentin Monnet
2018-04-30
1
-27
/
+27
*
|
bpf: fix formatting for bpf_perf_event_read() helper doc
Quentin Monnet
2018-04-30
1
-4
/
+4
*
|
bpf: Fix helpers ctx struct types in uapi doc
Andrey Ignatov
2018-04-29
1
-6
/
+6
*
|
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-2
/
+40
*
|
bpf: add documentation for eBPF helpers (65-66)
Quentin Monnet
2018-04-27
1
-0
/
+30
*
|
bpf: add documentation for eBPF helpers (58-64)
Quentin Monnet
2018-04-27
1
-0
/
+147
*
|
bpf: add documentation for eBPF helpers (51-57)
Quentin Monnet
2018-04-27
1
-0
/
+180
*
|
bpf: add documentation for eBPF helpers (42-50)
Quentin Monnet
2018-04-27
1
-0
/
+172
*
|
bpf: add documentation for eBPF helpers (33-41)
Quentin Monnet
2018-04-27
1
-0
/
+164
*
|
bpf: add documentation for eBPF helpers (23-32)
Quentin Monnet
2018-04-27
1
-0
/
+197
[next]