summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski2023-07-134-4/+7
* net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski2023-07-133-6/+7
* net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski2023-07-133-3/+4
* net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski2023-07-133-5/+8
* net: stmmac: replace the tso_en field with a flagBartosz Golaszewski2023-07-138-11/+13
* net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski2023-07-133-4/+4
* net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski2023-07-134-4/+7
* net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski2023-07-134-4/+5
* net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski2023-07-133-3/+7
* nfp: prevent dropped counter increment during probeZiyang Chen2023-07-132-7/+48
* Merge branch 'selftests-mptcp-join-pass-args-in-new-env-vars'Jakub Kicinski2023-07-131-120/+151
|\
| * selftests: mptcp: add speed env varGeliang Tang2023-07-131-105/+125
| * selftests: mptcp: add fullmesh env varGeliang Tang2023-07-131-7/+9
| * selftests: mptcp: add fastclose env varGeliang Tang2023-07-131-9/+12
| * selftests: mptcp: set all env vars as local onesGeliang Tang2023-07-131-6/+12
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-13106-619/+4444
|\
| * selftests/bpf: Add selftest for PTR_UNTRUSTEDYafang Shao2023-07-132-0/+65
| * bpf: Fix an error in verifying a field in a unionYafang Shao2023-07-131-1/+1
| * selftests/bpf: Add selftests for nested_trustYafang Shao2023-07-132-0/+31
| * bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2023-07-132-11/+14
| * Merge branch 'bpf-x86-allow-function-arguments-up-to-12-for-tracing'Alexei Starovoitov2023-07-1314-59/+548
| |\
| | * selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong2023-07-1313-16/+345
| | * bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong2023-07-131-26/+209
| | * bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong2023-07-131-29/+6
| |/
| * bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2023-07-122-2/+2
| * Merge branch 'bpf-mem-cache-free-rcu'Daniel Borkmann2023-07-127-109/+298
| |\
| | * bpf: Add object leak check.Hou Tao2023-07-121-0/+35
| | * bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov2023-07-121-14/+6
| | * bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov2023-07-122-3/+128
| | * selftests/bpf: Improve test coverage of bpf_mem_alloc.Alexei Starovoitov2023-07-121-1/+1
| | * rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2023-07-123-2/+3
| | * bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov2023-07-121-6/+10
| | * bpf: Add a hint to allocated objects.Alexei Starovoitov2023-07-121-19/+31
| | * bpf: Change bpf_mem_cache draining process.Alexei Starovoitov2023-07-121-9/+9
| | * bpf: Further refactor alloc_bulk().Alexei Starovoitov2023-07-121-12/+18
| | * bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov2023-07-121-12/+18
| | * bpf: Refactor alloc_bulk().Alexei Starovoitov2023-07-121-20/+26
| | * bpf: Let free_all() return the number of freed elements.Alexei Starovoitov2023-07-121-2/+6
| | * bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov2023-07-121-5/+2
| | * bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov2023-07-121-28/+29
| |/
| * selftests/bpf: extend existing map resize tests for per-cpu use caseAndrii Nakryiko2023-07-122-5/+17
| * bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko2023-07-121-11/+26
| * Merge branch 'bpf: Support ->fill_link_info for kprobe_multi and perf_event l...Alexei Starovoitov2023-07-1110-34/+734
| |\
| | * bpftool: Show perf link infoYafang Shao2023-07-111-1/+246
| | * bpftool: Add perf event namesYafang Shao2023-07-111-0/+67
| | * bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-114-3/+223
| | * bpf: Add a common helper bpf_copy_to_user()Yafang Shao2023-07-111-14/+20
| | * bpf: Expose symbol's respective addressYafang Shao2023-07-111-12/+4
| | * bpf: Clear the probe_addr for uprobeYafang Shao2023-07-113-3/+5
| | * bpf: Protect probed address based on kptr_restrict settingYafang Shao2023-07-111-1/+4