summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-014-10/+12
|\
| * nfp: fix the access to management firmware hangingGao Xiao2022-08-301-0/+1
| * net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-292-8/+8
| * nfp: flower: fix ingress police using matchall filterTianyu Yuan2022-08-261-2/+3
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* | nfp: add support for eeprom get and set commandBaowen Zheng2022-08-301-0/+157
* | nfp: check if application firmware is indifferent to port speedYinjun Zhang2022-08-304-1/+59
* | nfp: propagate port speed from management firmwareYinjun Zhang2022-08-306-24/+79
* | nfp: flower: support case of match on ct_state(0/0x3f)Wenjuan Geng2022-08-251-2/+7
|/
* nfp: fix use-after-free in area_cache_get()Jialiang Wang2022-08-111-1/+2
* nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao2022-08-031-0/+2
* nfp: flower: add support for tunnel offload without key IDBaowen Zheng2022-08-011-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * nfp: bpf: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\|
| * ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-142-13/+38
|\|
| * nfp: flower: configure tunnel neighbour on cmsg rxTianyu Yuan2022-07-141-5/+13
| * nfp: fix issue of skb segments exceeds descriptor limitationBaowen Zheng2022-07-091-8/+25
* | nfp: support TX VLAN ctag insert in NFDKDiana Wang2022-07-123-31/+35
* | nfp: fix clang -Wformat warningsJustin Stitt2022-07-122-2/+2
* | nfp: enable TSO by default for nfp netdevSimon Horman2022-07-062-7/+5
* | nfp: allow TSO packets with metadata prepended in NFDK pathYinjun Zhang2022-07-061-17/+0
* | nfp: support TX VLAN ctag insertDiana Wang2022-07-045-19/+45
* | nfp: support RX VLAN ctag/stag stripDiana Wang2022-07-0411-22/+143
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-023-10/+7
* | nfp: support VF rate limit with NFDKBin Chen2022-07-011-0/+1
* | nfp: flower: fix comment typos and formattingWalter Heymans2022-06-297-17/+17
* | nfp: add support for 'ethtool -t DEVNAME' commandFei Qin2022-06-271-0/+167
* | nfp: support vepa mode in HW bridgeYinjun Zhang2022-06-274-2/+73
* | nfp: add 'ethtool --identify' supportSixiang Chen2022-06-233-0/+66
* | nfp: compose firmware file name with new hwinfo "nffw.partno"Yu Xiao2022-06-211-1/+3
* | Revert "nfp: update nfp_X logging definitions"Simon Horman2022-06-191-20/+6
* | nfp: add support for .get_pauseparam()Yinjun Zhang2022-06-171-0/+19
* | 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