summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2018-10-107-28/+37
* net/mlx5e: Use non-delayed work for update statsSaeed Mahameed2018-10-103-11/+19
* net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed2018-10-104-51/+36
* net/mlx5e: Always initialize update stats delayed workFeras Daoud2018-10-103-5/+3
* net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud2018-10-106-49/+87
* RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-106-72/+136
* RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-106-81/+119
* Merge branch 'octeontx2-af-Add-RVU-Admin-Function-driver'David S. Miller2018-10-1016-0/+3820
|\
| * MAINTAINERS: Add entry for Marvell OcteonTX2 Admin Function driverSunil Goutham2018-10-101-0/+9
| * octeontx2-af: Register for CGX lmac eventsLinu Cherian2018-10-103-4/+108
| * octeontx2-af: Add support for CGX link managementLinu Cherian2018-10-104-4/+668
| * octeontx2-af: Set RVU PFs to CGX LMACs mappingLinu Cherian2018-10-105-3/+89
| * octeontx2-af: Add Marvell OcteonTX2 CGX driverSunil Goutham2018-10-104-2/+133
| * octeontx2-af: Reconfig MSIX base with IOVAGeetha sowjanya2018-10-102-3/+32
| * octeontx2-af: Configure block LF's MSIX vector offsetSunil Goutham2018-10-104-3/+357
| * octeontx2-af: Add RVU block LF provisioning supportSunil Goutham2018-10-104-10/+523
| * octeontx2-af: Scan blocks for LFs provisioned to PF/VFSunil Goutham2018-10-103-2/+178
| * octeontx2-af: Convert mbox msg id check to a macroAleksey Makarov2018-10-101-6/+38
| * octeontx2-af: Add mailbox IRQ and msg handlersSunil Goutham2018-10-104-3/+309
| * octeontx2-af: Add mailbox support infraAleksey Makarov2018-10-105-0/+455
| * octeontx2-af: Gather RVU blocks HW infoSunil Goutham2018-10-103-4/+517
| * octeontx2-af: Reset all RVU blocksSunil Goutham2018-10-104-0/+260
| * octeontx2-af: Add Marvell OcteonTX2 RVU AF driverSunil Goutham2018-10-107-0/+188
|/
* qed: Add support for virtual link.Sudarsana Reddy Kalluru2018-10-102-52/+73
* cxgb4: Add thermal zone supportGanesh Goudar2018-10-095-0/+142
* net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel2018-10-092-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0866-663/+4140
|\
| * bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * Merge branch 'bpf-to-bpf-calls-nfp'Daniel Borkmann2018-10-0810-46/+589
| |\
| | * bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| | * nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet2018-10-083-1/+6
| | * nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet2018-10-083-23/+78
| | * nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet2018-10-081-1/+27
| | * nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet2018-10-082-3/+24
| | * nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet2018-10-082-8/+68
| | * nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-085-4/+295
| | * nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet2018-10-082-11/+27
| | * nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet2018-10-082-4/+13
| | * nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-083-0/+29
| | * nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-083-8/+8
| | * bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-086-2/+37
| |/
| * bpf, doc: Document Jump X addressing modeArthur Fabre2018-10-081-14/+16
| * libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
| * xsk: proper AF_XDP socket teardown orderingBjörn Töpel2018-10-082-13/+11
| * Merge branch 'bpf-xsk-fix-mixed-mode'Daniel Borkmann2018-10-056-41/+91
| |\
| | * xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson2018-10-051-5/+2
| | * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-053-2/+20
| | * ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
| | * xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson2018-10-053-35/+64
| | * net: add umem reference in netdev{_rx}_queueMagnus Karlsson2018-10-051-0/+6
| |/