summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-24net: ethernet: mtk_eth_soc: fix register definitions for MT7988Daniel Golle1-3/+5
2023-08-24net: fec: add exception tracing for XDPWei Fang1-15/+11
2023-08-24net: dm9051: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao1-3/+1
2023-08-23bnxt: use the NAPI skb allocation cacheJakub Kicinski1-3/+3
2023-08-23net: dsa: rzn1-a5psw: remove redundant logsAlexis Lothoré1-6/+0
2023-08-23virtio_net: Introduce skb_vnet_common_hdr to avoid typecastingFeng Liu1-9/+18
2023-08-23dp83640: Use list_for_each_entry() helperJinjie Ruan1-11/+4
2023-08-23mlx4: Delete custom device management logicPetr Pavlu3-156/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-0/+13
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu2-20/+58
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu4-4/+250
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu3-68/+64
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu2-23/+16
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu5-15/+41
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu6-14/+28
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu3-9/+9
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2-29/+0
2023-08-23qed/qede: Remove unused declarationsYue Haibing2-4/+0
2023-08-23octeontx2-pf: Use PTP HW timestamp counter atomic update featureSai Krishna7-55/+307
2023-08-22Merge tag 'mlx5-updates-2023-08-16' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski12-83/+182
2023-08-22vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel1-2/+0
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel1-1/+1
2023-08-22net: ethernet: ti: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: microchip: Remove unused declarationsYue Haibing3-7/+0
2023-08-22ionic: Remove unused declarationsYue Haibing3-3/+0
2023-08-22net: mscc: ocelot: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing2-4/+0
2023-08-22bonding: update port speed when getting bond speedHangbin Liu1-0/+1
2023-08-22alx: fix OOB-read compiler warningGONG, Ruiqi1-3/+2
2023-08-22net: pcs: lynxi: implement pcs_disable opDaniel Golle1-0/+8
2023-08-21Revert "pds_core: Fix some kernel-doc comments"Jakub Kicinski1-2/+2
2023-08-21net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()Li Zetao1-1/+2
2023-08-21net/mlx5: DR, Supporting inline WQE when possibleItamar Gozlan1-13/+102
2023-08-21net/mlx5: Rename devlink port ops struct for PFs/VFsJiri Pirko1-2/+2
2023-08-21net/mlx5: Remove VPORT_UPLINK handling from devlink_port.cJiri Pirko1-10/+2
2023-08-21net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directlyJiri Pirko1-12/+8
2023-08-21net/mlx5: Remove health syndrome enum duplicationGal Pressman1-25/+11
2023-08-21net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-1/+0
2023-08-21net/mlx5: DR, Fix code indentationYevgeny Kliteynik1-1/+1
2023-08-21net/mlx5: IRQ, consolidate irq and affinity mask allocationSaeed Mahameed1-8/+6
2023-08-21net/mlx5e: Fix spelling mistake "Faided" -> "Failed"Colin Ian King1-1/+1
2023-08-21net/mlx5e: aRFS, Introduce ethtool statsAdham Faris3-8/+44
2023-08-21net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS ruleAdham Faris1-0/+2
2023-08-21net/mlx5e: aRFS, Prevent repeated kernel rule migrations requestsAdham Faris1-1/+1
2023-08-21pds_core: Fix some kernel-doc commentsYang Li1-2/+2
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu5-8/+149
2023-08-20net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bcmgenet: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1