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