aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+3
2019-07-08nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski1-0/+23
2019-07-08nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski1-4/+2
2019-07-08nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski1-1/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-11nfp: tls: make use of kernel-driven TX resyncJakub Kicinski1-3/+5
2019-06-11nfp: add async version of mailbox communicationJakub Kicinski1-5/+35
2019-06-11nfp: tls: set skb decrypted flagDirk van der Merwe1-0/+9
2019-06-09nfp: ensure skb network header is set for packet redirectJohn Hurley1-0/+1
2019-06-06nfp: tls: add basic statisticsJakub Kicinski1-6/+25
2019-06-06nfp: tls: add datapath support for TLS TXDirk van der Merwe1-0/+56
2019-06-06nfp: prepare for more TX metadata prependJakub Kicinski1-10/+34
2019-06-06nfp: add tls init codeJakub Kicinski1-2/+8
2019-06-06nfp: add support for sending control messages via mailboxJakub Kicinski1-0/+4
2019-06-06nfp: make bar_lock a semaphoreJakub Kicinski1-7/+1
2019-06-06nfp: count all failed TX attempts as errorsJakub Kicinski1-7/+5
2019-04-19nfp: add SR-IOV trusted VF supportPablo Cascón1-0/+1
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley1-3/+13
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski1-12/+60
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-04nfp: remove ndo_get_port_parent_id implementationJiri Pirko1-1/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-28nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko1-1/+4
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko1-1/+1
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski1-2/+1
2019-02-26nfp: add .ndo_get_devlinkJakub Kicinski1-0/+1
2019-02-06nfp: Implement ndo_get_port_parent_id()Florian Fainelli1-3/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski1-2/+7
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski1-1/+4
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski1-8/+12
2018-11-30nfp: move queue variable initJakub Kicinski1-1/+3
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski1-14/+17
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski1-5/+7
2018-11-19nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski1-1/+1
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski1-3/+1
2018-11-08nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski1-5/+13
2018-11-08nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski1-3/+5
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+12
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+12
2018-10-02nfp: avoid soft lockups under control message stormJakub Kicinski1-5/+12
2018-10-02nfp: allow apps to request larger MTU on control vNICJakub Kicinski1-2/+12
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+0
2018-09-23nfp: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-19nfp: provide a better warning when ring allocation failsJakub Kicinski1-4/+12
2018-09-12nfp: report FW vNIC stats in interface statsJakub Kicinski1-0/+9
2018-09-07nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-09-05nfp: separate VXLAN and GRE feature handlingJakub Kicinski1-7/+10