summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+5
* nfp: advertise support for NFD ABI 0.5Jakub Kicinski2017-06-072-2/+2
* nfp: create control vNICs and wire up rx/txJakub Kicinski2017-06-075-15/+177
* nfp: allow non-equal distribution of IRQsJakub Kicinski2017-06-071-1/+2
* nfp: slice the netdev spawning functionJakub Kicinski2017-06-071-25/+37
* nfp: don't clutter init code passing fw_ver aroundJakub Kicinski2017-06-071-10/+7Star
* nfp: map all queue controllers at onceJakub Kicinski2017-06-073-101/+28Star
* nfp: make vNIC ctrl memory mapping function reusableJakub Kicinski2017-06-071-27/+28
* nfp: add control vNIC datapathJakub Kicinski2017-06-074-9/+345
* nfp: prepare config and enable for working without netdevsJakub Kicinski2017-06-071-2/+3
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-074-76/+105
* nfp: make sure debug accesses don't depend on netdevsJakub Kicinski2017-06-072-3/+17
* nfp: prepare print macros for use without netdevJakub Kicinski2017-06-071-8/+25
* nfp: move nfp_net_vecs_init()Jakub Kicinski2017-06-071-27/+27
* nfp: reuse ring free code on closeJakub Kicinski2017-06-071-11/+3Star
* nfp: split out the allocation part of openJakub Kicinski2017-06-071-22/+35
* nfp: reorder open and close functionsJakub Kicinski2017-06-071-70/+70
* nfp: fix memory leak on FW load errorJakub Kicinski2017-05-311-0/+1
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-315-34/+67
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-316-59/+159
* nfp: move eBPF offload files to BPF app directoryJakub Kicinski2017-05-316-10/+10
* nfp: report app name in ethtool -iJakub Kicinski2017-05-315-3/+15
* nfp: move port init to appsJakub Kicinski2017-05-318-35/+309