summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang2022-10-211-23/+15
* nfp: flower: fix incorrect struct type in GRE key_sizeLouis Peens2022-10-101-2/+2
* nfp: add support restart of link auto-negotiationFei Qin2022-09-301-0/+33
* nfp: add support for link auto negotiationYinjun Zhang2022-09-304-5/+33
* nfp: refine the ABI of getting `sp_indiff` infoYinjun Zhang2022-09-305-65/+71
* nfp: avoid halt of driver init process when non-fatal error happensYinjun Zhang2022-09-301-5/+4
* nfp: add support for reporting active FEC modeYinjun Zhang2022-09-303-2/+11
* nfp: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-291-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+1
* nfp: flower: support vlan action in pre_ctHui Zhou2022-09-201-1/+48
* nfp: flower: support hw offload for ct nat actionHui Zhou2022-09-202-7/+192
* nfp: flower: add validation of for police actions which are independent of flowsZiyang Chen2022-09-201-8/+23
* tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-2/+3
* 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
|\|