summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfp: add CHECKSUM_COMPLETE supportJakub Kicinski2017-05-161-1/+3
* nfp: support LSO2 capabilityEdwin Peer2017-05-161-2/+7
* nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2017-05-161-1/+1
* nfp: make use of extended ack message reportingJakub Kicinski2017-05-011-1/+2
* nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-05-011-2/+2
* nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-05-011-0/+2
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-241-1/+2
* nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-241-0/+6
* nfp: add port state refreshJakub Kicinski2017-04-051-0/+1
* nfp: track link state changesJakub Kicinski2017-04-051-1/+5
* nfp: remove RX queue pointersJakub Kicinski2017-03-221-6/+2Star
* nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-131-0/+2
* nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-131-3/+3
* nfp: store dma direction in data path structureJakub Kicinski2017-03-131-4/+7
* nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-131-9/+1Star
* nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-131-1/+0Star
* nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-131-1/+3
* nfp: use dp to carry fl_bufsz at reconfig timeJakub Kicinski2017-03-131-3/+0Star
* nfp: pass new data path to ring reconfigJakub Kicinski2017-03-131-1/+4
* nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-131-10/+11
* nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-131-46/+59
* nfp: add metadata format bitJakub Kicinski2017-03-101-0/+2
* nfp: store device pointer for the fastpathJakub Kicinski2017-03-101-2/+4