summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
AgeCommit message (Expand)Author
2017-08-23nfp: TX time stamp packets before HW doorbell is rungJakub Kicinski
2017-08-23nfp: avoid buffer leak when representor is missingJakub Kicinski
2017-08-18nfp: fix infinite loop on umapping cleanupColin Ian King
2017-08-01nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli
2017-07-05nfp: default to chained metadata prepend formatJakub Kicinski
2017-07-01nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren
2017-07-01nfp: add phys_switch_id supportSimon Horman
2017-06-25nfp: add support for tx/rx with metadata portidSimon Horman
2017-06-23nfp: xdp: report if program is offloadedJakub Kicinski
2017-06-23nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski
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-23nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski
2017-06-19nfp: add VLAN filtering supportPablo Cascón
2017-06-16bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski
2017-06-07nfp: add control vNIC datapathJakub Kicinski
2017-06-07nfp: prepare config and enable for working without netdevsJakub Kicinski
2017-06-07nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski
2017-06-07nfp: move nfp_net_vecs_init()Jakub Kicinski
2017-06-07nfp: reuse ring free code on closeJakub Kicinski
2017-06-07nfp: split out the allocation part of openJakub Kicinski
2017-06-07nfp: reorder open and close functionsJakub 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-31nfp: add missing fall through statementsJakub Kicinski
2017-05-30nfp: don't keep count for free buffers delayed kickJakub Kicinski
2017-05-30nfp: don't add ring size to index calculationsJakub Kicinski
2017-05-30nfp: add set_mac_address support while the interface is upPablo Cascón
2017-05-22nfp: move refresh tracking into the port structureJakub Kicinski
2017-05-22nfp: introduce nfp_portJakub Kicinski
2017-05-22nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski
2017-05-16nfp: eliminate an if statement in calculation of completed framesJakub 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: version independent support for chained RSS metadataEdwin Peer
2017-05-16nfp: don't assume RSS and IRQ moderation are always enabledJakub 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-16nfp: don't enable TSO on the device when disabledJakub Kicinski
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann
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: avoid reading TX queue indexes from the deviceJakub Kicinski
2017-04-30nfp: do simple XDP TX buffer recyclingJakub Kicinski
2017-04-30nfp: drop rx_ring param from buffer allocationJakub Kicinski
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski
2017-04-24nfp: fix free list buffer size reportingJakub Kicinski