summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02Merge branch 'fixes for bpf_prog_pack'Alexei Starovoitov
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu
2022-03-02x86: Disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86Song Liu
2022-03-02bpf, test_run: Fix overflow in XDP frags bpf_test_finishStanislav Fomichev
2022-03-01selftests/bpf: Update btf_dump case for conflicting namesXu Kuohai
2022-03-01libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai
2022-03-01bpf: Add some description about BPF_JIT_ALWAYS_ON in KconfigTiezhu Yang
2022-02-28bpf, docs: Add a missing colon in verifier.rstWan Jiabing
2022-02-28bpf: Cache the last valid build_idHao Luo
2022-02-28libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel
2022-02-28bpf, selftests: Use raw_tp program for atomic testHou Tao
2022-02-28bpf, arm64: Support more atomic operationsHou Tao
2022-02-28Merge branch 'for-next/insn' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Daniel Borkmann
2022-02-28bpftool: Remove redundant slashesYuntao Wang
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien
2022-02-28bpf, arm64: Feed byte-offset into bpf line infoHou Tao
2022-02-28bpf, arm64: Call build_prologue() first in first JIT passHou Tao
2022-02-25bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun
2022-02-23bpftool: Bpf skeletons assert type sizesDelyan Kratunov
2022-02-23bpf: Cleanup commentsTom Rix
2022-02-23libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez
2022-02-22scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading.Kui-Feng Lee
2022-02-22arm64: insn: add encoders for atomic operationsHou Tao
2022-02-22arm64: move AARCH64_BREAK_FAULT into insn-def.hHou Tao
2022-02-22libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang
2022-02-21selftests/bpf: Add test for reg2btf_ids out of bounds accessKumar Kartikeya Dwivedi
2022-02-20selftests/bpf: Fix btfgen testsAndrii Nakryiko
2022-02-19bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)
2022-02-19selftests/bpf: Fix a clang deprecated-declarations compilation errorYonghong Song
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet
2022-02-18net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji
2022-02-18Merge branch 'qca8k-phylink'David S. Miller
2022-02-18net: dsa: qca8k: mark as non-legacyRussell King (Oracle)
2022-02-18net: dsa: qca8k: move pcs configurationRussell King (Oracle)
2022-02-18net: dsa: qca8k: convert to use phylink_pcsRussell King (Oracle)
2022-02-18net: dsa: qca8k: move qca8k_phylink_mac_link_state()Russell King (Oracle)
2022-02-18net: dsa: qca8k: move qca8k_setup()Russell King (Oracle)
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman
2022-02-17s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean
2022-02-17net: add sanity check in proto_register()Eric Dumazet
2022-02-17net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET
2022-02-17net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET
2022-02-17Merge branch 'mptcp-selftest-fine-tuning-and-cleanup'Jakub Kicinski
2022-02-17selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang