summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui1-7/+3
2022-07-15tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui1-4/+3
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui1-6/+4
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks1-1/+2
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-07-14selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa1-0/+2
2022-07-14bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao1-0/+1
2022-07-14xsk: Mark napi_id on sendmsg()Maciej Fijalkowski2-1/+18
2022-07-14bpf, arm64: Mark dummy_tramp as globalNathan Chancellor1-0/+1
2022-07-13selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao1-15/+15
2022-07-13libbpf: Fix the name of a reused mapAnquan Wu1-2/+7
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao6-6/+12
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong1-28/+38
2022-07-13libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen1-6/+7
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao4-6/+6
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu4-18/+45
2022-07-12bpf: reparent bpf maps on memcg offliningRoman Gushchin2-9/+29
2022-07-12Merge branch 'bpf: add a ksym BPF iterator'Alexei Starovoitov4-0/+188
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire3-0/+97
2022-07-12bpf: add a ksym BPF iteratorAlan Maguire1-0/+91
2022-07-11bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts1-4/+4
2022-07-11samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer2-2/+13
2022-07-11bpf, arm64: Add bpf trampoline for arm64Xu Kuohai1-3/+382
2022-07-11bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai2-14/+322
2022-07-11arm64: Add LDR (literal) instructionXu Kuohai2-4/+29
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai3-20/+6
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian1-2/+2
2022-07-11fddi/skfp: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11ethernet/via: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo4-2/+9
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski125-6701/+5141
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij1-1/+9
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij1-1/+4
2022-07-09af_unix: fix unix_sysctl_register() error pathEric Dumazet1-1/+1
2022-07-09Merge branch 'mptcp-selftest-improvements-and-header-tweak'David S. Miller6-23/+123
2022-07-09selftests: mptcp: update pm_nl_ctl usage headerGeliang Tang1-1/+1
2022-07-09selftests: mptcp: avoid Terminated messages in userspace_pmGeliang Tang1-17/+23
2022-07-09selftests: mptcp: userspace pm subflow testsGeliang Tang1-2/+37
2022-07-09selftests: mptcp: userspace pm address testsGeliang Tang1-1/+48
2022-07-09selftests: mptcp: tweak simult_flows for debug kernelsPaolo Abeni1-1/+13
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang2-2/+2
2022-07-08bcm63xx_enet: change the driver variables to staticYang Yingliang1-2/+2
2022-07-08net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-07-08Documentation: add a description for net.core.high_order_alloc_disableAntoine Tenart1-0/+12
2022-07-08net: rxrpc: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-08Merge branch 'tls-pad-strparser-internal-header-decrypt_ctx-etc'Jakub Kicinski10-359/+418
2022-07-08tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski1-27/+26
2022-07-08tls: create an internal headerJakub Kicinski8-283/+338
2022-07-08tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski1-9/+5