summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko21-256/+201
2021-11-25libbpf: Prevent deprecation warnings in xsk.cAndrii Nakryiko1-0/+5
2021-11-25libbpf: Use bpf_map_create() consistently internallyAndrii Nakryiko4-51/+25
2021-11-25libbpf: Unify low-level map creation APIs w/ new bpf_map_create()Andrii Nakryiko7-153/+126
2021-11-25selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko2-0/+138
2021-11-25libbpf: Load global data maps lazily on legacy kernelsAndrii Nakryiko1-4/+30
2021-11-23selftests/bpf: Fix trivial typoDrew Fustini1-1/+1
2021-11-19libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest4-5/+7
2021-11-19selftests/bpf: Add btf_dedup case with duplicated structs within CUJiri Olsa1-0/+113
2021-11-19libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko1-4/+41
2021-11-19libbpf: Add runtime APIs to query libbpf versionAndrii Nakryiko3-0/+26
2021-11-18selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changesIlya Leoshkevich1-15/+31
2021-11-17selftests/bpf: Fix xdpxceiver failures for no hugepagesTirthendu Sarkar1-1/+5
2021-11-17bpf, docs: Fix ordering of bpf documentationDave Tucker9-86/+80
2021-11-17bpf, docs: Rename bpf_lsm.rst to prog_lsm.rstDave Tucker2-1/+1
2021-11-17bpf, docs: Change underline in btf to match style guideDave Tucker1-22/+22
2021-11-17selftests/bpf: Mark variable as staticYucong Sun1-2/+2
2021-11-17selftests/bpf: Variable naming fixYucong Sun1-8/+8
2021-11-17selftests/bpf: Move summary line after the error logsYucong Sun1-4/+4
2021-11-16selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko4-1/+166
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang17-36/+35
2021-11-16selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.pyQuentin Monnet1-9/+17
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet14-25/+102
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet14-1/+27
2021-11-16selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song1-0/+26
2021-11-16libbpf: Fix a couple of missed btf_type_tag handling in btf.cYonghong Song1-0/+2
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev1-1/+11
2021-11-15Revert "Merge branch 'mctp-i2c-driver'"Jakub Kicinski12-1209/+25
2021-11-15net: mvpp2: use phylink_generic_validate()Russell King (Oracle)1-49/+9
2021-11-15net: mvneta: use phylink_generic_validate()Russell King (Oracle)1-30/+4
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)2-0/+283
2021-11-15net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy1-30/+32
2021-11-15net: fddi: use swap() to make code cleanerYihao Han1-10/+4
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui1-17/+15
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou1-6/+11
2021-11-15mctp i2c: MCTP I2C binding driverMatt Johnston3-0/+995
2021-11-15dt-bindings: net: New binding mctp-i2c-controllerMatt Johnston2-0/+96
2021-11-15i2c: npcm7xx: Allow 255 byte block SMBus transfersMatt Johnston1-1/+2
2021-11-15i2c: aspeed: Allow 255 byte block transfersMatt Johnston1-2/+3
2021-11-15i2c: dev: Handle 255 byte blocks for i2c ioctlMatt Johnston3-14/+83
2021-11-15i2c: core: Allow 255 byte transfers for SMBus 3.xMatt Johnston3-8/+30
2021-11-15net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET1-4/+4
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli1-9/+9
2021-11-15net: dsa: vsc73xxx: Make vsc73xx_remove() return voidUwe Kleine-König2-4/+2
2021-11-15net: stmmac: enhance XDP ZC driver level switching performanceOng Boon Leong3-6/+139
2021-11-15bpftool: Use libbpf_get_error() to check errorHengqi Chen5-23/+27
2021-11-15bpftool: Fix mixed indentation in documentationQuentin Monnet2-38/+38
2021-11-15bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet4-3/+6
2021-11-15bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14
2021-11-15bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0