summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_app.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: add offloads on representorsJakub Kicinski2018-11-301-0/+40
* nfp: add locking around representor changesJakub Kicinski2018-11-301-0/+2
* nfp: register a notifier handler in a central location for the deviceJakub Kicinski2018-11-071-0/+47
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: flower: use rhashtable for flow cachingPieter Jansen van Vuuren2018-10-111-0/+5
* nfp: allow control message reception on data queuesJakub Kicinski2018-07-271-0/+2
* nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski2018-07-181-0/+17
* nfp: allow apps to add extra stats to portsJakub Kicinski2018-05-291-0/+22
* nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski2018-05-231-0/+3
* nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-041-1/+1
* nfp: improve app not found messageJakub Kicinski2018-01-191-1/+1
* nfp: add nfp_reprs_get_locked() helperJakub Kicinski2018-01-191-2/+10
* nfp: refactor nfp_app_reprs_setDirk van der Merwe2017-11-051-6/+0Star
* nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski2017-11-021-0/+4
* nfp: reorganize the app tableJakub Kicinski2017-11-021-10/+6Star
* nfp: Explicitly include linux/bug.hMark Brown2017-10-151-0/+1
* nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-041-1/+1
* nfp: provide ethtool_drvinfo on representorsJakub Kicinski2017-08-191-0/+20
* nfp: flower: add Kconfig for flower appJakub Kicinski2017-06-271-0/+2
* nfp: add flower appSimon Horman2017-06-251-0/+1
* nfp: add support for control messages for flower appSimon Horman2017-06-251-2/+3
* nfp: general representor implementationSimon Horman2017-06-251-0/+20
* nfp: report application FW build name in ethtool -iJakub Kicinski2017-06-091-0/+8
* nfp: create control vNICs and wire up rx/txJakub Kicinski2017-06-071-0/+18
* nfp: report app name in ethtool -iJakub Kicinski2017-05-311-1/+1
* nfp: move port init to appsJakub Kicinski2017-05-311-1/+20
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-221-0/+57