aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
...
* | nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang2022-06-1310-33/+52
* | nfp: flower: support to offload pedit of IPv6 flowinto fieldsYinjun Zhang2022-06-102-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-103-37/+39
|\|
| * nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde2022-06-092-24/+24
| * nfp: avoid unnecessary check warnings in nfp_app_get_vf_configFei Qin2022-06-091-13/+15
* | nfp: Remove kernel.h when not neededChristophe JAILLET2022-06-081-1/+0
|/
* nfp: remove padding in nfp_nfdk_tx_descFei Qin2022-06-023-9/+17
* nfp: only report pause frame configuration for physical deviceYu Xiao2022-05-281-2/+2
* nfp: flower: fix typo in commentJulia Lawall2022-05-221-1/+1
* nfp: flower: support ct merging when mangle action existsYinjun Zhang2022-05-192-105/+189
* nfp: VF rate limit supportBin Chen2022-05-123-2/+56
* nfp: flower: fix 'variable 'flow6' set but not used'Louis Peens2022-05-101-12/+7
* nfp: support Corigine PCIE vendor IDYu Xiao2022-05-094-16/+50
* nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao2022-05-093-5/+7
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-2/+2
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-2/+1
* nfp: flower: enable decap_v2 bitLouis Peens2022-05-061-1/+2
* nfp: flower: remove unused neighbour cacheLouis Peens2022-05-062-183/+0
* nfp: flower: link pre_tun flow rules with neigh entriesLouis Peens2022-05-063-1/+154
* nfp: flower: rework tunnel neighbour configurationLouis Peens2022-05-061-59/+115
* nfp: flower: update nfp_tun_neigh structsLouis Peens2022-05-062-33/+47
* nfp: flower: fixup ipv6/ipv4 route lookup for neigh eventsLouis Peens2022-05-061-19/+33
* nfp: flower: enforce more strict pre_tun checksLouis Peens2022-05-061-7/+34
* nfp: flower: add/remove predt_list entriesLouis Peens2022-05-062-7/+39
* nfp: flower: add infrastructure for pre_tun reworkLouis Peens2022-05-063-33/+105
* nfp: support VxLAN inner TSO with GSO_PARTIAL offloadFei Qin2022-05-021-2/+6
* nfp: flower: utilize the tuple iifidx in offloading ct flowsYinjun Zhang2022-04-291-3/+22
* ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* nfp: support 802.1ad VLAN assingment to VFBaowen Zheng2022-04-222-11/+35
* nfp: update nfp_X logging definitionsDylan Muller2022-04-131-6/+20
* devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-6/+1
* nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang2022-03-212-5/+208
* nfp: add support for NFDK data pathJakub Kicinski2022-03-219-6/+1715
* nfp: choose data path based on versionJakub Kicinski2022-03-216-19/+41
* nfp: add per-data path feature maskJakub Kicinski2022-03-213-0/+20
* nfp: use TX ring pointer write backJakub Kicinski2022-03-216-7/+56
* nfp: move tx_ring->qcidx into cold dataJakub Kicinski2022-03-211-2/+5
* nfp: prepare for multi-part descriptorsJakub Kicinski2022-03-214-5/+10
* nfp: use callbacks for slow path ring related functionsJakub Kicinski2022-03-218-114/+148
* nfp: move the fast path code to separate filesJakub Kicinski2022-03-2112-2552/+2758
* nfp: calculate ring masks without conditionalsJakub Kicinski2022-03-211-4/+4
* devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski2022-03-163-28/+7
* devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski2022-03-161-24/+8
* eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski2022-03-166-41/+48
* eth: nfp: wrap locking assertions in helpersJakub Kicinski2022-03-164-5/+14
* nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund2022-03-141-1/+1
* nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe2022-03-115-4/+29
* nfp: take chip version into account for ring sizesJakub Kicinski2022-03-114-10/+16
* nfp: parametrize QCP offset/size using dev_infoJakub Kicinski2022-03-116-9/+32
* nfp: use dev_info for the DMA maskJakub Kicinski2022-03-115-7/+6