index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-26
scripts/bpf: Switch to more portable python3 shebang
Scott Branden
2020-02-25
virtio_net: Add XDP meta data support
Yuya Kusakabe
2020-02-25
virtio_net: Keep vnet header zeroed if XDP is loaded for small buffer
Yuya Kusakabe
2020-02-25
selftests/bpf: Print backtrace on SIGSEGV in test_progs
Andrii Nakryiko
2020-02-24
selftests/bpf: Run SYN cookies with reuseport BPF test only for TCP
Jakub Sitnicki
2020-02-24
selftests/bpf: Run reuseport tests only with supported socket types
Jakub Sitnicki
2020-02-24
Merge branch 'BPF_and_RT'
Alexei Starovoitov
2020-02-24
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
2020-02-24
bpf, lpm: Make locking RT friendly
Thomas Gleixner
2020-02-24
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
2020-02-24
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
2020-02-24
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
2020-02-24
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
2020-02-24
bpf: Provide recursion prevention helpers
Thomas Gleixner
2020-02-24
bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.
David Miller
2020-02-24
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
2020-02-24
bpf/tests: Use migrate disable instead of preempt disable
David Miller
2020-02-24
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
2020-02-24
bpf: Replace cant_sleep() with cant_migrate()
Thomas Gleixner
2020-02-24
bpf: Provide bpf_prog_run_pin_on_cpu() helper
Thomas Gleixner
2020-02-24
bpf: Dont iterate over possible CPUs with interrupts disabled
Thomas Gleixner
2020-02-24
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-02-24
perf/bpf: Remove preempt disable around BPF invocation
Thomas Gleixner
2020-02-24
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
Thomas Gleixner
2020-02-24
bpf: disable preemption for bpf progs attached to uprobe
Alexei Starovoitov
2020-02-24
bpf/trace: Remove EXPORT from trace_call_bpf()
Thomas Gleixner
2020-02-24
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
Thomas Gleixner
2020-02-24
bpf: Update locking comment in hashtab code
Thomas Gleixner
2020-02-24
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
2020-02-24
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
2020-02-21
Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...
Alexei Starovoitov
2020-02-21
Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'
David S. Miller
2020-02-21
net/mlx5: Add fsm_reactivate callback support
Eran Ben Elisha
2020-02-21
net/mlxfw: Add reactivate flow support to FSM burn flow
Eran Ben Elisha
2020-02-21
net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting
Saeed Mahameed
2020-02-21
net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c
Saeed Mahameed
2020-02-21
net/mlxfw: More error messages coverage
Saeed Mahameed
2020-02-21
net/mlxfw: Improve FSM err message reporting and return codes
Saeed Mahameed
2020-02-21
net/mlxfw: Generic mlx FW flash status notify
Saeed Mahameed
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
Merge branch 'bpf-sockmap-listen'
Daniel Borkmann
2020-02-21
selftests/bpf: Tests for sockmap/sockhash holding listening sockets
Jakub Sitnicki
2020-02-21
selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-02-21
net: Generate reuseport group ID on group creation
Jakub Sitnicki
2020-02-21
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-02-21
bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-02-21
bpf, sockmap: Return socket cookie on lookup from syscall
Jakub Sitnicki
2020-02-21
bpf, sockmap: Don't set up upcalls and progs for listening sockets
Jakub Sitnicki
2020-02-21
bpf, sockmap: Allow inserting listening TCP sockets into sockmap
Jakub Sitnicki
[next]