aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net.h
Commit message (Expand)AuthorAge
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-11
* nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-26
* nfp: restore correct ordering of fields in rx ring structureJakub Kicinski2018-07-26
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-13
* xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-13
* nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-12
* nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-23
* nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-04
* nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-06
* nfp: add TLV capabilities to the BARJakub Kicinski2018-01-19
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-14
* nfp: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-05
* nfp: fix old kdoc issuesJakub Kicinski2017-12-01
* nfp: bpf: require seamless reload for program replaceJakub Kicinski2017-11-05
* nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-02
* nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-19
* nfp: add support for tx/rx with metadata portidSimon Horman2017-06-25
* nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-23
* nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-23
* nfp: map all queue controllers at onceJakub Kicinski2017-06-07
* nfp: add control vNIC datapathJakub Kicinski2017-06-07
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-07
* nfp: make sure debug accesses don't depend on netdevsJakub Kicinski2017-06-07
* nfp: prepare print macros for use without netdevJakub Kicinski2017-06-07
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-31
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-31
* nfp: don't keep count for free buffers delayed kickJakub Kicinski2017-05-30
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-22
* nfp: introduce nfp_portJakub Kicinski2017-05-22
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-22
* nfp: rename netdev/port to vNICJakub Kicinski2017-05-22
* nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski2017-05-22
* nfp: add a helper for wrapping descriptor indexJakub Kicinski2017-05-16
* nfp: complete the XDP TX ring only when it's fullJakub Kicinski2017-05-16
* nfp: add CHECKSUM_COMPLETE supportJakub Kicinski2017-05-16
* nfp: support LSO2 capabilityEdwin Peer2017-05-16
* nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2017-05-16
* nfp: make use of extended ack message reportingJakub Kicinski2017-05-01
* nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-04-30
* nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-04-30
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-24
* nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-24
* nfp: add port state refreshJakub Kicinski2017-04-05
* nfp: track link state changesJakub Kicinski2017-04-05
* nfp: remove RX queue pointersJakub Kicinski2017-03-22
* nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-13
* nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-13
* nfp: store dma direction in data path structureJakub Kicinski2017-03-13
* nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-13
* nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-13