summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+22
* 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/+0
* 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/+15
* 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/+54
* nfp: remove automatic caching of RTsym tableJakub Kicinski2017-06-098-112/+63
* 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/+7
* nfp: map all queue controllers at onceJakub Kicinski2017-06-073-101/+28
* 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
OpenPOWER on IntegriCloud