summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh2021-10-071-1/+0
* bpf, x64: Factor out emission of REX byte in more casesJie Meng2021-10-071-36/+31
* Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7'Andrii Nakryiko2021-10-0612-23/+62
|\
| * selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen2021-10-069-11/+11
| * libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen2021-10-063-12/+51
|/
* libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen2021-10-062-3/+6
* libbpf: Add API documentation convention guidelinesGrant Seltzer2021-10-061-0/+40
* selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa2021-10-062-11/+8
* bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2021-10-062-3/+5
* bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann2021-10-061-5/+0
* Merge branch 'bpf-mips-jit'Daniel Borkmann2021-10-0614-3608/+4244
|\
| * mips, bpf: Remove old BPF JIT implementationsJohan Almbladh2021-10-064-3603/+0
| * mips, bpf: Enable eBPF JITsJohan Almbladh2021-10-063-4/+8
| * mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh2021-10-063-7/+35
| * mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh2021-10-061-0/+1052
| * mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh2021-10-064-1/+3148
| * mips, uasm: Add workaround for Loongson-2F nop CPU errataJohan Almbladh2021-10-061-0/+4
| * mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar2021-10-063-2/+6
|/
* selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko2021-10-061-0/+86
* selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko2021-10-061-6/+49
* libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko2021-10-063-2/+135
* bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng2021-10-062-29/+89
* bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov2021-10-061-1/+10
* Merge branch 'Support kernel module function calls from eBPF'Alexei Starovoitov2021-10-0626-199/+896
|\
| * bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-069-31/+132
| * libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi2021-10-063-58/+280
| * libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi2021-10-061-11/+13
| * libbpf: Support kernel module function callsKumar Kartikeya Dwivedi2021-10-064-24/+72
| * bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-067-34/+85
| * tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi2021-10-062-10/+20
| * bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi2021-10-063-0/+89
| * bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi2021-10-061-0/+18
| * bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-066-32/+188
|/
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0535-1084/+2789
|\
| * Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-026-31/+32
| * Bluetooth: btrtl: Ask ic_info to drop firmwareHilda Wu2021-10-011-5/+7
| * Bluetooth: btusb: Add support for TP-Link UB500 AdapterNicholas Flintham2021-10-011-0/+4
| * Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37
| * Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devicesMarcel Holtmann2021-09-301-0/+1
| * Bluetooth: hci_vhci: Add force_prevent_wake entryLuiz Augusto von Dentz2021-09-291-0/+49
| * Bluetooth: hci_vhci: Add force_suspend entryLuiz Augusto von Dentz2021-09-291-0/+53
| * Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
| * Bluetooth: btrsi: remove superfluous header files from btrsi.cMianhan Liu2021-09-291-1/+0
| * Bluetooth: btrtl: Set VsMsftOpCode based on device tableMarcel Holtmann2021-09-281-5/+7
| * Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann2021-09-281-13/+4
| * Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann2021-09-281-11/+4
| * Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AELarry Finger2021-09-281-4/+4
| * Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extensionJoseph Hwang2021-09-281-0/+1
| * Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extensionJoseph Hwang2021-09-281-0/+1
| * Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung2021-09-281-1/+1