summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau7-113/+73
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva6-6/+6
2020-02-26Merge branch 'bpf-bpftool-probes'Daniel Borkmann7-123/+373
2020-02-26selftests/bpf: Add test for "bpftool feature" commandMichal Rostecki4-2/+189
2020-02-26bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki1-1/+2
2020-02-26bpftool: Update documentation of "bpftool feature" commandMichal Rostecki1-9/+10
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki1-21/+49
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki1-93/+126
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov4-4/+9
2020-02-26scripts/bpf: Switch to more portable python3 shebangScott Branden1-1/+1
2020-02-25virtio_net: Add XDP meta data supportYuya Kusakabe1-20/+32
2020-02-25virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe1-2/+2
2020-02-25selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko2-1/+26
2020-02-24selftests/bpf: Run SYN cookies with reuseport BPF test only for TCPJakub Sitnicki1-8/+9
2020-02-24selftests/bpf: Run reuseport tests only with supported socket typesJakub Sitnicki1-7/+6
2020-02-24Merge branch 'BPF_and_RT'Alexei Starovoitov18-142/+283
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller1-3/+15
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner1-6/+6
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-24bpf: Provide recursion prevention helpersThomas Gleixner1-0/+30
2020-02-24bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2-6/+7
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller2-6/+6
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller5-18/+6
2020-02-24bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner1-1/+1
2020-02-24bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner1-2/+24
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner1-10/+10
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner1-2/+0
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner1-2/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov1-2/+9
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner1-1/+0
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner1-2/+1
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-21Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...Alexei Starovoitov2-0/+37
2020-02-21Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'David S. Miller5-96/+308
2020-02-21net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha1-0/+39
2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha2-4/+119
2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed1-21/+24
2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed2-38/+54
2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed1-9/+26
2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed1-29/+65
2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed5-30/+16
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller33-161/+2433
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller511-7704/+9346