summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-01-17Merge branch 'bpf-libbpf-cleanups'Daniel Borkmann-15/+5
2018-01-17libbpf: Makefile set specified permission modeJesper Dangaard Brouer-1/+1
2018-01-17libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer-13/+2
2018-01-17libbpf: install the header file libbpf.hJesper Dangaard Brouer-1/+2
2018-01-17Merge branch 'bpf-various-improvements'Daniel Borkmann-14/+26
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet-0/+12
2018-01-17nfp: bpf: print map lookup problems into verifier logJakub Kicinski-6/+8
2018-01-17libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet-1/+1
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang-2/+2
2018-01-17bpf: annotate bpf_insn_print_t with __printfJakub Kicinski-2/+2
2018-01-17bpf: offload: make bpf_offload_dev_match() reject host+host caseJakub Kicinski-3/+1
2018-01-17samples/bpf: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-17bpf: cpumap: make some functions staticWei Yongjun-11/+12
2018-01-16bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin-0/+1
2018-01-14Merge branch 'bpf-nfp-map-offload'Daniel Borkmann-120/+1506
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski-0/+109
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski-9/+76
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski-2/+138
2018-01-14nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski-0/+62
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski-0/+87
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski-4/+288
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski-0/+317
2018-01-14nfp: bpf: add map data structureJakub Kicinski-1/+24
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski-13/+293
2018-01-14bpf: offload: factor out netdev checking at allocation timeJakub Kicinski-8/+20
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski-8/+8
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski-40/+17
2018-01-14bpf: hashtab: move checks out of alloc functionJakub Kicinski-16/+39
2018-01-14bpf: hashtab: move attribute validation before allocationJakub Kicinski-24/+23
2018-01-14bpf: add map_alloc_check callbackJakub Kicinski-4/+14
2018-01-12Merge branch 'error-injection'Alexei Starovoitov-245/+819
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu-0/+428
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu-15/+66
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu-213/+317
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu-15/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu-32/+31
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer-5/+4
2018-01-12Merge branch 'hns3-add-some-new-features-and-fix-some-bugs'David S. Miller-87/+336
2018-01-12net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen-2/+4
2018-01-12net: hns3: add feature check when feature changedJian Shen-12/+15
2018-01-12net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang-0/+21
2018-01-12net: hns3: change the unit of GL value macroFuyun Liang-4/+4
2018-01-12net: hns3: remove unused GL setup functionFuyun Liang-12/+0
2018-01-12net: hns3: refactor GL update functionFuyun Liang-19/+16
2018-01-12net: hns3: refactor interrupt coalescing init functionFuyun Liang-9/+20
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang-4/+188
2018-01-12net: hns3: add ethtool_ops.get_coalesce support to PFFuyun Liang-0/+40
2018-01-12net: hns3: remove TSO config command from VF driverPeng Li-28/+0
2018-01-12net: hns3: add ethtool_ops.get_channels support for VFPeng Li-0/+31
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-348/+778