aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-07-01RDMA/mlx5: Add plane index support when querying PTYS registersMark Zhang4-7/+9
2024-07-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller8-63/+164
2024-07-01RDMA/mlx5: Add support to multi-plane device and portMark Zhang1-0/+1
2024-07-01bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi3-22/+31
2024-07-01bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi4-30/+68
2024-07-01bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi1-5/+11
2024-07-01bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi3-13/+4
2024-07-01bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi3-28/+40
2024-07-01bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi3-5/+25
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan4-11/+64
2024-07-01bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan1-6/+15
2024-07-01bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan2-2/+7
2024-07-01bnxt_en: Add new TX timestamp completion definitionsMichael Chan1-0/+26
2024-07-01octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAMNithin Dabilpuram6-3/+102
2024-07-01net: tn40xx: add initial ethtool_ops supportFUJITA Tomonori1-0/+14
2024-06-28sfc: remove get_rxfh_context dead codeEdward Cree1-36/+2
2024-06-28sfc: use new rxfh_context APIEdward Cree13-219/+212
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree3-5/+5
2024-06-28enic: add ethtool get_channel supportJon Kohler1-0/+23
2024-06-28bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme1-1/+1
2024-06-28ice: do not init struct ice_adapter more times than neededPrzemek Kitszel1-32/+28
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki3-12/+15
2024-06-28ice: Allow different FW API versions based on MAC typePaul Greenwalt2-7/+19
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner1-2/+11
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel3-10/+91
2024-06-28net/mlx5e: Approximate IPsec per-SA payload data bytes countLeon Romanovsky1-1/+13
2024-06-28net/mlx5e: Present succeeded IPsec SA bytes and packetLeon Romanovsky1-13/+23
2024-06-28net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup()Jianbo Liu1-0/+5
2024-06-28net/mlx5: E-switch, Create ingress ACL when neededChris Mi1-8/+29
2024-06-28net/mlx5: Use max_num_eqs_24b when setting max_io_eqsDaniel Jurgens1-5/+17
2024-06-28net/mlx5: Use max_num_eqs_24b capability if setDaniel Jurgens3-6/+12
2024-06-28mlxsw: Implement ethtool operation to write to a transceiver module EEPROMIdo Schimmel4-0/+93
2024-06-27net: thunderx: Unembed netdev structureBreno Leitao1-6/+15
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-67/+135
2024-06-27net: mana: Fix possible double free in error handling pathMa Ke1-0/+2
2024-06-27net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32Christophe Roullier1-3/+77
2024-06-26mlxsw: pci: Use fragmented buffersAmit Cohen1-34/+129
2024-06-26mlxsw: pci: Store number of scatter/gather entries for maximum packet sizeAmit Cohen1-0/+20
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2024-06-25net: tn40xx: add phylink supportFUJITA Tomonori5-4/+114
2024-06-25net: tn40xx: add mdio bus supportFUJITA Tomonori3-1/+147
2024-06-25net: tn40xx: add basic Rx handlingFUJITA Tomonori3-1/+508
2024-06-25net: tn40xx: add basic Tx handlingFUJITA Tomonori3-0/+1411
2024-06-25net: tn40xx: add register definesFUJITA Tomonori2-0/+247
2024-06-25net: tn40xx: add pci driver for Tehuti Networks TN40xx chipsFUJITA Tomonori4-0/+78
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst5-9/+398
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst5-4/+314
2024-06-25gve: Add flow steering device optionJeroen de Borst3-2/+51
2024-06-25gve: Add adminq extended commandJeroen de Borst2-0/+43
2024-06-25gve: Add adminq mutex lockZiwei Xiao2-10/+13