aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-27nfp: don't depend on eth_tbl being availableJakub Kicinski4-16/+23
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-113/+124
2018-04-25nfp: flower: ignore duplicate cb requests for same ruleJohn Hurley2-3/+21
2018-04-25nfp: flower: support offloading multiple rules with same cookieJohn Hurley3-17/+38
2018-04-25nfp: print PCIe link bandwidth on probeJakub Kicinski1-0/+1
2018-04-25nfp: reset local locks on initJakub Kicinski5-0/+113
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2-13/+35
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+54