summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-031-2/+2
* nfp: make use of extended ack message reportingJakub Kicinski2017-05-013-12/+17
* nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-05-012-14/+3Star
* nfp: don't completely refuse to work with old flashesJakub Kicinski2017-05-011-3/+1Star
* nfp: avoid reading TX queue indexes from the deviceJakub Kicinski2017-05-011-0/+6
* nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-05-012-57/+85
* nfp: drop rx_ring param from buffer allocationJakub Kicinski2017-05-011-6/+2Star
* nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-05-014-21/+21
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-243-25/+58
* nfp: fix free list buffer size reportingJakub Kicinski2017-04-241-3/+4
* nfp: add NSP routine to get static informationDavid Brunecz2017-04-246-0/+129
* nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-242-33/+40
* nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski2017-04-241-18/+35
* nfp: don't dereference a null nn->eth_port to print a warningColin Ian King2017-04-081-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+2
|\
| * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-061-1/+2
* | 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/+11Star
* | nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski2017-03-221-10/+0Star
* | nfp: flush xmit_more on error pathsJakub Kicinski2017-03-221-0/+2
* | nfp: remove RX queue pointersJakub Kicinski2017-03-223-20/+6Star
* | 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/+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: 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/+24Star