summaryrefslogtreecommitdiffstats
path: root/lib/sg_split.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-25selftests/bpf: Run SYN cookies with reuseport BPF test only for TCPJakub Sitnicki1-8/+9
2020-02-25selftests/bpf: Run reuseport tests only with supported socket typesJakub Sitnicki1-7/+6
2020-02-25bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller1-3/+15
2020-02-25bpf, lpm: Make locking RT friendlyThomas Gleixner1-6/+6
2020-02-25bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-25bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-25bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-02-25bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-25bpf: Provide recursion prevention helpersThomas Gleixner1-0/+30
2020-02-25bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2-6/+7
2020-02-25bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-02-25bpf/tests: Use migrate disable instead of preempt disableDavid Miller2-6/+6
2020-02-25bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller5-18/+6
2020-02-25bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner1-1/+1
2020-02-25bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner1-2/+24
2020-02-25bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner1-10/+10
2020-02-25bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-25perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner1-2/+0
2020-02-25bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner1-2/+1
2020-02-25bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov1-2/+9
2020-02-25bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner1-1/+0
2020-02-25bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner1-2/+1
2020-02-25bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-25bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-25bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-22net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha1-0/+39
2020-02-22net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha2-4/+119
2020-02-22net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed1-21/+24
2020-02-22net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed2-38/+54
2020-02-22net/mlxfw: More error messages coverageSaeed Mahameed1-9/+26
2020-02-22net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed1-29/+65
2020-02-22net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed5-30/+16
2020-02-21selftests/bpf: Tests for sockmap/sockhash holding listening socketsJakub Sitnicki2-0/+1594
2020-02-21selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASHJakub Sitnicki1-10/+53
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki4-47/+22
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2-8/+17
2020-02-21bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki1-2/+7
2020-02-21bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki1-4/+53
2020-02-21bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki1-7/+45
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki2-20/+45
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki3-0/+23
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki3-3/+42