summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/abm
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck2021-03-171-2/+2
* nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun2020-05-081-1/+3
* nfp: abm: fix a memory leak bugQiushi Wu2020-05-041-0/+1
* Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"Jakub Kicinski2019-12-131-10/+4
* nfp: abm: fix memory leak in nfp_abm_u32_knode_replaceNavid Emamdoost2019-09-271-4/+10
* 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/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-2/+2
|\
| * nfp: abm: fix spelling mistake "offseting" -> "offsetting"Colin Ian King2019-04-171-2/+2
* | nfp: allow fallback packets from non-reprsJohn Hurley2019-04-151-2/+3
* | nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski2019-04-121-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-194-6/+109
* nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski2018-11-195-1/+323
* nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-192-0/+24
* nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski2018-11-193-3/+50
* nfp: abm: add GRED offloadJakub Kicinski2018-11-193-10/+158
* nfp: abm: wrap RED parameters in bandsJakub Kicinski2018-11-192-40/+74
* nfp: abm: add up bands for sto/non-sto statsJakub Kicinski2018-11-191-12/+24
* nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2018-11-192-3/+46
* nfp: abm: size threshold table to account for bandsJakub Kicinski2018-11-191-2/+2
* nfp: abm: pass band parameter to functionsJakub Kicinski2018-11-193-43/+49
* nfp: abm: map per-band symbolsJakub Kicinski2018-11-192-13/+54
* nfp: abm: restructure Qdisc handlingJakub Kicinski2018-11-144-352/+340
* 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-081-0/+5
* nfp: abm: don't set negative thresholdJakub Kicinski2018-11-082-2/+11
* nfp: abm: provide more precise info about offload parameter validationJakub Kicinski2018-11-081-3/+21
* nfp: abm: split qdisc offload code into a separate fileJakub Kicinski2018-11-083-266/+278
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-113-99/+6
* nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-281-2/+2
* nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-281-19/+9
* nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-281-9/+25
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-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