aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski1-0/+4
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski1-11/+20
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski1-6/+14
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski1-1/+1
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski1-0/+5
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski1-0/+7
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski1-0/+2
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski1-9/+1
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski1-0/+5
2018-01-10nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski1-4/+8
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+8
2018-01-05nfp: setup xdp_rxq_infoJesper Dangaard Brouer1-2/+8
2018-01-05nfp: add basic multicast filteringJakub Kicinski1-2/+5
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski1-1/+1
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-3/+0
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski1-0/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski1-0/+8
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski1-5/+10
2017-11-02nfp: switch to dev_alloc_page()Jakub Kicinski1-1/+1
2017-10-27drivers/net: netronome: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2017-10-10nfp: handle page allocation failuresJakub Kicinski1-6/+14
2017-09-26bpf, nfp: add meta data supportDaniel Borkmann1-25/+15
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-03nfp: be drop monitor friendlyJakub Kicinski1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2017-08-25nfp: add basic SR-IOV ndo functionsPablo Cascón1-0/+6
2017-08-23nfp: TX time stamp packets before HW doorbell is rungJakub Kicinski1-2/+2
2017-08-23nfp: avoid buffer leak when representor is missingJakub Kicinski1-5/+5
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-18nfp: fix infinite loop on umapping cleanupColin Ian King1-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-01nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli1-0/+2
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe1-1/+9