aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29nfp: abm: report correct MQ statsJakub Kicinski1-0/+24
2018-05-29nfp: abm: multi-queue RED offloadJakub Kicinski3-48/+208
2018-05-29nfp: abm: expose all PF queuesJakub Kicinski3-6/+16
2018-05-29nfp: abm: expose the internal stats in ethtoolJakub Kicinski3-0/+75
2018-05-29nfp: allow apps to add extra stats to portsJakub Kicinski4-2/+45
2018-05-29nfp: abm: report statistics from RED offloadJakub Kicinski3-0/+244
2018-05-29nfp: abm: add simple RED offloadJakub Kicinski2-0/+92
2018-05-29nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski3-0/+88
2018-05-29nfp: abm: enable advanced queuing on demandJakub Kicinski4-0/+40
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-24nfp: flower: compute link aggregation actionJohn Hurley5-28/+169
2018-05-24nfp: flower: implement host cmsg handler for LAGJohn Hurley3-2/+105
2018-05-24nfp: flower: monitor and offload LAG groupsJohn Hurley4-3/+646
2018-05-24nfp: flower: add per repr private data for LAG offloadJohn Hurley2-0/+34
2018-05-24nfp: flower: check for/turn on LAG support in firmwareJohn Hurley4-0/+19
2018-05-24nfp: nfpcore: add rtsym writing functionJohn Hurley2-0/+45
2018-05-24nfp: add ndo_set_mac_address for representorsJohn Hurley1-0/+1
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-31/+435
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski5-7/+30
2018-05-23nfp: use split in naming of PCIe PF portsJakub Kicinski3-1/+11
2018-05-23nfp: abm: force Ethternet port upJakub Kicinski3-0/+18
2018-05-23nfp: abm: spawn port netdevsJakub Kicinski4-20/+225
2018-05-23nfp: add devlink_eswitch_mode_set callbackJakub Kicinski2-0/+22
2018-05-23nfp: add app pointer to port representorsJakub Kicinski1-0/+2
2018-05-23nfp: abm: create project-specific vNIC structureJakub Kicinski6-4/+186
2018-05-23nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski6-0/+155
2018-05-23nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski1-50/+44
2018-05-23nfp: add shared buffer configurationJakub Kicinski6-1/+294
2018-05-23nfp: add support for per-PCI PF mailboxJakub Kicinski3-0/+173
2018-05-23nfp: move rtsym helpers to pf codeJakub Kicinski3-48/+51
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko1-2/+3
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko1-2/+2
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2-0/+35
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang5-32/+322
2018-05-17nfp: flower: fix error path during representor creationJiri Pirko3-4/+19
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-12/+105
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+0
2018-05-10nfp: flower: remove headroom from max MTU calculationPieter Jansen van Vuuren1-19/+0
2018-05-09nfp: bpf: allow zero-length capabilitiesJakub Kicinski1-1/+1
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski6-12/+105
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-31/+385
2018-05-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2-21/+32
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski7-4/+187
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski4-6/+166
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-19/+35
2018-05-01nfp: flower: set tunnel ttl value to net defaultJohn Hurley2-3/+12