summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'mlx5-updates-2020-03-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-03-1310-386/+266
|\
| * net/mlx5: DR, Remove unneeded functions decelerationAlex Vesker2020-03-131-101/+0
| * net/mlx5: DR, Add support for flow table id destination actionAlex Vesker2020-03-133-0/+33
| * net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit2020-03-131-9/+7
| * net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit2020-03-131-0/+1
| * net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit2020-03-131-1/+3
| * net/mlx5: Accept flow rules without matchMark Bloch2020-03-136-31/+14
| * net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang2020-03-131-19/+5
| * net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang2020-03-133-82/+46
| * net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang2020-03-133-108/+111
| * net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang2020-03-131-48/+53
| * net/mlx5: E-Switch, Prepare for vport enable/disable refactorBodong Wang2020-03-131-11/+15
| * net/mlx5: E-Switch, Remove redundant warning when QoS enable failedBodong Wang2020-03-131-3/+1
| * net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy modeBodong Wang2020-03-131-4/+10
| * net/mlx5: E-Switch, Remove redundant check of eswitch manager capBodong Wang2020-03-131-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-13107-1700/+5771
|\ \
| * \ Merge branch 'bpf-core-fixes'Daniel Borkmann2020-03-137-10/+249
| |\ \
| | * | selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko2020-03-133-1/+133
| | * | libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko2020-03-131-0/+103
| | * | libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko2020-03-131-0/+4
| | * | selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-132-9/+9
| |/ /
| * | selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki2020-03-131-19/+58
| * | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-133-4/+4
| * | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
| * | bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira2020-03-131-0/+1
| * | selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
| * | Merge branch 'generalize-bpf-ksym'Alexei Starovoitov2020-03-139-169/+151
| |\ \
| | * | bpf: Remove bpf_image treeJiri Olsa2020-03-134-84/+13
| | * | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-132-7/+13
| | * | bpf: Add trampolines to kallsymsJiri Olsa2020-03-132-0/+31
| | * | bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-132-14/+22
| | * | bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-132-11/+12
| | * | bpf: Add bpf_ksym_find functionJiri Olsa2020-03-131-7/+15
| | * | bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-132-15/+11
| | * | bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-132-12/+12
| | * | bpf: Add name to struct bpf_ksymJiri Olsa2020-03-134-14/+12
| | * | bpf: Add struct bpf_ksymJiri Olsa2020-03-132-16/+18
| | * | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-133-18/+17
| | * | x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa2020-03-131-5/+9
| |/ /
| * | bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-132-8/+11
| * | selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
| * | selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
| * | tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-134-11/+35
| * | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-127-4/+148
| * | Merge branch 'bpf_get_ns_current_pid_tgid'Alexei Starovoitov2020-03-1214-3/+391
| |\ \
| | * | tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-125-1/+287
| | * | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-127-2/+88
| | * | fs/nsfs.c: Added ns_matchCarlos Neira2020-03-122-0/+16
| |/ /
| * | tools: bpftool: Fix minor bash completion mistakesQuentin Monnet2020-03-131-8/+21
| * | tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-134-32/+7