aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_app.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley1-5/+8
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko1-1/+1
2019-02-26nfp: add .ndo_get_devlinkJakub Kicinski1-0/+2
2018-11-07nfp: register a notifier handler in a central location for the deviceJakub Kicinski1-15/+10
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-10-10nfp: flower: use rhashtable for flow cachingPieter Jansen van Vuuren1-0/+1
2018-10-02nfp: allow apps to request larger MTU on control vNICJakub Kicinski1-0/+4
2018-07-31nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()Jakub Kicinski1-3/+4
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski1-0/+17
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski1-0/+8
2018-05-29nfp: allow apps to add extra stats to portsJakub Kicinski1-0/+13
2018-05-23nfp: add devlink_eswitch_mode_set callbackJakub Kicinski1-0/+9
2018-05-23nfp: abm: create project-specific vNIC structureJakub Kicinski1-0/+2
2018-05-23nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski1-0/+2
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley1-7/+18
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski1-9/+0
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet1-3/+6
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski1-0/+4
2018-01-19nfp: add nfp_reprs_get_locked() helperJakub Kicinski1-0/+2
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski1-0/+9
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski1-36/+11
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski1-0/+13
2018-01-03nfp: add repr_preclean callbackDirk van der Merwe1-0/+10
2017-11-17nfp: register flower reprs for egress dev offloadJohn Hurley1-0/+20
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski1-0/+37
2017-10-09nfp: output control messages to trace_devlink_hwmsg()Jakub Kicinski1-0/+8
2017-09-03nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski1-9/+26
2017-08-18nfp: provide ethtool_drvinfo on representorsJakub Kicinski1-0/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-5/+3
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+2
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-2/+4
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski1-0/+20
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski1-1/+9
2017-06-25nfp: add flower appSimon Horman1-0/+4
2017-06-25nfp: add support for control messages for flower appSimon Horman1-1/+2
2017-06-25nfp: app callbacks for SRIOVSimon Horman1-0/+18
2017-06-25nfp: general representor implementationSimon Horman1-0/+18
2017-06-25nfp: devlink add support for getting eswitch modeJakub Kicinski1-0/+15
2017-06-09nfp: report application FW build name in ethtool -iJakub Kicinski1-0/+1
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski1-0/+44
2017-06-07nfp: add control vNIC datapathJakub Kicinski1-0/+11
2017-05-31nfp: move bpf offload code to the BPF appJakub Kicinski1-0/+61
2017-05-31nfp: report app name in ethtool -iJakub Kicinski1-0/+9
2017-05-31nfp: move port init to appsJakub Kicinski1-1/+49
2017-05-22nfp: introduce very minimal nfp_appJakub Kicinski1-0/+56