aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-31nfp: fix memory leak on FW load errorJakub Kicinski1-0/+1
2017-05-31nfp: move basic eBPF stats to app-specific codeJakub Kicinski5-34/+67
2017-05-31nfp: move bpf offload code to the BPF appJakub Kicinski6-59/+159
2017-05-31nfp: move eBPF offload files to BPF app directoryJakub Kicinski6-10/+10
2017-05-31nfp: report app name in ethtool -iJakub Kicinski5-3/+15
2017-05-31nfp: move port init to appsJakub Kicinski8-35/+309
2017-05-31nfp: turn reading PCIe RTsym parameters into a helperJakub Kicinski1-7/+17
2017-05-31nfp: add missing fall through statementsJakub Kicinski1-0/+2
2017-05-31sched: add helper for updating statistics on all actionsJakub Kicinski1-9/+2
2017-05-30nfp: don't keep count for free buffers delayed kickJakub Kicinski2-8/+2
2017-05-30nfp: don't add ring size to index calculationsJakub Kicinski1-2/+2
2017-05-30nfp: fix print format for ring pointers in ring dumpsJakub Kicinski1-2/+2
2017-05-30nfp: don't wait for resources indefinitelyJakub Kicinski3-4/+20
2017-05-30nfp: add hwmon supportDavid Brunecz8-7/+286
2017-05-30nfp: support variable NSP response lengthsJakub Kicinski1-0/+8
2017-05-30nfp: shorten CPP core probe logsJakub Kicinski1-8/+11
2017-05-30nfp: support long reads and writes with the cpp helpersJakub Kicinski2-18/+72
2017-05-30nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski1-2/+8
2017-05-30nfp: don't set aux pointers if ioremap failedJakub Kicinski1-8/+12
2017-05-30nfp: set driver VF limitJakub Kicinski1-8/+15
2017-05-30nfp: add set_mac_address support while the interface is upPablo Cascón2-10/+36
2017-05-30nfp: add MAY_USE_DEVLINK dependencyJakub Kicinski1-0/+1
2017-05-26nfp: support port splitting via devlinkJakub Kicinski4-7/+136
2017-05-26nfp: calculate total port lanes for splitJakub Kicinski2-5/+9
2017-05-26nfp: register ports as devlink portsJakub Kicinski3-0/+66
2017-05-26nfp: add helper for cleaning up vNICsJakub Kicinski1-12/+11
2017-05-26nfp: add devlink supportSimon Horman5-5/+63
2017-05-26nfp: move mutex init out of net codeJakub Kicinski2-1/+4
2017-05-22nfp: refresh port state before reporting autonegotiationJakub Kicinski3-9/+14
2017-05-22nfp: mark port state as stale if update failedJakub Kicinski1-0/+5
2017-05-22nfp: mark port state as stale after reconfigJakub Kicinski1-0/+2
2017-05-22nfp: provide linking on port structuresJakub Kicinski5-9/+17
2017-05-22nfp: move refresh tracking into the port structureJakub Kicinski5-25/+28
2017-05-22nfp: update port state in placeJakub Kicinski1-24/+30
2017-05-22nfp: introduce nfp_portJakub Kicinski7-63/+275
2017-05-22nfp: disallow mixing vNICs with and without NSP port entryJakub Kicinski1-20/+32
2017-05-22nfp: introduce very minimal nfp_appJakub Kicinski7-14/+152
2017-05-22nfp: add nfp_net_pf_free_vnic() functionJakub Kicinski1-7/+9
2017-05-22nfp: rename netdev/port to vNICJakub Kicinski6-97/+95
2017-05-22nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski4-36/+35
2017-05-22nfp: add nfp_cppcore_pcie_unit() helperSimon Horman2-12/+15
2017-05-16nfp: eliminate an if statement in calculation of completed framesJakub Kicinski1-8/+2
2017-05-16nfp: add a helper for wrapping descriptor indexJakub Kicinski2-11/+13
2017-05-16nfp: complete the XDP TX ring only when it's fullJakub Kicinski2-18/+35
2017-05-16nfp: add CHECKSUM_COMPLETE supportJakub Kicinski3-10/+36
2017-05-16nfp: version independent support for chained RSS metadataEdwin Peer3-14/+24
2017-05-16nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski1-4/+2
2017-05-16nfp: support LSO2 capabilityEdwin Peer3-16/+38
2017-05-16nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2-4/+4
2017-05-16nfp: don't enable TSO on the device when disabledJakub Kicinski1-0/+1