summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: add SR-IOV trusted VF supportPablo Cascón2019-04-201-0/+1
* nfp: allow fallback packets from non-reprsJohn Hurley2019-04-161-3/+13
* nfp: move vNIC reset before netdev initJakub Kicinski2019-04-131-3/+3
* nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski2019-04-131-12/+60
* nfp: opportunistically poll for reconfig resultDirk van der Merwe2019-04-131-4/+21
* nfp: remove ndo_get_port_parent_id implementationJiri Pirko2019-04-051-1/+0Star
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko2019-03-281-1/+4
* net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko2019-03-281-1/+1
* nfp: remove defines for unused control bitsJakub Kicinski2019-03-211-2/+1Star
* nfp: add .ndo_get_devlinkJakub Kicinski2019-02-261-0/+1
* nfp: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-3/+1Star
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* nfp: report more info when reconfiguration failsJakub Kicinski2018-11-301-2/+7
* nfp: avoid oversized TSO headers with metadata prependJakub Kicinski2018-11-301-1/+4
* nfp: correct descriptor offsets in presence of metadataJakub Kicinski2018-11-301-8/+12
* nfp: move queue variable initJakub Kicinski2018-11-301-1/+3
* nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski2018-11-301-14/+17
* nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2018-11-301-5/+7
* nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-201-1/+1
* nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski2018-11-101-3/+1Star
* nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski2018-11-091-5/+13
* nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-091-3/+5
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-091-2/+12
|\
| * nfp: allow apps to request larger MTU on control vNICJakub Kicinski2018-10-021-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-5/+12
|\ \ | |/ |/|
| * nfp: avoid soft lockups under control message stormJakub Kicinski2018-10-021-5/+12
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-18/+0Star
|\|
| * nfp: remove ndo_poll_controllerEric Dumazet2018-09-241-18/+0Star
* | nfp: provide a better warning when ring allocation failsJakub Kicinski2018-09-201-4/+12
* | nfp: report FW vNIC stats in interface statsJakub Kicinski2018-09-121-0/+9
* | nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-081-2/+2
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-061-7/+10
|/
* nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-09-011-15/+33
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-141-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-14/+26
|\
| * nfp: allow control message reception on data queuesJakub Kicinski2018-07-271-0/+11
| * nfp: move repr handling on RX pathJakub Kicinski2018-07-271-14/+15
* | nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-261-4/+5
* | nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski2018-07-261-8/+8
|/
* nfp: avoid buffer leak when FW communication failsJakub Kicinski2018-07-221-3/+10
* nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski2018-07-181-0/+2
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-28/+21Star
* xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski2018-07-131-0/+6
* xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-131-18/+10Star
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-3/+0Star
* nfp: make use of napi_consume_skb()Jakub Kicinski2018-06-301-5/+6
* nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski2018-06-301-0/+18
* nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-131-1/+1