summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAgeFilesLines
* nfp: ethtool: add extended ack report messagesRyno Swart2023-12-071-2/+2
* nfp: add ethtool flow steering callbacksYinjun Zhang2023-11-201-0/+36
* nfp: fix schedule in atomic context when offloading saYinjun Zhang2023-02-091-6/+19
* nfp: fix schedule in atomic context when sync mc addressYinjun Zhang2022-12-211-0/+7
* nfp: add support for multicast filterDiana Wang2022-12-051-0/+5
* nfp: add framework to support ipsec offloadingHuanhuan Wang2022-11-211-0/+9
* nfp: extend capability and control wordsYinjun Zhang2022-11-211-0/+2
* nfp: support RX VLAN ctag/stag stripDiana Wang2022-07-041-0/+7
* nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang2022-06-131-10/+10
* nfp: remove padding in nfp_nfdk_tx_descFei Qin2022-06-021-1/+10
* nfp: add support for NFDK data pathJakub Kicinski2022-03-211-6/+21
* nfp: choose data path based on versionJakub Kicinski2022-03-211-5/+9
* nfp: use TX ring pointer write backJakub Kicinski2022-03-211-0/+7
* nfp: move tx_ring->qcidx into cold dataJakub Kicinski2022-03-211-2/+5
* nfp: prepare for multi-part descriptorsJakub Kicinski2022-03-211-2/+2
* nfp: use callbacks for slow path ring related functionsJakub Kicinski2022-03-211-0/+4
* nfp: move the fast path code to separate filesJakub Kicinski2022-03-211-93/+9
* nfp: take chip version into account for ring sizesJakub Kicinski2022-03-111-5/+0
* nfp: parametrize QCP offset/size using dev_infoJakub Kicinski2022-03-111-4/+2
* nfp: use dev_info for the DMA maskJakub Kicinski2022-03-111-3/+0
* nfp: introduce dev_info static chip dataJakub Kicinski2022-03-111-1/+5
* nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit2022-03-111-30/+2
* nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund2022-03-041-3/+28
* nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund2022-03-041-0/+4
* nfp: expose common functions to be used for AF_XDPNiklas Söderlund2022-03-041-0/+14
* nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2021-11-221-3/+0
* nfp: add support for coalesce adaptive featureYinjun Zhang2021-07-261-0/+20
* nfp: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-5/+0
* nfp: tls: implement the stream sync RX resyncJakub Kicinski2019-12-191-0/+6
* nfp: bpf: rework MTU checkingJakub Kicinski2019-08-311-1/+1
* nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski2019-07-081-0/+3
* nfp: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-051-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-121-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-191-0/+1
* nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-081-1/+1
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2
* nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-251-2/+2
* nfp: restore correct ordering of fields in rx ring structureJakub Kicinski2018-07-251-3/+4
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-3/+3