summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski88-860/+3458
2022-07-23Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-1/+1
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov1-1/+1
2022-07-23mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_devic...Jiri Pirko1-2/+2
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu1-54/+17
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu2-17/+149
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa2-4/+14
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2-26/+254
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2-24/+67
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou1-3/+3
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi1-2/+2
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski63-11/+183
2022-07-22Merge branch 'sfc-E100-VF-respresenters'David S. Miller23-53/+687
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree5-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree3-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree7-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree5-1/+96
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree2-2/+39
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree1-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree8-11/+196
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree4-0/+55
2022-07-22sfc: update EF100 register descriptionsEdward Cree1-23/+60
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady3-16/+81
2022-07-22net: marvell: prestera: use netif_is_any_bridge_port instead of open codeJuhee Kang1-2/+2
2022-07-22mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang1-3/+1
2022-07-22Merge branch 'New nf_conntrack kfuncs for insertion, changing timeout, status'Alexei Starovoitov23-349/+1139
2022-07-22selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi1-0/+1
2022-07-22selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2-1/+189
2022-07-22selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2-12/+81
2022-07-22selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi1-0/+53
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi4-37/+76
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi4-11/+60
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi3-27/+204
2022-07-22net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi1-34/+18
2022-07-22bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi2-0/+171
2022-07-22bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi3-3/+51
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi11-222/+145
2022-07-22tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi1-6/+34
2022-07-22bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi1-4/+64
2022-07-22net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park1-3/+3
2022-07-22selftests: tls: add a test for timeo vs lockJakub Kicinski1-0/+32
2022-07-22tls: rx: release the sock lock on locking timeoutJakub Kicinski1-4/+13
2022-07-22Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+1
2022-07-22net: ipa: fix buildPaolo Abeni6-24/+24
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar1-21/+1
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai1-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski267-1713/+2621
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds93-592/+1117
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra1-16/+17
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra1-13/+2