summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
AgeCommit message (Expand)Author
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski
2018-11-30nfp: move queue variable initJakub Kicinski
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski
2018-11-19nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski
2018-11-08nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski
2018-11-08nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-02nfp: avoid soft lockups under control message stormJakub Kicinski
2018-10-02nfp: allow apps to request larger MTU on control vNICJakub Kicinski
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23nfp: remove ndo_poll_controllerEric Dumazet
2018-09-19nfp: provide a better warning when ring allocation failsJakub Kicinski
2018-09-12nfp: report FW vNIC stats in interface statsJakub Kicinski
2018-09-07nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian
2018-09-05nfp: separate VXLAN and GRE feature handlingJakub Kicinski
2018-08-31nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski
2018-07-27nfp: move repr handling on RX pathJakub Kicinski
2018-07-25nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski
2018-07-25nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-06-30nfp: make use of napi_consume_skb()Jakub Kicinski
2018-06-30nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski
2018-06-12nfp: remove phys_port_name on flower's vNICJakub Kicinski
2018-06-12nfp: include all ring counters in interface statsJakub Kicinski
2018-05-29nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski
2018-05-29nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski
2018-04-18bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley
2018-02-08nfp: limit the number of TSO segmentsJakub Kicinski
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski
2018-02-08nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski