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