summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-017-36/+22
* i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
* bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYNNikita V. Shirokov2018-09-012-4/+65
* samples/bpf: xdpsock, minor fixesPrashant Bhole2018-09-012-3/+2
* xsk: remove unnecessary assignmentPrashant Bhole2018-09-011-2/+0
* bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2018-09-012-0/+88
* bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov2018-09-011-4/+21
* xdp: remove redundant variable 'headroom'Colin Ian King2018-09-011-2/+1
* xsk: include XDP meta data in AF_XDP framesBjörn Töpel2018-08-301-6/+18
* Merge branch 'bpf-bpffs-bpftool-dump-with-btf'Daniel Borkmann2018-08-304-37/+230
|\
| * tools/bpf: bpftool: add btf percpu map formated dumpYonghong Song2018-08-301-2/+31
| * tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song2018-08-301-35/+144
| * bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-302-0/+55
|/
* Merge branch 'verifier-liveness-simplification'Alexei Starovoitov2018-08-302-152/+72
|\
| * bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree2018-08-301-7/+25
| * bpf/verifier: per-register parent pointersEdward Cree2018-08-302-145/+47
|/
* Merge branch 'AF_XDP-zerocopy-for-i40e'Alexei Starovoitov2018-08-2914-108/+1523
|\
| * samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel2018-08-291-1/+11
| * i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
| * i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
| * i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
| * i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
| * i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
| * i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
| * net: add napi_if_scheduled_mark_missedMagnus Karlsson2018-08-291-0/+26
| * xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel2018-08-292-10/+43
| * xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-292-2/+14
| * xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-292-2/+42
|/
* bpf: use --cgroup in test_suite if suppliedJohn Fastabend2018-08-291-22/+31
* bpf: sockmap test remove shutdown() callsJohn Fastabend2018-08-291-3/+0
* bpf: remove duplicated include from syscall.cYueHaibing2018-08-291-1/+0
* Merge branch 'nfp-add-NFP5000-support'David S. Miller2018-08-2915-236/+682
|\
| * nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-293-32/+21
| * nfp: support access to absolute RTsymsJakub Kicinski2018-08-292-9/+46
| * nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-293-46/+23
| * nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-291-14/+14
| * nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-294-16/+16
| * nfp: add RTsym access helpersJakub Kicinski2018-08-292-0/+171
| * nfp: add basic errors messages to target logicJakub Kicinski2018-08-291-2/+10
| * nfp: save the MU locality field offsetJakub Kicinski2018-08-293-31/+38
| * nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-292-13/+41
| * nfp: add support for NFP5000Jakub Kicinski2018-08-292-1/+7
| * nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-291-9/+25
| * nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-292-0/+44
| * nfp: interpret extended FW load result codesJakub Kicinski2018-08-292-3/+85
| * nfp: attempt FW load from flashJakub Kicinski2018-08-293-2/+16
| * nfp: encapsulate NSP command arguments into structsJakub Kicinski2018-08-291-69/+136
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-08-2917-1199/+3326
|\
| * ice: Fix and update driver version stringAnirudh Venkataramanan2018-08-281-1/+1
| * ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2018-08-282-7/+28