summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-22mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_devic...Jiri Pirko
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski
2022-07-22Merge branch 'sfc-E100-VF-respresenters'David S. Miller
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree
2022-07-22sfc: hook up ef100 representor TXEdward Cree
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree
2022-07-22sfc: update EF100 register descriptionsEdward Cree
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady
2022-07-22net: marvell: prestera: use netif_is_any_bridge_port instead of open codeJuhee Kang
2022-07-22mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang
2022-07-21Merge branch 'New nf_conntrack kfuncs for insertion, changing timeout, status'Alexei Starovoitov
2022-07-21selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi
2022-07-21selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi
2022-07-21bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi
2022-07-21bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi
2022-07-21net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park
2022-07-21selftests: tls: add a test for timeo vs lockJakub Kicinski
2022-07-21tls: rx: release the sock lock on locking timeoutJakub Kicinski
2022-07-21Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-07-21net: ipa: fix buildPaolo Abeni
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra