summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: freeing the wrong variableDan Carpenter2017-07-121-1/+1
* nfp: flower: add missing clean up call to avoid memory leaksJakub Kicinski2017-07-071-0/+1
* nfp: default to chained metadata prepend formatJakub Kicinski2017-07-051-1/+8
* nfp: remove legacy MAC address lookupJakub Kicinski2017-07-054-34/+8Star
* nfp: improve order of interfaces in breakout modeJakub Kicinski2017-07-053-14/+12Star
* nfp: add control message passing capabilities to flower offloadsPieter Jansen van Vuuren2017-07-013-1/+70
* nfp: add a stats handler for flower offloadsPieter Jansen van Vuuren2017-07-015-8/+171
* nfp: add metadata to each flow offloadPieter Jansen van Vuuren2017-07-015-13/+412
* nfp: add basic action capabilities to flower offloadsPieter Jansen van Vuuren2017-07-015-0/+271
* nfp: extend flower matching capabilitiesPieter Jansen van Vuuren2017-07-016-1/+316
* nfp: extend flower add flow offloadPieter Jansen van Vuuren2017-07-013-1/+325
* nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren2017-07-018-14/+220
* nfp: add phys_switch_id supportSimon Horman2017-07-014-0/+36
* nfp: flower: add Kconfig for flower appJakub Kicinski2017-06-273-2/+18
* nfp: allocate a private workqueue for driver workJakub Kicinski2017-06-273-1/+14
* nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski2017-06-272-23/+27
* nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski2017-06-271-0/+8
* nfp: wire get_phys_port_name on representorsJakub Kicinski2017-06-272-7/+24
* nfp: allow converting representor's netdev into nfp_portJakub Kicinski2017-06-273-6/+21
* nfp: move representors' struct net_device_ops to shared codeJakub Kicinski2017-06-276-39/+68
* nfp: make the representor get stats app-independentJakub Kicinski2017-06-273-26/+22Star
* nfp: spawn nfp_ports for PF and VF portsJakub Kicinski2017-06-272-4/+35
* nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski2017-06-273-14/+26
* nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski2017-06-272-23/+0Star
* nfp: add helper for mapping runtime symbolsJakub Kicinski2017-06-273-28/+39
* nfp: move area mapping helper into nfpcoreJakub Kicinski2017-06-274-54/+84
* nfp: explicitly check if application FW is loadedJakub Kicinski2017-06-271-4/+7
* nfp: add VF and PF representors to flower appSimon Horman2017-06-251-2/+83
* nfp: add flower appSimon Horman2017-06-254-0/+300
* nfp: add support for control messages for flower appSimon Horman2017-06-255-3/+281
* nfp: add support for tx/rx with metadata portidSimon Horman2017-06-252-6/+52
* nfp: provide nfp_port to of nfp_net_get_mac_addr()Simon Horman2017-06-253-15/+15
* nfp: app callbacks for SRIOVSimon Horman2017-06-252-5/+55
* nfp: add stats and xmit helpers for representorsSimon Horman2017-06-252-1/+226
* nfp: general representor implementationSimon Horman2017-06-255-0/+287
* nfp: map mac_stats and vf_cfg BARsSimon Horman2017-06-255-33/+164
* nfp: move physical port init into a helperJakub Kicinski2017-06-253-17/+34
* nfp: devlink add support for getting eswitch modeJakub Kicinski2017-06-252-0/+33
* nfp: xdp: report if program is offloadedJakub Kicinski2017-06-231-0/+2
* nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski2017-06-231-3/+10
* nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-232-21/+15Star
* nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-232-3/+14
* nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski2017-06-231-5/+18
* nfp: add VLAN filtering supportPablo Cascón2017-06-192-1/+100
* bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* nfp: report application FW build name in ethtool -iJakub Kicinski2017-06-095-2/+19
* nfp: keep MIP object aroundJakub Kicinski2017-06-094-4/+22
* nfp: remove automatic caching of HWInfoJakub Kicinski2017-06-098-79/+54Star
* nfp: remove automatic caching of RTsym tableJakub Kicinski2017-06-098-112/+63Star
* nfp: make sure to cancel port refresh on the error pathJakub Kicinski2017-06-091-0/+1