summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Colin Ian King2019-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-31122-1013/+6430
|\
| * selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-05-316-2/+558
| * bpf: doc: update answer for 32-bit subregister questionJiong Wang2019-05-311-5/+25
| * Merge branch 'map-charge-cleanup'Alexei Starovoitov2019-05-3114-135/+132
| |\
| | * bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-3114-67/+20
| | * bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-3114-88/+112
| | * bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-3114-31/+36
| | * bpf: add memlock precharge for socket local storageRoman Gushchin2019-05-311-2/+10
| | * bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-05-311-2/+9
| |/
| * Merge branch 'propagate-cn-to-tcp'Alexei Starovoitov2019-05-3112-51/+299
| |\
| | * bpf: Add more stats to HBMbrakmo2019-05-314-10/+117
| | * bpf: Add cn support to hbm_out_kern.cbrakmo2019-05-314-12/+45
| | * bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-05-312-20/+40
| | * bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-05-311-5/+20
| | * bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-313-4/+27
| | * bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo2019-05-311-0/+50
| |/
| * libbpf: reduce unnecessary line wrappingAndrii Nakryiko2019-05-301-36/+16
| * libbpf: typo and formatting fixesAndrii Nakryiko2019-05-301-8/+7
| * libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-301-3/+1
| * libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-301-6/+7
| * libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-301-1/+1
| * libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-301-0/+5
| * libbpf: simplify endianness checkAndrii Nakryiko2019-05-301-25/+12
| * libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-301-4/+4
| * libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-301-5/+7
| * libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet2019-05-291-1/+1
| * bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-8/+10
| * bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-292-12/+18
| * bpf: media: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-13/+17
| * bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-292-30/+19
| * selftests/bpf: fix compilation error for flow_dissector.cAlan Maguire2019-05-291-0/+114
| * Merge branch 'cgroup-auto-detach'Alexei Starovoitov2019-05-289-29/+261
| |\
| | * selftests/bpf: add auto-detach testRoman Gushchin2019-05-281-1/+97
| | * selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin2019-05-281-0/+57
| | * selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-284-20/+36
| | * bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-284-9/+72
| |/
| * samples/bpf: fix a couple of style issues in bpf_loadDaniel T. Lee2019-05-281-4/+4
| * selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev2019-05-281-0/+32
| * Merge branch 'bpf-bpftool-dbg-output'Daniel Borkmann2019-05-2816-16/+92
| |\
| | * tools: bpftool: make -d option print debug output from verifierQuentin Monnet2019-05-285-14/+26
| | * libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-284-4/+25
| | * tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet2019-05-2810-2/+45
| |/
| * libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-05-281-3/+1
| * bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-282-6/+2
| * bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-281-0/+6
| * bpftool: auto-complete BTF IDs for btf dumpAndrii Nakryiko2019-05-281-0/+9
| * samples: bpf: add ibumad sample to .gitignoreMatteo Croce2019-05-241-0/+1
| * Merge branch 'optimize-zext'Alexei Starovoitov2019-05-2428-147/+723
| |\
| | * nfp: bpf: eliminate zero extension code-genJiong Wang2019-05-243-48/+81