index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
2020-02-28
4
-2
/
+82
*
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
2020-02-28
5
-6
/
+346
*
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
2020-02-28
8
-64
/
+98
*
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
2020-02-28
7
-113
/
+73
*
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
6
-6
/
+6
*
Merge branch 'bpf-bpftool-probes'
Daniel Borkmann
2020-02-26
7
-123
/
+373
|
\
|
*
selftests/bpf: Add test for "bpftool feature" command
Michal Rostecki
2020-02-26
4
-2
/
+189
|
*
bpftool: Update bash completion for "bpftool feature" command
Michal Rostecki
2020-02-26
1
-1
/
+2
|
*
bpftool: Update documentation of "bpftool feature" command
Michal Rostecki
2020-02-26
1
-9
/
+10
|
*
bpftool: Make probes which emit dmesg warnings optional
Michal Rostecki
2020-02-26
1
-21
/
+49
|
*
bpftool: Move out sections to separate functions
Michal Rostecki
2020-02-26
1
-93
/
+126
|
/
*
bpftool: Support struct_ops, tracing, ext prog types
Andrey Ignatov
2020-02-26
4
-4
/
+9
*
scripts/bpf: Switch to more portable python3 shebang
Scott Branden
2020-02-26
1
-1
/
+1
*
virtio_net: Add XDP meta data support
Yuya Kusakabe
2020-02-25
1
-20
/
+32
*
virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer
Yuya Kusakabe
2020-02-25
1
-2
/
+2
*
selftests/bpf: Print backtrace on SIGSEGV in test_progs
Andrii Nakryiko
2020-02-25
2
-1
/
+26
*
selftests/bpf: Run SYN cookies with reuseport BPF test only for TCP
Jakub Sitnicki
2020-02-25
1
-8
/
+9
*
selftests/bpf: Run reuseport tests only with supported socket types
Jakub Sitnicki
2020-02-25
1
-7
/
+6
*
Merge branch 'BPF_and_RT'
Alexei Starovoitov
2020-02-25
18
-142
/
+283
|
\
|
*
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
2020-02-25
1
-3
/
+15
|
*
bpf, lpm: Make locking RT friendly
Thomas Gleixner
2020-02-25
1
-6
/
+6
|
*
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
2020-02-25
1
-9
/
+56
|
*
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
2020-02-25
1
-23
/
+46
|
*
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
2020-02-25
1
-19
/
+8
|
*
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
2020-02-25
1
-8
/
+4
|
*
bpf: Provide recursion prevention helpers
Thomas Gleixner
2020-02-25
1
-0
/
+30
|
*
bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.
David Miller
2020-02-25
2
-6
/
+7
|
*
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
2020-02-25
1
-4
/
+5
|
*
bpf/tests: Use migrate disable instead of preempt disable
David Miller
2020-02-25
2
-6
/
+6
|
*
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
2020-02-25
5
-18
/
+6
|
*
bpf: Replace cant_sleep() with cant_migrate()
Thomas Gleixner
2020-02-25
1
-1
/
+1
|
*
bpf: Provide bpf_prog_run_pin_on_cpu() helper
Thomas Gleixner
2020-02-25
1
-2
/
+24
|
*
bpf: Dont iterate over possible CPUs with interrupts disabled
Thomas Gleixner
2020-02-25
1
-10
/
+10
|
*
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-02-25
1
-8
/
+0
|
*
perf/bpf: Remove preempt disable around BPF invocation
Thomas Gleixner
2020-02-25
1
-2
/
+0
|
*
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
Thomas Gleixner
2020-02-25
1
-2
/
+1
|
*
bpf: disable preemption for bpf progs attached to uprobe
Alexei Starovoitov
2020-02-25
1
-2
/
+9
|
*
bpf/trace: Remove EXPORT from trace_call_bpf()
Thomas Gleixner
2020-02-25
1
-1
/
+0
|
*
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
Thomas Gleixner
2020-02-25
1
-2
/
+1
|
*
bpf: Update locking comment in hashtab code
Thomas Gleixner
2020-02-25
1
-4
/
+20
|
*
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
2020-02-25
1
-4
/
+9
|
*
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
2020-02-25
1
-11
/
+28
|
/
*
Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...
Alexei Starovoitov
2020-02-22
2
-0
/
+37
|
\
|
*
sched: Provide cant_migrate()
Thomas Gleixner
2020-02-20
1
-0
/
+7
|
*
sched/rt: Provide migrate_disable/enable() inlines
Thomas Gleixner
2020-02-20
1
-0
/
+30
*
|
Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'
David S. Miller
2020-02-22
5
-96
/
+308
|
\
\
|
*
|
net/mlx5: Add fsm_reactivate callback support
Eran Ben Elisha
2020-02-22
1
-0
/
+39
|
*
|
net/mlxfw: Add reactivate flow support to FSM burn flow
Eran Ben Elisha
2020-02-22
2
-4
/
+119
|
*
|
net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting
Saeed Mahameed
2020-02-22
1
-21
/
+24
|
*
|
net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c
Saeed Mahameed
2020-02-22
2
-38
/
+54
[next]