summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfpcore
Commit message (Expand)AuthorAgeFilesLines
...
* nfp: wait for the NSP resource to appear on bootJakub Kicinski2017-09-132-0/+47
* nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe2017-07-251-2/+16
* nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski2017-06-272-23/+0Star
* nfp: add helper for mapping runtime symbolsJakub Kicinski2017-06-272-0/+31
* nfp: move area mapping helper into nfpcoreJakub Kicinski2017-06-273-0/+82
* nfp: map mac_stats and vf_cfg BARsSimon Horman2017-06-252-1/+6
* nfp: report application FW build name in ethtool -iJakub Kicinski2017-06-092-0/+8
* nfp: keep MIP object aroundJakub Kicinski2017-06-092-3/+15
* nfp: remove automatic caching of HWInfoJakub Kicinski2017-06-094-63/+31Star
* nfp: remove automatic caching of RTsym tableJakub Kicinski2017-06-095-109/+53Star
* nfp: don't wait for resources indefinitelyJakub Kicinski2017-05-303-4/+20
* nfp: add hwmon supportDavid Brunecz2017-05-304-1/+68
* nfp: support variable NSP response lengthsJakub Kicinski2017-05-301-0/+8
* nfp: shorten CPP core probe logsJakub Kicinski2017-05-301-8/+11
* nfp: support long reads and writes with the cpp helpersJakub Kicinski2017-05-302-18/+72
* nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski2017-05-301-2/+8
* nfp: don't set aux pointers if ioremap failedJakub Kicinski2017-05-301-8/+12
* nfp: calculate total port lanes for splitJakub Kicinski2017-05-262-5/+9
* nfp: add nfp_cppcore_pcie_unit() helperSimon Horman2017-05-221-0/+11
* nfp: don't completely refuse to work with old flashesJakub Kicinski2017-05-011-3/+1Star
* nfp: add NSP routine to get static informationDavid Brunecz2017-04-244-0/+121
* nfp: NSP backend for link configuration operationsJakub Kicinski2017-04-053-14/+179
* nfp: add extended error messagesJakub Kicinski2017-04-051-8/+29
* nfp: turn NSP port entry into a unionJakub Kicinski2017-04-051-13/+25
* nfp: allow multi-stage NSP configurationJakub Kicinski2017-04-054-31/+138
* nfp: separate high level and low level NSP headersJakub Kicinski2017-04-054-16/+18
* nfp: report port type in ethtoolJakub Kicinski2017-04-052-0/+45
* nfp: report auto-negotiation in ethtoolJakub Kicinski2017-04-052-0/+13
* nfp: don't spawn netdevs for reconfigured portsJakub Kicinski2017-04-052-3/+12
* nfp: fix nfp_cpp_read()/nfp_cpp_write() error pathsJakub Kicinski2017-03-221-6/+9
* nfp: fix invalid area detectionJakub Kicinski2017-03-221-14/+15
* nfp: don't ignore return value of wait_event_interruptibleJakub Kicinski2017-03-221-18/+38
* nfp: correct return codes when msleep gets interruptedJakub Kicinski2017-03-221-6/+6
* nfp: lock area cache earlierJakub Kicinski2017-03-221-6/+8
* nfp: document expected locking in the coreJakub Kicinski2017-03-221-6/+27
* nfp: move mutex code out of nfp_cppcore.cJakub Kicinski2017-03-222-304/+345
* nfp: remove cpp mutex cacheJakub Kicinski2017-03-221-41/+2Star
* nfp: fail graciously when someone tries to grab global lockJakub Kicinski2017-03-222-11/+13
* nfp: disallow sharing mutexes on the same machineJakub Kicinski2017-03-221-6/+0Star
* nfp: prevent theoretical buffer overrun in nfp_eth_read_portsSimon Horman2017-03-101-14/+20
* nfp: implement .ndo_get_phys_port_name()Jakub Kicinski2017-03-102-5/+41
* nfp: return nfp_rtsym_read_le() errors correctlyJakub Kicinski2017-02-201-3/+5
* nfp: add very basic access to NSP logsJakub Kicinski2017-02-201-0/+1
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-202-0/+13
* nfp: store NSP ABI version in state structureJakub Kicinski2017-02-201-14/+13Star
* nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* definesSimon Horman2017-02-172-7/+2Star
* nfp: add support for service processor accessJakub Kicinski2017-02-106-0/+797
* nfp: add rtsym supportJakub Kicinski2017-02-104-0/+352
* nfp: add MIP reading supportJakub Kicinski2017-02-102-0/+184
* nfp: add support for reading nffw infoJakub Kicinski2017-02-102-0/+374