summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfp: implement .ndo_get_phys_port_name()Jakub Kicinski2017-03-101-0/+4
* nfp: add support for reporting CRC32 hash functionJakub Kicinski2017-03-101-0/+3
* nfp: add very basic access to NSP logsJakub Kicinski2017-02-201-0/+2
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-201-0/+4
* nfp: add the PF driverJakub Kicinski2017-02-101-22/+4Star
* nfp: allocate irqs in lower driverJakub Kicinski2017-02-101-4/+13
* nfp: add port layer to debugfs directoriesJakub Kicinski2017-02-101-4/+11
* nfp: rename the driver and add new main fileJakub Kicinski2017-02-101-5/+4Star
* nfp: add support for offload of XDP programsJakub Kicinski2016-11-041-0/+2