summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski3-88/+64
2022-09-27ionic: change order of devlink port register and netdev registerJiri Pirko1-8/+8
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko3-10/+10
2022-09-27funeth: unregister devlink port after netdevice unregisterJiri Pirko1-1/+1
2022-09-27net: ethernet: mtk_eth_soc: fix usage of foe_entry_sizeDaniel Golle1-1/+1
2022-09-27net: ethernet: mtk_eth_soc: fix wrong use of new helper functionDaniel Golle1-1/+1
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky609-32979/+34210
2022-09-27net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang1-10/+13
2022-09-26sunhme: Use vdbg for spam-y printsSean Anderson1-25/+4
2022-09-26sunhme: Combine continued messagesSean Anderson1-173/+105
2022-09-26sunhme: Use (net)dev_foo wherever possibleSean Anderson1-89/+85
2022-09-26sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)Sean Anderson1-74/+78
2022-09-26sunhme: Clean up debug infrastructureSean Anderson1-40/+32
2022-09-26sunhme: Convert FOO((...)) to FOO(...)Sean Anderson1-136/+136
2022-09-26sunhme: switch to devresRolf Eike Beer1-41/+14
2022-09-26sunhme: Regularize probe errorsSean Anderson1-8/+13
2022-09-26sunhme: Return an ERR_PTR from quattro_pci_findSean Anderson1-22/+27
2022-09-26sunhme: forward the error code from pci_enable_device()Rolf Eike Beer1-3/+3
2022-09-26sunhme: Remove versionSean Anderson1-15/+2
2022-09-26sunhme: remove unused tx_dump_ring()Rolf Eike Beer1-16/+0
2022-09-26net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probePeng Wu1-2/+2
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca1-9/+19
2022-09-26net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLEYang Yingliang1-0/+1
2022-09-26net: vertexcom: mse102x: Silence no spi_device_id warningsWei Yongjun1-0/+8
2022-09-26net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()Wei Yongjun1-2/+2
2022-09-26mlxsw: reg: Remove deprecated code about SFTR-V2 RegisterGaosheng Cui1-71/+0
2022-09-26net: ethernet: stmicro: stmmac: dwmac-rk: Add rv1126 supportAnand Moon1-0/+125
2022-09-26Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"Sasha Levin1-2/+2
2022-09-23sfc: correct filter_table_remove method for EF10 PFsAndy Moreton1-1/+1
2022-09-23net/mlx5e: macsec: remove checks on the prepare phaseAntoine Tenart1-36/+0
2022-09-23net: atlantic: macsec: remove checks on the prepare phaseAntoine Tenart1-57/+0
2022-09-23net: atlantic: macsec: make the prepare phase a noopAntoine Tenart1-45/+45
2022-09-23net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey1-0/+4
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur7-3/+560
2022-09-23net: lan966x: Add registers used by taprioHoratiu Vultur1-0/+159
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur5-2/+71
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2-1/+3
2022-09-23net: microchip: sparx5: add support for offloading ets qdiscDaniel Machon4-0/+154
2022-09-23net: microchip: sparx5: add support for offloading tbf qdiscDaniel Machon5-0/+648
2022-09-23net: microchip: sparx5: add support for offloading mqprio qdiscDaniel Machon5-2/+77
2022-09-23net: microchip: sparx5: add tc setup hookDaniel Machon4-1/+37
2022-09-22net/mlx5e: Support MACsec offload replay windowEmeel Hakim1-8/+39
2022-09-22net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim5-7/+443
2022-09-22net/mlx5e: Move MACsec initialization from profile init stage to profile enab...Emeel Hakim1-5/+6
2022-09-22net/mlx5e: Create advanced steering operation (ASO) object for MACsecEmeel Hakim1-19/+130
2022-09-22net/mlx5e: Expose memory key creation (mkey) functionEmeel Hakim2-2/+2
2022-09-22net/mlx5e: Fix MACsec initial packet numberEmeel Hakim1-3/+2
2022-09-22net/mlx5e: Fix MACsec initialization error pathEmeel Hakim1-1/+3
2022-09-22net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao3-12/+8
2022-09-22net: hinic: replace magic numbers with macroZhengchao Shao1-1/+2