summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky2023-02-141-35/+203
| * bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky2023-02-142-1/+67
| * bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-148-73/+216
|/
* bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-136-110/+206
* Merge branch 'xdp-ice-mbuf'Daniel Borkmann2023-02-135-72/+136
|\
| * ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin2023-02-133-15/+20
| * ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin2023-02-134-11/+43
| * ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin2023-02-134-36/+63
| * ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2023-02-132-8/+2
| * ice: Fix XDP Tx ring overrunAlexander Lobakin2023-02-131-7/+12
| * ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin2023-02-131-2/+3
|/
* selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich2023-02-131-2/+0
* bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire2023-02-131-0/+3
* Merge branch 'bpf, mm: introduce cgroup.memory=nobpf'Alexei Starovoitov2023-02-118-11/+75
|\
| * bpf: allow to disable bpf prog memory accountingYafang Shao2023-02-111-6/+7
| * bpf: allow to disable bpf map memory accountingYafang Shao2023-02-113-3/+13
| * bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao2023-02-113-2/+25
| * mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao2023-02-113-0/+30
|/
* docs, bpf: Ensure IETF's BPF mailing list gets copied for ISA doc changesDaniel Borkmann2023-02-111-0/+6
* Daniel Borkmann says:Jakub Kicinski2023-02-11152-962/+4884
|\
| * libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-02-111-1/+1
| * selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2023-02-112-10/+11
| * selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2023-02-112-14/+16
| * selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich2023-02-111-2/+5
| * selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich2023-02-111-1/+2
| * tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich2023-02-111-0/+2
| * selftests/bpf: Quote host toolsIlya Leoshkevich2023-02-111-3/+4
| * tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa2023-02-091-1/+1
| * samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao2023-02-091-0/+14
| * libbpf: Add sample_period to creation optionsJon Doron2023-02-092-3/+10
| * sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2023-02-082-8/+8
| * bpf, docs: Add note about type conventionDave Thaler2023-02-081-0/+7
| * bpf/docs: Update design QA to be consistent with kfunc lifecycle docsToke Høiland-Jørgensen2023-02-081-7/+18
| * bpf, docs: Use consistent names for the same fieldDave Thaler2023-02-081-36/+77
| * net, xdp: Add missing xdp_features descriptionLorenzo Bianconi2023-02-071-0/+1
| * virtio_net: Update xdp_features with xdp multi-buffLorenzo Bianconi2023-02-071-2/+4
| * libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi2023-02-071-1/+1
| * tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers2023-02-071-2/+2
| * tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa2023-02-072-4/+9
| * selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King2023-02-061-1/+1
| * libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2023-02-062-37/+83
| * bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner2023-02-042-2/+2
| * bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet2023-02-031-5/+120
| * bpftool: profile online CPUs instead of possibleTonghao Zhang2023-02-031-8/+30
| * Merge branch 'xdp: introduce xdp-feature support'Alexei Starovoitov2023-02-0363-33/+1945
| |\
| | * selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi2023-02-036-2/+1105
| | * selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-032-1/+34
| | * bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-032-11/+18
| | * libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi2023-02-033-1/+110
| | * libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi2023-02-031-10/+12