summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: devlink port split support for 1x100G CXP NICRyan C Goodfellow2018-10-151-3/+14
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-1169-2213/+138
* nfp: flower: use host context count provided by firmwarePieter Jansen van Vuuren2018-10-103-15/+27
* nfp: flower: use stats array instead of storing stats per flowPieter Jansen van Vuuren2018-10-103-41/+40
* nfp: flower: use rhashtable for flow cachingPieter Jansen van Vuuren2018-10-106-22/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0811-60/+698
|\
| * 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-081-1/+7
| * nfp: bpf: allow control message sizing for map opsJakub Kicinski2018-10-025-17/+83
| * nfp: allow apps to request larger MTU on control vNICJakub Kicinski2018-10-022-2/+16
| * nfp: bpf: parse global BPF ABI version capabilityJakub Kicinski2018-10-023-4/+44
* | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-041-1/+2
|\ \
| * | devlink: Add extack for eswitch operationsEli Britstein2018-10-031-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-5/+12
|\ \ \ | |/ / |/| |
| * | nfp: avoid soft lockups under control message stormJakub Kicinski2018-10-021-5/+12
* | | nfp: warn on experimental TLV typesJakub Kicinski2018-10-012-0/+15
| |/ |/|
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-18/+0
|\ \ | |/
| * nfp: remove ndo_poll_controllerEric Dumazet2018-09-231-18/+0
* | nfp: provide a better warning when ring allocation failsJakub Kicinski2018-09-191-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-124-1/+19
|\ \ | |/
| * nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens2018-09-121-0/+6
| * nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren2018-09-123-1/+13
* | nfp: report FW vNIC stats in interface statsJakub Kicinski2018-09-121-0/+9
* | nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-071-2/+2
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-051-7/+10
* | nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-051-3/+45
* | nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-051-10/+11
* | nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-051-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-15/+33
|\ \ | |/
| * nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-08-311-15/+33
* | nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-283-32/+21
* | nfp: support access to absolute RTsymsJakub Kicinski2018-08-282-9/+46
* | nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-283-46/+23
* | nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-281-14/+14
* | nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-284-16/+16
* | nfp: add RTsym access helpersJakub Kicinski2018-08-282-0/+171
* | nfp: add basic errors messages to target logicJakub Kicinski2018-08-281-2/+10
* | nfp: save the MU locality field offsetJakub Kicinski2018-08-283-31/+38
* | nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-282-13/+41
* | nfp: add support for NFP5000Jakub Kicinski2018-08-282-1/+7
* | nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-281-9/+25
OpenPOWER on IntegriCloud