summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | octeontx2-af: Fix loop in free and unmap counterSubbaraya Sundeep2021-08-311-1/+2
| |/ /
| * | af_unix: fix potential NULL deref in unix_dgram_connect()Eric Dumazet2021-08-311-3/+6
| * | dpaa2-eth: Replace strlcpy with strscpyJason Wang2021-08-311-4/+4
| * | octeontx2-af: Use NDC TX for transmit packet dataGeetha sowjanya2021-08-312-0/+4
| * | net: bridge: use mld2r_ngrec instead of icmpv6_dataunMichelleJin2021-08-311-5/+5
| * | net: qualcomm: fix QCA7000 checksum handlingStefan Wahren2021-08-312-2/+2
| * | net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2021-08-311-16/+16
| * | net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-08-311-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-31126-4027/+6813
| |\ \
| | * | MAINTAINERS: Remove self from powerpc BPF JITSandipan Das2021-08-301-1/+0
| | * | selftests/bpf: Fix potential unreleased lockChengfeng Ye2021-08-271-1/+3
| | * | samples: bpf: Fix uninitialized variable in xdp_redirect_cpuKumar Kartikeya Dwivedi2021-08-261-2/+3
| | * | selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun2021-08-261-3/+16
| | * | bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-263-2/+3
| | * | Merge branch 'bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt'Alexei Starovoitov2021-08-2611-32/+230
| | |\ \
| | | * | bpf: selftests: Add dctcp fallback testMartin KaFai Lau2021-08-263-23/+134
| | | * | bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau2021-08-262-2/+27
| | | * | bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau2021-08-263-3/+4
| | | * | bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-263-4/+65
| | |/ /
| | * | Merge branch 'selftests: xsk: various simplifications'Alexei Starovoitov2021-08-254-428/+356
| | |\ \
| | | * | selftests: xsk: Preface options with optMagnus Karlsson2021-08-252-5/+5
| | | * | selftests: xsk: Make enums lower caseMagnus Karlsson2021-08-252-13/+7
| | | * | selftests: xsk: Generate packets from specificationMagnus Karlsson2021-08-252-121/+166
| | | * | selftests: xsk: Generate packet directly in umemMagnus Karlsson2021-08-252-43/+32
| | | * | selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson2021-08-252-33/+40
| | | * | selftests: xsk: Decrease sending speedMagnus Karlsson2021-08-252-1/+2
| | | * | selftests: xsk: Validate tx stats on tx threadMagnus Karlsson2021-08-251-14/+41
| | | * | selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson2021-08-252-131/+65
| | | * | selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson2021-08-251-6/+6
| | | * | selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson2021-08-252-11/+9
| | | * | selftests: xsk: Remove end-of-test packetMagnus Karlsson2021-08-252-32/+12
| | | * | selftests: xsk: Simplify the retry codeMagnus Karlsson2021-08-252-14/+11
| | | * | selftests: xsk: Return correct error codesMagnus Karlsson2021-08-251-5/+5
| | | * | selftests: xsk: Remove unused variablesMagnus Karlsson2021-08-252-11/+0
| | | * | selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson2021-08-253-27/+13
| | | * | selftests: xsk: Remove color modeMagnus Karlsson2021-08-252-28/+9
| | |/ /
| | * | Merge branch 'bpf: Add bpf_task_pt_regs() helper'Alexei Starovoitov2021-08-2510-16/+131
| | |\ \
| | | * | bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2021-08-252-0/+76
| | | * | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-254-0/+36
| | | * | bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-252-1/+4
| | | * | bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-255-15/+12
| | | * | bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macroDaniel Xu2021-08-251-0/+3
| | |/ /
| | * | Merge branch 'Improve XDP samples usability and output'Alexei Starovoitov2021-08-2422-2842/+3388
| | |\ \
| | | * | samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi2021-08-244-220/+153
| | | * | samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-31/+26
| | | * | samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-229/+161
| | | * | samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-70/+25
| | | * | samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-767/+343
| | | * | samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-293/+105
| | | * | samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-159/+116