aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-05nfp: default to chained metadata prepend formatJakub Kicinski1-1/+8
2017-07-01nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren1-13/+1
2017-07-01nfp: add phys_switch_id supportSimon Horman1-0/+3
2017-06-25nfp: add support for tx/rx with metadata portidSimon Horman1-6/+51
2017-06-23nfp: xdp: report if program is offloadedJakub Kicinski1-0/+2
2017-06-23nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski1-3/+10
2017-06-23nfp: bpf: release the reference on offloaded programsJakub Kicinski1-21/+13
2017-06-23nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski1-3/+11
2017-06-23nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski1-5/+18
2017-06-19nfp: add VLAN filtering supportPablo Cascón1-1/+73
2017-06-16bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
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