summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-1660-402/+2365
|\
| * Merge branch 'bpf-libbpf-cleanups'Daniel Borkmann2018-01-171-15/+5
| |\
| | * libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-01-171-1/+1
| | * libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer2018-01-171-13/+2
| | * libbpf: install the header file libbpf.hJesper Dangaard Brouer2018-01-171-1/+2
| |/
| * Merge branch 'bpf-various-improvements'Daniel Borkmann2018-01-178-14/+26
| |\
| | * nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-173-0/+12
| | * nfp: bpf: print map lookup problems into verifier logJakub Kicinski2018-01-171-6/+8
| | * libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet2018-01-171-1/+1
| | * tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2018-01-172-2/+2
| | * bpf: annotate bpf_insn_print_t with __printfJakub Kicinski2018-01-171-2/+2
| | * bpf: offload: make bpf_offload_dev_match() reject host+host caseJakub Kicinski2018-01-171-3/+1
| |/
| * samples/bpf: Fix trailing semicolonLuis de Bethencourt2018-01-171-1/+1
| * bpf: cpumap: make some functions staticWei Yongjun2018-01-171-11/+12
| * bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin2018-01-161-0/+1
| * Merge branch 'bpf-nfp-map-offload'Daniel Borkmann2018-01-1426-120/+1506
| |\
| | * nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-143-0/+109
| | * nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-142-9/+76
| | * nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-143-2/+138
| | * nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2018-01-142-0/+62
| | * nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-143-0/+87
| | * nfp: bpf: implement helpers for FW map opsJakub Kicinski2018-01-143-4/+288
| | * nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-148-0/+317
| | * nfp: bpf: add map data structureJakub Kicinski2018-01-142-1/+24
| | * bpf: offload: add map offload infrastructureJakub Kicinski2018-01-147-13/+293
| | * bpf: offload: factor out netdev checking at allocation timeJakub Kicinski2018-01-141-8/+20
| | * bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-143-8/+8
| | * bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-148-40/+17
| | * bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-141-16/+39
| | * bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-141-24/+23
| | * bpf: add map_alloc_check callbackJakub Kicinski2018-01-142-4/+14
| |/
| * Merge branch 'error-injection'Alexei Starovoitov2018-01-1227-245/+819
| |\
| | * error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-124-0/+428
| | * error-injection: Add injectable error typesMasami Hiramatsu2018-01-127-15/+66
| | * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-1222-213/+317
| | * tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-122-15/+7
| | * tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-127-32/+31
| |/
| * bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer2018-01-132-5/+4
* | bnxt_en: don't update cpr->rx_bytes with uninitialized length lenColin Ian King2018-01-161-3/+4
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-1661-96/+0
* | net: remove prototype of qdisc_lookup_class()Jakub Kicinski2018-01-161-1/+0
* | tipc: fix race condition at topology server receiveJon Maloy2018-01-163-46/+51
* | Merge branch 'aquantia-next'David S. Miller2018-01-1626-2334/+2385
|\ \
| * | net: aquantia: Fix internal stats calculation on rxIgor Russkikh2018-01-161-2/+2
| * | net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh2018-01-165-840/+922
| * | net: aquantia: Fix register definitions to linux styleIgor Russkikh2018-01-163-1139/+1173
| * | net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh2018-01-1610-54/+46
| * | net: aquantia: Simplify dependencies between pci modulesIgor Russkikh2018-01-166-106/+113
| * | net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh2018-01-1614-20/+21
| * | net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh2018-01-163-62/+31