summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: add support for .set_link_ksettings()Jakub Kicinski2017-04-051-0/+46
* 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-058-20/+22
* nfp: report port type in ethtoolJakub Kicinski2017-04-053-0/+46
* nfp: report auto-negotiation in ethtoolJakub Kicinski2017-04-053-0/+17
* nfp: report link speed from NSPJakub Kicinski2017-04-051-0/+11
* nfp: add port state refreshJakub Kicinski2017-04-053-8/+85
* nfp: track link state changesJakub Kicinski2017-04-052-1/+19
* nfp: add mutex protection for the port listJakub Kicinski2017-04-053-4/+21
* nfp: don't spawn netdevs for reconfigured portsJakub Kicinski2017-04-054-37/+62
* nfp: add support for .get_link_ksettings()Jakub Kicinski2017-04-052-0/+62
* nfp: disable FW on reconfiguration errorsJakub Kicinski2017-03-221-18/+11
* nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski2017-03-221-10/+0
* nfp: flush xmit_more on error pathsJakub Kicinski2017-03-221-0/+2
* nfp: remove RX queue pointersJakub Kicinski2017-03-223-20/+6
* nfp: don't use netdev_warn() before netdev is registeredJakub Kicinski2017-03-221-3/+3
* 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-223-304/+346
* nfp: remove cpp mutex cacheJakub Kicinski2017-03-221-41/+2
* 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/+0
* nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-132-30/+70
* nfp: prepare metadata handling for xdp_adjust_head()Jakub Kicinski2017-03-131-9/+19
* nfp: reorganize pkt_off variableJakub Kicinski2017-03-131-9/+10
* nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-132-6/+14
* nfp: store dma direction in data path structureJakub Kicinski2017-03-132-32/+24
* nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-133-227/+89
* nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-133-52/+37
* nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-133-14/+15
* nfp: use dp to carry fl_bufsz at reconfig timeJakub Kicinski2017-03-132-32/+27
* nfp: use dp to carry number of stack tx rings and vectorsJakub Kicinski2017-03-131-31/+31
* nfp: pass new data path to ring reconfigJakub Kicinski2017-03-133-36/+91
* nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-134-20/+21
* nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-137-414/+436
* nfp: prevent theoretical buffer overrun in nfp_eth_read_portsSimon Horman2017-03-101-14/+20
* nfp: add metadata format bitJakub Kicinski2017-03-102-1/+5
* nfp: avoid rearming the interrupts when in busy pollJakub Kicinski2017-03-101-4/+3
* nfp: store device pointer for the fastpathJakub Kicinski2017-03-104-38/+31
* nfp: reorder variables in nfp_net_tx()Jakub Kicinski2017-03-101-2/+2
* nfp: move more ring debug info to debugfsJakub Kicinski2017-03-102-13/+9
* nfp: implement .ndo_get_phys_port_name()Jakub Kicinski2017-03-105-5/+69
* nfp: add support for reporting CRC32 hash functionJakub Kicinski2017-03-104-11/+75