summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-r...Bartosz Golaszewski2024-07-091-0/+23
* net: stmmac: qcom-ethqos: add support for 2.5G BASEX modeBartosz Golaszewski2024-07-091-0/+11
* net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle2024-07-061-1/+17
* net: ethernet: mtk_ppe: Change PPE entries number to 16KShengyu Qu2024-07-061-1/+1
* net: encx24j600: constify struct regmap_bus/regmap_configJavier Carrasco2024-07-061-3/+3
* net: ti: icss-iep: constify struct regmap_configJavier Carrasco2024-07-061-2/+2
* net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle2024-07-061-1/+1
* net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin2024-07-051-4/+9
* net: stmmac: Create DW XPCS device with particular addressSerge Semin2024-07-052-14/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-0424-222/+353
|\
| * bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi2024-07-041-1/+5
| * mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin2024-07-041-0/+1
| * ice: use proper macro for testing bitPetr Oros2024-07-041-1/+1
| * ice: Reject pin requests with unsupported flagsJacob Keller2024-07-042-16/+23
| * ice: Don't process extts if PTP is disabledJacob Keller2024-07-041-0/+4
| * ice: Fix improper extts handlingMilena Olech2024-07-042-22/+91
| * net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec2024-07-041-2/+2
| * net: stmmac: enable HW-accelerated VLAN stripping for gmac4 onlyFurong Xu2024-07-031-3/+4
| * net: txgbe: free isb resources at the right timeJiawen Wu2024-07-023-4/+9
| * net: txgbe: add extra handle for MSI/INTx into thread irq handleJiawen Wu2024-07-021-5/+39
| * net: txgbe: remove separate irq request for MSI and INTxJiawen Wu2024-07-026-76/+15
| * net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu2024-07-021-0/+1
| * net: stmmac: dwmac-qcom-ethqos: fix error array sizeYijie Yang2024-07-021-1/+1
| * e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy2024-07-021-66/+66
| * bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme2024-06-291-1/+1
| * net/mlx5e: Approximate IPsec per-SA payload data bytes countLeon Romanovsky2024-06-281-1/+13
| * net/mlx5e: Present succeeded IPsec SA bytes and packetLeon Romanovsky2024-06-281-13/+23
| * net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup()Jianbo Liu2024-06-281-0/+5
| * net/mlx5: E-switch, Create ingress ACL when neededChris Mi2024-06-281-8/+29
| * net/mlx5: Use max_num_eqs_24b when setting max_io_eqsDaniel Jurgens2024-06-281-5/+17
| * net/mlx5: Use max_num_eqs_24b capability if setDaniel Jurgens2024-06-283-6/+12
* | net: stmmac: dwmac-stm32: update err status in case different of stm32mp13Christophe Roullier2024-07-021-2/+4
* | net: stmmac: dwmac-stm32: Add test to verify if ETHCK is used before checking...Christophe Roullier2024-07-021-0/+3
* | bnxt_en: unlink page pool when stopping Rx queueDavid Wei2024-07-021-5/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-07-018-63/+164
|\ \
| * | ice: do not init struct ice_adapter more times than neededPrzemek Kitszel2024-06-281-32/+28
| * | ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki2024-06-283-12/+15
| * | ice: Allow different FW API versions based on MAC typePaul Greenwalt2024-06-282-7/+19
| * | ice: Check all ice_vsi_rebuild() errors in functionEric Joyner2024-06-281-2/+11
| * | ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel2024-06-283-10/+91
* | | bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi2024-07-013-22/+31
* | | bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi2024-07-014-30/+68
* | | bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi2024-07-011-5/+11
* | | bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi2024-07-013-13/+4
* | | bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi2024-07-013-28/+40
* | | bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi2024-07-013-5/+25
* | | bnxt_en: Add TX timestamp completion logicMichael Chan2024-07-014-11/+64
* | | bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan2024-07-011-6/+15
* | | bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan2024-07-012-2/+7
* | | bnxt_en: Add new TX timestamp completion definitionsMichael Chan2024-07-011-0/+26