summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-2/+2
* | nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-0/+8
* | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
* | nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-021-5/+10
* | nfp: switch to dev_alloc_page()Jakub Kicinski2017-11-021-1/+1
* | drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-6/+14
|\|
| * nfp: handle page allocation failuresJakub Kicinski2017-10-101-6/+14
* | bpf, nfp: add meta data supportDaniel Borkmann2017-09-261-25/+15
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
|/
* nfp: be drop monitor friendlyJakub Kicinski2017-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-7/+7
|\
| * nfp: TX time stamp packets before HW doorbell is rungJakub Kicinski2017-08-231-2/+2
| * nfp: avoid buffer leak when representor is missingJakub Kicinski2017-08-231-5/+5
* | nfp: add basic SR-IOV ndo functionsPablo Cascón2017-08-251-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+1
|\|
| * nfp: fix infinite loop on umapping cleanupColin Ian King2017-08-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+2
|\|
| * nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+2
* | nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe2017-07-251-1/+9
|/
* nfp: default to chained metadata prepend formatJakub Kicinski2017-07-051-1/+8
* nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren2017-07-011-13/+1
* nfp: add phys_switch_id supportSimon Horman2017-07-011-0/+3
* nfp: add support for tx/rx with metadata portidSimon Horman2017-06-251-6/+51
* nfp: xdp: report if program is offloadedJakub Kicinski2017-06-231-0/+2
* nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski2017-06-231-3/+10
* nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-231-21/+13
* nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-231-3/+11
* nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski2017-06-231-5/+18
* nfp: add VLAN filtering supportPablo Cascón2017-06-191-1/+73
* bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+5
* nfp: create control vNICs and wire up rx/txJakub Kicinski2017-06-071-1/+1
* nfp: add control vNIC datapathJakub Kicinski2017-06-071-8/+315
* nfp: prepare config and enable for working without netdevsJakub Kicinski2017-06-071-2/+3
* nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski2017-06-071-71/+99
* nfp: move nfp_net_vecs_init()Jakub Kicinski2017-06-071-27/+27
* nfp: reuse ring free code on closeJakub Kicinski2017-06-071-11/+3
* nfp: split out the allocation part of openJakub Kicinski2017-06-071-22/+35
* nfp: reorder open and close functionsJakub Kicinski2017-06-071-70/+70
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-311-3/+0
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-311-58/+8
* nfp: add missing fall through statementsJakub Kicinski2017-05-311-0/+2
* nfp: don't keep count for free buffers delayed kickJakub Kicinski2017-05-301-5/+2
* nfp: don't add ring size to index calculationsJakub Kicinski2017-05-301-2/+2
* nfp: add set_mac_address support while the interface is upPablo Cascón2017-05-301-10/+34
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-221-14/+2
* nfp: introduce nfp_portJakub Kicinski2017-05-221-22/+3