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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, x64: remove ld_abs/ld_ind
Daniel Borkmann
2018-05-03
3
-296
/
+5
*
bpf: add skb_load_bytes_relative helper
Daniel Borkmann
2018-05-03
2
-1
/
+77
*
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-03
5
-100
/
+262
*
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
2018-05-03
4
-225
/
+619
*
bpf: prefix cbpf internal helpers with bpf_
Daniel Borkmann
2018-05-03
1
-9
/
+9
*
Merge branch 'AF_XDP-initial-support'
Alexei Starovoitov
2018-05-03
36
-72
/
+3221
|
\
|
*
samples/bpf: sample application and documentation for AF_XDP sockets
Magnus Karlsson
2018-05-03
6
-0
/
+1317
|
*
xsk: statistics support
Magnus Karlsson
2018-05-03
3
-1
/
+56
|
*
xsk: support for Tx
Magnus Karlsson
2018-05-03
2
-4
/
+200
|
*
dev: packet: make packet_direct_xmit a common function
Magnus Karlsson
2018-05-03
3
-37
/
+44
|
*
xsk: add Tx queue setup and mmap support
Magnus Karlsson
2018-05-03
3
-2
/
+9
|
*
xsk: add umem completion queue support and mmap
Magnus Karlsson
2018-05-03
4
-2
/
+15
|
*
xsk: wire up XDP_SKB side of AF_XDP
Björn Töpel
2018-05-03
3
-20
/
+34
|
*
xsk: wire up XDP_DRV side of AF_XDP
Björn Töpel
2018-05-03
1
-3
/
+20
|
*
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
8
-2
/
+289
|
*
xsk: add Rx receive functions and poll support
Björn Töpel
2018-05-03
6
-5
/
+238
|
*
xsk: add support for bind for Rx
Magnus Karlsson
2018-05-03
7
-1
/
+150
|
*
xsk: add Rx queue setup and mmap support
Björn Töpel
2018-05-03
5
-12
/
+62
|
*
xsk: add umem fill queue support and mmap
Magnus Karlsson
2018-05-03
7
-2
/
+183
|
*
xsk: add user memory registration support sockopt
Björn Töpel
2018-05-03
8
-0
/
+596
|
*
net: initial AF_XDP skeleton
Björn Töpel
2018-05-03
7
-7
/
+34
|
/
*
bpf, x86_32: add eBPF JIT compiler for ia32
Wang YanQing
2018-05-03
5
-6
/
+2588
*
bpf: relax constraints on formatting for eBPF helper documentation
Quentin Monnet
2018-05-02
1
-7
/
+7
*
x86/bpf: Clean up non-standard comments, to make the code more readable
Ingo Molnar
2018-05-02
1
-100
/
+133
*
tools: bpftool: change time format for program 'loaded at:' information
Quentin Monnet
2018-05-01
1
-2
/
+6
*
tools, include: Grab a copy of linux/erspan.h
William Tu
2018-04-30
1
-0
/
+52
*
Merge branch 'bpf-formatting-fixes-helpers'
Daniel Borkmann
2018-04-30
2
-62
/
+62
|
\
|
*
bpf: update bpf.h uapi header for tools
Quentin Monnet
2018-04-30
1
-31
/
+31
|
*
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: remove tracepoints from bpf core
Alexei Starovoitov
2018-04-30
6
-392
/
+2
*
samples/bpf: fix kprobe attachment issue on x64
Yonghong Song
2018-04-29
1
-8
/
+26
*
bpf: Allow bpf_current_task_under_cgroup in interrupt
Teng Qin
2018-04-29
1
-2
/
+0
*
Merge branch 'fix-bpf-helpers-doc'
Alexei Starovoitov
2018-04-29
2
-12
/
+12
|
\
|
*
bpf: Sync bpf.h to tools/
Andrey Ignatov
2018-04-29
1
-6
/
+6
|
*
bpf: Fix helpers ctx struct types in uapi doc
Andrey Ignatov
2018-04-29
1
-6
/
+6
|
/
*
Merge branch 'bpf_get_stack'
Alexei Starovoitov
2018-04-29
27
-222
/
+927
|
\
|
*
tools/bpf: add a test for bpf_get_stack with tracepoint prog
Yonghong Song
2018-04-29
3
-11
/
+98
|
*
tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
Yonghong Song
2018-04-29
3
-12
/
+266
|
*
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
Yonghong Song
2018-04-29
1
-0
/
+45
|
*
samples/bpf: move common-purpose trace functions to selftests
Yonghong Song
2018-04-29
10
-175
/
+223
|
*
tools/bpf: add bpf_get_stack helper to tools headers
Yonghong Song
2018-04-29
2
-2
/
+42
|
*
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
2018-04-29
3
-1
/
+36
|
*
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
2018-04-29
1
-9
/
+2
|
*
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+27
|
*
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
7
-4
/
+183
|
*
bpf: change prototype for stack_map_get_build_id_offset
Yonghong Song
2018-04-29
1
-8
/
+5
|
/
*
bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON
Leo Yan
2018-04-27
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-26
31
-2071
/
+5360
|
\
|
*
samples, bpf: remove redundant ret assignment in bpf_load_program()
Wang Sheng-Hui
2018-04-27
1
-2
/
+0
[next]