summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/nfpcore
AgeCommit message (Expand)Author
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-15nfp: implement firmware flashingDirk van der Merwe
2017-12-15nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe
2017-12-15nfp: add nfp_cpp_area_size() accessorJakub Kicinski
2017-12-05nfp: dump all hwinfoCarl Heymann
2017-12-01nfp: fix old kdoc issuesJakub Kicinski
2017-11-05nfp: add helpers for FEC supportDirk van der Merwe
2017-11-05nfp: make use of MAC reinitJakub Kicinski
2017-11-05nfp: don't depend on compiler constant propagationJakub Kicinski
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski
2017-06-25nfp: map mac_stats and vf_cfg BARsSimon Horman
2017-06-09nfp: report application FW build name in ethtool -iJakub Kicinski
2017-06-09nfp: keep MIP object aroundJakub Kicinski
2017-06-09nfp: remove automatic caching of HWInfoJakub Kicinski
2017-06-09nfp: remove automatic caching of RTsym tableJakub Kicinski
2017-05-30nfp: don't wait for resources indefinitelyJakub Kicinski
2017-05-30nfp: add hwmon supportDavid Brunecz
2017-05-30nfp: support variable NSP response lengthsJakub Kicinski
2017-05-30nfp: shorten CPP core probe logsJakub Kicinski
2017-05-30nfp: support long reads and writes with the cpp helpersJakub Kicinski
2017-05-30nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski
2017-05-30nfp: don't set aux pointers if ioremap failedJakub Kicinski
2017-05-26nfp: calculate total port lanes for splitJakub Kicinski
2017-05-22nfp: add nfp_cppcore_pcie_unit() helperSimon Horman
2017-04-30nfp: don't completely refuse to work with old flashesJakub Kicinski
2017-04-24nfp: add NSP routine to get static informationDavid Brunecz
2017-04-05nfp: NSP backend for link configuration operationsJakub Kicinski
2017-04-05nfp: add extended error messagesJakub Kicinski
2017-04-05nfp: turn NSP port entry into a unionJakub Kicinski
2017-04-05nfp: allow multi-stage NSP configurationJakub Kicinski
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski
2017-04-05nfp: report port type in ethtoolJakub Kicinski
2017-04-05nfp: report auto-negotiation in ethtoolJakub Kicinski
2017-04-05nfp: don't spawn netdevs for reconfigured portsJakub Kicinski
2017-03-22nfp: fix nfp_cpp_read()/nfp_cpp_write() error pathsJakub Kicinski
2017-03-22nfp: fix invalid area detectionJakub Kicinski
2017-03-22nfp: don't ignore return value of wait_event_interruptibleJakub Kicinski
2017-03-22nfp: correct return codes when msleep gets interruptedJakub Kicinski
2017-03-22nfp: lock area cache earlierJakub Kicinski
2017-03-22nfp: document expected locking in the coreJakub Kicinski
2017-03-22nfp: move mutex code out of nfp_cppcore.cJakub Kicinski
2017-03-22nfp: remove cpp mutex cacheJakub Kicinski
2017-03-22nfp: fail graciously when someone tries to grab global lockJakub Kicinski
2017-03-22nfp: disallow sharing mutexes on the same machineJakub Kicinski