summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAgeFilesLines
* nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski2019-07-091-0/+3
* nfp: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-061-1/+1
* nfp: tls: enable TLS RX offloadJakub Kicinski2019-06-111-0/+2
* nfp: add async version of mailbox communicationJakub Kicinski2019-06-111-0/+14
* nfp: tls: set skb decrypted flagDirk van der Merwe2019-06-111-1/+3
* nfp: tls: add basic statisticsJakub Kicinski2019-06-061-3/+20
* nfp: tls: add/delete TLS TX connectionsDirk van der Merwe2019-06-061-1/+4
* nfp: tls: add datapath support for TLS TXDirk van der Merwe2019-06-061-0/+2
* nfp: add tls init codeJakub Kicinski2019-06-061-0/+1
* nfp: add support for sending control messages via mailboxJakub Kicinski2019-06-061-0/+10
* nfp: make bar_lock a semaphoreJakub Kicinski2019-06-061-3/+4
* nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski2019-04-131-2/+21
* nfp: report more info when reconfiguration failsJakub Kicinski2018-11-301-0/+2
* nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2018-11-301-0/+1
* nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-201-0/+1
* nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-091-1/+1
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-261-2/+2
* nfp: restore correct ordering of fields in rx ring structureJakub Kicinski2018-07-261-3/+4
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-3/+3
* xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-131-4/+2Star
* nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-131-0/+4
* nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-231-2/+5
* nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-041-1/+3
* nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-061-1/+5
* nfp: add TLV capabilities to the BARJakub Kicinski2018-01-191-0/+3
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-141-0/+12
* nfp: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-061-1/+4
* nfp: fix old kdoc issuesJakub Kicinski2017-12-011-0/+2
* nfp: bpf: require seamless reload for program replaceJakub Kicinski2017-11-051-2/+0Star
* nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-021-0/+3
* nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-191-2/+0Star
* nfp: add support for tx/rx with metadata portidSimon Horman2017-06-251-0/+1
* nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-231-0/+2
* nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-231-0/+3
* nfp: map all queue controllers at onceJakub Kicinski2017-06-071-0/+1
* nfp: add control vNIC datapathJakub Kicinski2017-06-071-1/+16
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-071-1/+1
* nfp: make sure debug accesses don't depend on netdevsJakub Kicinski2017-06-071-0/+11
* nfp: prepare print macros for use without netdevJakub Kicinski2017-06-071-8/+25
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-311-12/+3Star
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-311-1/+0Star
* nfp: don't keep count for free buffers delayed kickJakub Kicinski2017-05-301-3/+0Star
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-221-4/+0Star
* nfp: introduce nfp_portJakub Kicinski2017-05-221-4/+10
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-221-2/+2
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-221-5/+5
* nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski2017-05-221-5/+7
* nfp: add a helper for wrapping descriptor indexJakub Kicinski2017-05-161-0/+3
* nfp: complete the XDP TX ring only when it's fullJakub Kicinski2017-05-161-0/+1