aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-31nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski1-15/+33
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski1-2/+0
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+26
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski1-0/+11
2018-07-27nfp: move repr handling on RX pathJakub Kicinski1-14/+15
2018-07-25nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski1-4/+5
2018-07-25nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski1-8/+8
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski1-3/+10
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski1-0/+2
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski1-28/+21
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski1-0/+6
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski1-18/+10
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-3/+0
2018-06-30nfp: make use of napi_consume_skb()Jakub Kicinski1-5/+6
2018-06-30nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski1-0/+18
2018-06-12nfp: remove phys_port_name on flower's vNICJakub Kicinski1-1/+1
2018-06-12nfp: include all ring counters in interface statsJakub Kicinski1-1/+1
2018-05-29nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski1-1/+1
2018-05-29nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski1-5/+6
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski1-1/+19
2018-04-18bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski1-1/+1
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley1-1/+1
2018-02-08nfp: limit the number of TSO segmentsJakub Kicinski1-0/+2
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski1-4/+3
2018-02-08nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski1-1/+1