summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nfp: remove unnecessary parameters from nfp_net_bpf_offload()Jakub Kicinski2016-11-041-3/+1Star
* nfp: add XDP support in the driverJakub Kicinski2016-11-041-3/+14
* nfp: add support for ethtool .set_channelsJakub Kicinski2016-11-041-0/+1
* nfp: centralize runtime reconfiguration logicJakub Kicinski2016-11-041-1/+9
* nfp: replace num_irqs with max_r_vecsJakub Kicinski2016-11-011-2/+2
* nfp: use unsigned int for vector/ring countsJakub Kicinski2016-11-011-8/+9
* nfp: create separate define for max number of vectorsJakub Kicinski2016-11-011-3/+5
* nfp: use alloc_frag() and build_skb()Jakub Kicinski2016-11-011-2/+6
* nfp: centralize the buffer size calculationJakub Kicinski2016-11-011-1/+0Star
* nfp: remove support for nfp3200Jakub Kicinski2016-11-011-6/+1Star
* nfp: bpf: add packet marking supportJakub Kicinski2016-09-221-0/+2
* nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-221-0/+19
* nfp: bpf: add hardware bpf offloadJakub Kicinski2016-09-221-2/+24
* nfp: correct name of control BAR defineJakub Kicinski2016-06-301-1/+1
* nfp: add async reconfiguration mechanismJakub Kicinski2016-04-171-2/+10
* nfp: allow ring size reconfiguration at runtimeJakub Kicinski2016-04-081-0/+1
* nfp: propagate list buffer size in struct rx_ringJakub Kicinski2016-04-081-0/+3
* nfp: allocate ring SW structs dynamicallyJakub Kicinski2016-04-081-3/+3