summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-26scripts/bpf: Switch to more portable python3 shebangScott Branden
2020-02-25virtio_net: Add XDP meta data supportYuya Kusakabe
2020-02-25virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe
2020-02-25selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko
2020-02-24selftests/bpf: Run SYN cookies with reuseport BPF test only for TCPJakub Sitnicki
2020-02-24selftests/bpf: Run reuseport tests only with supported socket typesJakub Sitnicki
2020-02-24Merge branch 'BPF_and_RT'Alexei Starovoitov
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner
2020-02-24bpf: Provide recursion prevention helpersThomas Gleixner
2020-02-24bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller
2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller
2020-02-24bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner
2020-02-24bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner
2020-02-21Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...Alexei Starovoitov
2020-02-21Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'David S. Miller
2020-02-21net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha
2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha
2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed
2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed
2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed
2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed
2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-21Merge branch 'bpf-sockmap-listen'Daniel Borkmann
2020-02-21selftests/bpf: Tests for sockmap/sockhash holding listening socketsJakub Sitnicki
2020-02-21selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASHJakub Sitnicki
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki
2020-02-21bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki
2020-02-21bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki
2020-02-21bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki