summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19libbpf: constify getter APIsAndrii Nakryiko
2019-06-18samples: bpf: refactor header include pathDaniel T. Lee
2019-06-18samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee
2019-06-18Merge branch 'bpf-libbpf-btf-defined-maps'Daniel Borkmann
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko
2019-06-18libbpf: refactor map initializationAndrii Nakryiko
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev
2019-06-15bpf/tools: sync bpf.hStanislav Fomichev
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev
2019-06-15bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau
2019-06-15bpf: Sync asm-generic/socket.h to tools/Martin KaFai Lau
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko
2019-06-15selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter
2019-06-15samples/bpf: fix include path in MakefilePrashant Bhole
2019-06-12bpf: silence warning messages in coreValdis Klētnieks
2019-06-11Merge branch 'bpf-libbpf-num-cpus'Daniel Borkmann
2019-06-11bpf: use libbpf_num_possible_cpus internallyHechao Li
2019-06-11selftests/bpf: remove bpf_util.h from BPF C progsHechao Li
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li
2019-06-11selftests/bpf : clean up feature/ when make cleanHechao Li
2019-06-10selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko
2019-06-10samples: bpf: don't run probes at the local make stageJakub Kicinski
2019-06-10Merge branch 'xskmap-lookup'Alexei Starovoitov
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon
2019-06-10tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon
2019-06-10bpf/tools: sync bpf.hJonathan Lemon
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-06-07bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin
2019-06-06samples: bpf: print a warning about headers_installJakub Kicinski
2019-06-04bpf: remove redundant assignment to errColin Ian King
2019-06-04bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Colin Ian King
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire
2019-05-31Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-05-31bpf: doc: update answer for 32-bit subregister questionJiong Wang
2019-05-31Merge branch 'map-charge-cleanup'Alexei Starovoitov
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin