summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-09-224-10/+53
| | |\ \
| | | * | i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron2022-09-191-6/+26
| | | * | i40e: Fix VF set max MTU sizeMichal Jaron2022-09-191-0/+20
| | | * | iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron2022-09-191-2/+5
| | | * | iavf: Fix bad page stateNorbert Zulinski2022-09-191-2/+2
| | * | | net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie2022-09-211-3/+0
| | * | | net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-211-0/+2
| | * | | net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-211-0/+2
| | | |/ | | |/|
| | * | net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean2022-09-205-25/+34
| | * | net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-205-35/+44
| | * | sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-201-1/+1
| | * | sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet2022-09-201-1/+1
| | * | Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini2022-09-203-19/+27
| | * | Revert "fec: Restart PPS after link state change"Francesco Dolcini2022-09-203-77/+4
| | * | gve: Fix GFP flags when allocing pagesShailend Chand2022-09-201-1/+1
| | * | bnxt_en: fix flags to check for supported fw versionVadim Fedorenko2022-09-201-2/+2
| | * | sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-201-1/+1
| | * | sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet2022-09-201-1/+1
| | * | net: ethernet: mtk_eth_soc: enable XDP support just for MT7986 SoCLorenzo Bianconi2022-09-201-1/+1
| | * | net: mana: Add rmb after checking owner bitsHaiyang Zhang2022-09-201-0/+10
| | * | mlxbf_gige: clear MDIO gateway lock after readDavid Thompson2022-09-191-0/+6
| | |/
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-164-25/+33
| | |\
| | | * iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley2022-09-081-1/+4
| | | * iavf: Fix change VF's mac addressSylwester Dziedziuch2022-09-081-6/+3
| | | * ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui2022-09-081-16/+26
| | | * ice: Don't double unplug aux on peer initiated resetDave Ertman2022-09-081-2/+0
| | * | net: marvell: prestera: add support for for Aldrin2Oleksandr Mazur2022-09-161-0/+1
| | |/
| * | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-131-4/+0
| |\ \
| | * | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-4/+0
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-09-091-2/+21
| |\ \ \ | | |_|/ | |/| |
| | * | RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-2/+21
* | | | net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici2022-09-221-1/+1
* | | | net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986Lorenzo Bianconi2022-09-226-116/+289
* | | | net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi2022-09-222-31/+75
* | | | net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi2022-09-225-97/+393
* | | | net: ethernet: mtk_eth_wed: add mtk_wed_configure_irq and mtk_wed_dma_{enable...Lorenzo Bianconi2022-09-222-29/+64
* | | | net: ethernet: mtk_eth_soc: add foe_entry_size to mtk_eth_socLorenzo Bianconi2022-09-225-24/+48
* | | | net: ethernet: mtk_eth_soc: move wdma_base definitions in mtk register mapLorenzo Bianconi2022-09-222-9/+11
* | | | net: ethernet: mtk_eth_soc: add the capability to run multiple ppeLorenzo Bianconi2022-09-226-33/+48
* | | | net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structureLorenzo Bianconi2022-09-224-7/+25
* | | | net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk ...Lorenzo Bianconi2022-09-223-7/+13
* | | | net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke2022-09-221-0/+1
* | | | ethernet: tundra: Drop forward declaration of static functionsUwe Kleine-König2022-09-221-13/+10
* | | | net: mscc: ocelot: check return values of writes during resetColin Foster2022-09-221-5/+11
* | | | net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster2022-09-221-9/+23
* | | | net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian2022-09-223-4/+3
* | | | net: ll_temac: move trailing statements to next linehuangjunxian2022-09-221-3/+9
* | | | net: ll_temac: fix the missing spaces around '='huangjunxian2022-09-221-11/+11
* | | | net: ll_temac: delete unnecessary else branchhuangjunxian2022-09-221-7/+5
* | | | net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-223-6/+5