summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/abm
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-3/+6
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-15/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-2/+2
|\
| * nfp: abm: fix spelling mistake "offseting" -> "offsetting"Colin Ian King2019-04-181-2/+2
* | nfp: allow fallback packets from non-reprsJohn Hurley2019-04-161-2/+3
* | nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski2019-04-131-2/+6
|/
* nfp: abm: allow to opt-out of RED offloadJakub Kicinski2018-12-163-6/+32
* nfp: add locking around representor changesJakub Kicinski2018-11-301-0/+4
* nfp: abm: add support for more threshold actionsJakub Kicinski2018-11-204-6/+109
* nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski2018-11-205-1/+323
* nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-202-0/+24
* nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski2018-11-203-3/+50
* nfp: abm: add GRED offloadJakub Kicinski2018-11-203-10/+158
* nfp: abm: wrap RED parameters in bandsJakub Kicinski2018-11-202-40/+74
* nfp: abm: add up bands for sto/non-sto statsJakub Kicinski2018-11-201-12/+24
* nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2018-11-202-3/+46
* nfp: abm: size threshold table to account for bandsJakub Kicinski2018-11-201-2/+2
* nfp: abm: pass band parameter to functionsJakub Kicinski2018-11-203-43/+49
* nfp: abm: map per-band symbolsJakub Kicinski2018-11-202-13/+54
* nfp: abm: restructure Qdisc handlingJakub Kicinski2018-11-144-352/+340Star
* nfp: abm: save RED's parametersJakub Kicinski2018-11-142-1/+18
* nfp: abm: reset RED's child based on limitJakub Kicinski2018-11-141-5/+22
* nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2018-11-142-0/+107
* nfp: abm: allocate Qdisc child tableJakub Kicinski2018-11-142-7/+24
* nfp: abm: remember which Qdisc is rootJakub Kicinski2018-11-143-0/+19
* nfp: abm: track all offload-enabled qdiscsJakub Kicinski2018-11-143-4/+132
* nfp: abm: keep track of all RED thresholdsJakub Kicinski2018-11-144-41/+120
* nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski2018-11-143-24/+29
* nfp: abm: refuse RED offload with harddrop setJakub Kicinski2018-11-091-0/+5
* nfp: abm: don't set negative thresholdJakub Kicinski2018-11-092-2/+11
* nfp: abm: provide more precise info about offload parameter validationJakub Kicinski2018-11-091-3/+21
* nfp: abm: split qdisc offload code into a separate fileJakub Kicinski2018-11-093-266/+278
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-113-99/+6Star
* nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-291-2/+2
* nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-291-19/+9Star
* nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-291-9/+25
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-1/+1
* nfp: abm: report correct MQ statsJakub Kicinski2018-05-291-0/+24
* nfp: abm: multi-queue RED offloadJakub Kicinski2018-05-293-48/+208
* nfp: abm: expose all PF queuesJakub Kicinski2018-05-291-3/+7
* nfp: abm: expose the internal stats in ethtoolJakub Kicinski2018-05-293-0/+75
* nfp: abm: report statistics from RED offloadJakub Kicinski2018-05-293-0/+244
* nfp: abm: add simple RED offloadJakub Kicinski2018-05-292-0/+92
* nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski2018-05-292-0/+83
* nfp: abm: enable advanced queuing on demandJakub Kicinski2018-05-293-0/+26
* nfp: use split in naming of PCIe PF portsJakub Kicinski2018-05-231-0/+2
* nfp: abm: force Ethternet port upJakub Kicinski2018-05-231-0/+14
* nfp: abm: spawn port netdevsJakub Kicinski2018-05-232-19/+223
* nfp: abm: create project-specific vNIC structureJakub Kicinski2018-05-233-1/+181
* nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski2018-05-232-0/+132