summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2023-03-07net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-03-07net: phy: improve phy_read_poll_timeoutHeiner Kallweit
2023-03-07Merge branch 'libbpf: usdt arm arg parsing support'Andrii Nakryiko
2023-03-07libbpf: USDT arm arg parsing supportPuranjay Mohan
2023-03-07libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan
2023-03-07libbpf: Fix theoretical u32 underflow in find_cd() functionDaniel Müller
2023-03-07Merge branch 'bpf: bpf memory usage'Alexei Starovoitov
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao
2023-03-07bpf: offload map memory usageYafang Shao
2023-03-07bpf, net: xskmap memory usageYafang Shao
2023-03-07bpf, net: sock_map memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-07bpf: local_storage memory usageYafang Shao
2023-03-07bpf: bpf_struct_ops memory usageYafang Shao
2023-03-07bpf: queue_stack_maps memory usageYafang Shao
2023-03-07bpf: devmap memory usageYafang Shao
2023-03-07bpf: cpumap memory usageYafang Shao
2023-03-07bpf: bloom_filter memory usageYafang Shao
2023-03-07bpf: ringbuf memory usageYafang Shao
2023-03-07bpf: reuseport_array memory usageYafang Shao
2023-03-07bpf: stackmap memory usageYafang Shao
2023-03-07bpf: arraymap memory usageYafang Shao
2023-03-07bpf: hashtab memory usageYafang Shao
2023-03-07bpf: lpm_trie memory usageYafang Shao
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06Merge branch 'libbpf: allow users to set kprobe/uprobe attach mode'Andrii Nakryiko
2023-03-06selftests/bpf: Add test for legacy/perf kprobe/uprobe attach modeMenglong Dong
2023-03-06selftests/bpf: Split test_attach_probe into multi subtestsMenglong Dong
2023-03-06libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong
2023-03-06tools/resolve_btfids: Add /libsubcmd to .gitignoreRong Tao
2023-03-04bpf: add support for fixed-size memory pointer returns for kfuncsAndrii Nakryiko
2023-03-04bpf: generalize dynptr_get_spi to be usable for itersAndrii Nakryiko
2023-03-04bpf: mark PTR_TO_MEM as non-null register typeAndrii Nakryiko
2023-03-04bpf: move kfunc_call_arg_meta higher in the fileAndrii Nakryiko
2023-03-04bpf: ensure that r0 is marked scratched after any function callAndrii Nakryiko
2023-03-04bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helperAndrii Nakryiko
2023-03-04bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko
2023-03-04selftests/bpf: adjust log_fixup's buffer size for proper truncationAndrii Nakryiko
2023-03-04bpf: honor env->test_state_freq flag in is_state_visited()Andrii Nakryiko
2023-03-04selftests/bpf: enhance align selftest's expected log matchingAndrii Nakryiko
2023-03-04bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}Andrii Nakryiko
2023-03-04bpf: improve stack slot state printingAndrii Nakryiko
2023-03-03Merge branch 'bpf: allow ctx writes using BPF_ST_MEM instruction'Alexei Starovoitov
2023-03-03selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()Eduard Zingerman
2023-03-03selftests/bpf: test if pointer type is tracked for BPF_ST_MEMEduard Zingerman
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman