summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+3
|\
| * nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie2021-12-091-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-262-4/+1
|\|
| * nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2021-11-222-4/+1
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-222-3/+3
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | nfp: flower: correction of error handlingYu Xiao2021-11-191-20/+0
|/
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+2
|\
| * nfp: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-6/+2
|\ \
| * | nfp: fix potential deadlock when canceling dim workYinjun Zhang2021-10-291-4/+0
| * | nfp: fix NULL pointer access when scheduling dim workYinjun Zhang2021-10-291-2/+2
* | | nfp: flower: Allow ipv6gretap interface for offloadingYu Xiao2021-11-013-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-283-9/+26
|\| |
| * | nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetYu Xiao2021-10-283-9/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+2
|\| |
| * | nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor2021-10-181-2/+2
* | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-5/+14
|\| |
| * | nfp: flow_offload: move flow_indr_dev_register from app init to app startBaowen Zheng2021-10-121-5/+14
| |/
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-3/+3
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-023-3/+3
* | nfp: Move delink_register to be last commandLeon Romanovsky2021-09-272-10/+4
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-161-3/+0
|\|
| * net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen2021-09-161-3/+0
* | nfp: Prefer struct_size over open coded arithmeticLen Baker2021-09-131-2/+1
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* devlink: Set device as early as possibleLeon Romanovsky2021-08-092-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-0/+2
|\
| * nfp: update ethtool reporting of pauseframe controlFei Qin2021-08-031-0/+2
* | nfp: use netif_set_real_num_queues()Jakub Kicinski2021-08-041-8/+3
* | nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang2021-07-281-2/+6
* | nfp: add support for coalesce adaptive featureYinjun Zhang2021-07-264-13/+160
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-0/+1
|\|
| * Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-0/+1
| |\
| | * nfp: flower-ct: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-121-0/+1
* | | nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund2021-07-221-1/+1
* | | nfp: flower-tc: add flow stats updates for ctLouis Peens2021-07-224-2/+157
* | | nfp: flower-ct: add offload calls to the nfpLouis Peens2021-07-223-1/+16
* | | nfp: flower-ct: add flow_pay to the offload tableLouis Peens2021-07-223-2/+78
* | | nfp: flower-ct: add actions into flow_pay for offloadLouis Peens2021-07-221-0/+72
* | | nfp: flower-ct: compile match sections of flow_payloadLouis Peens2021-07-221-1/+223
* | | nfp: flower-ct: calculate required key_layersLouis Peens2021-07-224-2/+125
* | | nfp: flower: refactor action offload code slightlyLouis Peens2021-07-223-20/+19
* | | nfp: flower: refactor match functions to take flow_rule as inputLouis Peens2021-07-224-28/+17
* | | nfp: flower: make the match compilation functions reusableYinjun Zhang2021-07-222-145/+239
|/ /
* / nfp: flower-ct: remove callback delete deadlockLouis Peens2021-07-021-13/+0
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3011-14/+1586
|\