summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_app.h
Commit message (Expand)AuthorAgeFilesLines
* nfp: allow fallback packets from non-reprsJohn Hurley2019-04-161-5/+8
* net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko2019-03-281-1/+1
* nfp: add .ndo_get_devlinkJakub Kicinski2019-02-261-0/+2
* nfp: register a notifier handler in a central location for the deviceJakub Kicinski2018-11-071-15/+10Star
* 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/+1
* nfp: allow apps to request larger MTU on control vNICJakub Kicinski2018-10-021-0/+4
* nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()Jakub Kicinski2018-07-311-3/+4
* nfp: allow control message reception on data queuesJakub Kicinski2018-07-271-0/+17
* nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski2018-07-181-0/+8
* nfp: allow apps to add extra stats to portsJakub Kicinski2018-05-291-0/+13
* nfp: add devlink_eswitch_mode_set callbackJakub Kicinski2018-05-231-0/+9
* nfp: abm: create project-specific vNIC structureJakub Kicinski2018-05-231-0/+2
* nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski2018-05-231-0/+2
* nfp: modify app MTU setting callbacksJohn Hurley2018-03-301-7/+18
* nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-081-9/+0Star
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-221-3/+6
* nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski2018-01-191-0/+4
* nfp: add nfp_reprs_get_locked() helperJakub Kicinski2018-01-191-0/+2
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-141-0/+9
* nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-101-36/+11Star
* nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-101-0/+13
* nfp: add repr_preclean callbackDirk van der Merwe2018-01-031-0/+10
* nfp: register flower reprs for egress dev offloadJohn Hurley2017-11-171-0/+20
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-0/+37
* nfp: output control messages to trace_devlink_hwmsg()Jakub Kicinski2017-10-091-0/+8
* nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-041-9/+26
* nfp: provide ethtool_drvinfo on representorsJakub Kicinski2017-08-191-0/+2
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-5/+3Star
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+2Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-2/+4
* nfp: move representors' struct net_device_ops to shared codeJakub Kicinski2017-06-271-0/+20
* nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski2017-06-271-1/+9
* nfp: add flower appSimon Horman2017-06-251-0/+4
* nfp: add support for control messages for flower appSimon Horman2017-06-251-1/+2
* nfp: app callbacks for SRIOVSimon Horman2017-06-251-0/+18
* nfp: general representor implementationSimon Horman2017-06-251-0/+18
* nfp: devlink add support for getting eswitch modeJakub Kicinski2017-06-251-0/+15
* nfp: report application FW build name in ethtool -iJakub Kicinski2017-06-091-0/+1
* nfp: create control vNICs and wire up rx/txJakub Kicinski2017-06-071-0/+44
* nfp: add control vNIC datapathJakub Kicinski2017-06-071-0/+11
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-311-0/+61
* nfp: report app name in ethtool -iJakub Kicinski2017-05-311-0/+9
* nfp: move port init to appsJakub Kicinski2017-05-311-1/+49
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-221-0/+56