aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-08-03nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-08-01nfp: flower: add support for tunnel offload without key IDBaowen Zheng1-7/+8
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-25nfp: bpf: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+38
2022-07-14nfp: flower: configure tunnel neighbour on cmsg rxTianyu Yuan1-5/+13
2022-07-12nfp: support TX VLAN ctag insert in NFDKDiana Wang3-31/+35
2022-07-12nfp: fix clang -Wformat warningsJustin Stitt2-2/+2
2022-07-09nfp: fix issue of skb segments exceeds descriptor limitationBaowen Zheng1-8/+25
2022-07-06nfp: enable TSO by default for nfp netdevSimon Horman2-7/+5
2022-07-06nfp: allow TSO packets with metadata prepended in NFDK pathYinjun Zhang1-17/+0
2022-07-04nfp: support TX VLAN ctag insertDiana Wang5-19/+45
2022-07-04nfp: support RX VLAN ctag/stag stripDiana Wang11-22/+143
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet3-10/+7
2022-07-01nfp: support VF rate limit with NFDKBin Chen1-0/+1
2022-06-29nfp: flower: fix comment typos and formattingWalter Heymans7-17/+17
2022-06-27nfp: add support for 'ethtool -t DEVNAME' commandFei Qin1-0/+167
2022-06-27nfp: support vepa mode in HW bridgeYinjun Zhang4-2/+73
2022-06-23nfp: add 'ethtool --identify' supportSixiang Chen3-0/+66
2022-06-21nfp: compose firmware file name with new hwinfo "nffw.partno"Yu Xiao1-1/+3
2022-06-19Revert "nfp: update nfp_X logging definitions"Simon Horman1-20/+6
2022-06-17nfp: add support for .get_pauseparam()Yinjun Zhang1-0/+19
2022-06-13nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang10-33/+52
2022-06-10nfp: flower: support to offload pedit of IPv6 flowinto fieldsYinjun Zhang2-5/+3
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-37/+39
2022-06-09nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde2-24/+24
2022-06-09nfp: avoid unnecessary check warnings in nfp_app_get_vf_configFei Qin1-13/+15
2022-06-08nfp: Remove kernel.h when not neededChristophe JAILLET1-1/+0
2022-06-02nfp: remove padding in nfp_nfdk_tx_descFei Qin3-9/+17
2022-05-28nfp: only report pause frame configuration for physical deviceYu Xiao1-2/+2
2022-05-22nfp: flower: fix typo in commentJulia Lawall1-1/+1
2022-05-19nfp: flower: support ct merging when mangle action existsYinjun Zhang2-105/+189
2022-05-12nfp: VF rate limit supportBin Chen3-2/+56
2022-05-10nfp: flower: fix 'variable 'flow6' set but not used'Louis Peens1-12/+7
2022-05-09nfp: support Corigine PCIE vendor IDYu Xiao4-16/+50
2022-05-09nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao3-5/+7
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-2/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
2022-05-06nfp: flower: enable decap_v2 bitLouis Peens1-1/+2
2022-05-06nfp: flower: remove unused neighbour cacheLouis Peens2-183/+0
2022-05-06nfp: flower: link pre_tun flow rules with neigh entriesLouis Peens3-1/+154
2022-05-06nfp: flower: rework tunnel neighbour configurationLouis Peens1-59/+115
2022-05-06nfp: flower: update nfp_tun_neigh structsLouis Peens2-33/+47
2022-05-06nfp: flower: fixup ipv6/ipv4 route lookup for neigh eventsLouis Peens1-19/+33
2022-05-06nfp: flower: enforce more strict pre_tun checksLouis Peens1-7/+34
2022-05-06nfp: flower: add/remove predt_list entriesLouis Peens2-7/+39
2022-05-06nfp: flower: add infrastructure for pre_tun reworkLouis Peens3-33/+105