summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp
Commit message (Expand)AuthorAgeFilesLines
* nfp: add set_mac_address support while the interface is upPablo Cascón2017-05-302-10/+36
* nfp: support port splitting via devlinkJakub Kicinski2017-05-264-7/+136
* nfp: calculate total port lanes for splitJakub Kicinski2017-05-262-5/+9
* nfp: register ports as devlink portsJakub Kicinski2017-05-263-0/+66
* nfp: add helper for cleaning up vNICsJakub Kicinski2017-05-261-12/+11Star
* nfp: add devlink supportSimon Horman2017-05-265-5/+63
* nfp: move mutex init out of net codeJakub Kicinski2017-05-262-1/+4
* nfp: refresh port state before reporting autonegotiationJakub Kicinski2017-05-223-9/+14
* nfp: mark port state as stale if update failedJakub Kicinski2017-05-221-0/+5
* nfp: mark port state as stale after reconfigJakub Kicinski2017-05-221-0/+2
* nfp: provide linking on port structuresJakub Kicinski2017-05-225-9/+17
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-225-25/+28
* nfp: update port state in placeJakub Kicinski2017-05-221-24/+30
* nfp: introduce nfp_portJakub Kicinski2017-05-227-63/+275
* nfp: disallow mixing vNICs with and without NSP port entryJakub Kicinski2017-05-221-20/+32
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-227-14/+152
* nfp: add nfp_net_pf_free_vnic() functionJakub Kicinski2017-05-221-7/+9
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-226-97/+95Star
* nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski2017-05-224-36/+35Star
* nfp: add nfp_cppcore_pcie_unit() helperSimon Horman2017-05-222-12/+15
* nfp: eliminate an if statement in calculation of completed framesJakub Kicinski2017-05-161-8/+2Star
* nfp: add a helper for wrapping descriptor indexJakub Kicinski2017-05-162-11/+13
* nfp: complete the XDP TX ring only when it's fullJakub Kicinski2017-05-162-18/+35
* nfp: add CHECKSUM_COMPLETE supportJakub Kicinski2017-05-163-10/+36
* nfp: version independent support for chained RSS metadataEdwin Peer2017-05-163-14/+24
* nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski2017-05-161-4/+2Star
* nfp: support LSO2 capabilityEdwin Peer2017-05-163-16/+38
* nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2017-05-162-4/+4
* nfp: don't enable TSO on the device when disabledJakub Kicinski2017-05-161-0/+1
* 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