aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski1-1/+1
2017-06-07nfp: add control vNIC datapathJakub Kicinski1-8/+315
2017-06-07nfp: prepare config and enable for working without netdevsJakub Kicinski1-2/+3
2017-06-07nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski1-71/+99
2017-06-07nfp: move nfp_net_vecs_init()Jakub Kicinski1-27/+27
2017-06-07nfp: reuse ring free code on closeJakub Kicinski1-11/+3
2017-06-07nfp: split out the allocation part of openJakub Kicinski1-22/+35
2017-06-07nfp: reorder open and close functionsJakub Kicinski1-70/+70
2017-05-31nfp: move basic eBPF stats to app-specific codeJakub Kicinski1-3/+0
2017-05-31nfp: move bpf offload code to the BPF appJakub Kicinski1-58/+8
2017-05-31nfp: add missing fall through statementsJakub Kicinski1-0/+2
2017-05-30nfp: don't keep count for free buffers delayed kickJakub Kicinski1-5/+2
2017-05-30nfp: don't add ring size to index calculationsJakub Kicinski1-2/+2
2017-05-30nfp: add set_mac_address support while the interface is upPablo Cascón1-10/+34
2017-05-22nfp: move refresh tracking into the port structureJakub Kicinski1-14/+2
2017-05-22nfp: introduce nfp_portJakub Kicinski1-22/+3
2017-05-22nfp: make nfp_net alloc/init/cleanup/free not depend on netdevsJakub Kicinski1-19/+16
2017-05-16nfp: eliminate an if statement in calculation of completed framesJakub Kicinski1-8/+2
2017-05-16nfp: add a helper for wrapping descriptor indexJakub Kicinski1-11/+10
2017-05-16nfp: complete the XDP TX ring only when it's fullJakub Kicinski1-18/+34
2017-05-16nfp: add CHECKSUM_COMPLETE supportJakub Kicinski1-8/+27
2017-05-16nfp: version independent support for chained RSS metadataEdwin Peer1-7/+13
2017-05-16nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski1-4/+2
2017-05-16nfp: support LSO2 capabilityEdwin Peer1-13/+25
2017-05-16nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer1-3/+3
2017-05-16nfp: don't enable TSO on the device when disabledJakub Kicinski1-0/+1
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann1-2/+2
2017-05-01nfp: make use of extended ack message reportingJakub Kicinski1-9/+13
2017-04-30nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski1-12/+1
2017-04-30nfp: avoid reading TX queue indexes from the deviceJakub Kicinski1-0/+6
2017-04-30nfp: do simple XDP TX buffer recyclingJakub Kicinski1-57/+83
2017-04-30nfp: drop rx_ring param from buffer allocationJakub Kicinski1-6/+2
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski1-2/+2
2017-04-24nfp: fix free list buffer size reportingJakub Kicinski1-3/+4
2017-04-24nfp: parse metadata prepend before XDP runsJakub Kicinski1-33/+34
2017-04-24nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski1-18/+35
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-04-05nfp: fix potential use after free on xdp progJakub Kicinski1-1/+2
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski1-1/+1
2017-04-05nfp: track link state changesJakub Kicinski1-0/+14
2017-03-22nfp: disable FW on reconfiguration errorsJakub Kicinski1-18/+11
2017-03-22nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski1-10/+0
2017-03-22nfp: flush xmit_more on error pathsJakub Kicinski1-0/+2
2017-03-22nfp: remove RX queue pointersJakub Kicinski1-3/+0
2017-03-22nfp: don't use netdev_warn() before netdev is registeredJakub Kicinski1-3/+3
2017-03-12nfp: add support for xdp_adjust_head()Jakub Kicinski1-30/+68
2017-03-12nfp: prepare metadata handling for xdp_adjust_head()Jakub Kicinski1-9/+19
2017-03-12nfp: reorganize pkt_off variableJakub Kicinski1-9/+10
2017-03-12nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski1-3/+11