summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-19net: ethernet: am65-cpsw: Set default TX channels to maximumRoger Quadros1-1/+3
2023-11-19net: ethernet: ti: am65-cpsw: Re-arrange functions to avoid forward declarationRoger Quadros1-74/+71
2023-11-19net: ethernet: am65-cpsw: Add standard Ethernet MAC stats to ethtoolRoger Quadros1-0/+26
2023-11-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-422/+553
2023-11-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski6-42/+105
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski7-57/+3
2023-11-19r8169: improve RTL8411b phy-down fixupHeiner Kallweit1-111/+28
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-76/+135
2023-11-18mlxsw: pci: Implement PCI reset handlersIdo Schimmel1-0/+28
2023-11-18mlxsw: pci: Add support for new reset flowIdo Schimmel2-1/+45
2023-11-18mlxsw: pci: Move software reset code to a separate functionAmit Cohen1-3/+9
2023-11-18mlxsw: pci: Rename mlxsw_pci_sw_reset()Amit Cohen1-5/+5
2023-11-18mlxsw: Extend MRSR pack() function to support new commandsAmit Cohen2-3/+13
2023-11-18PCI: Add debug print for device ready delayIdo Schimmel1-0/+3
2023-11-18PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel1-0/+13
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent6-0/+54
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-3/+3
2023-11-18net: phy: micrel: fix ts_info value in case of no phcKory Maincent1-5/+1
2023-11-18net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent3-32/+53
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2-40/+3
2023-11-18net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent1-2/+5
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent7-74/+75
2023-11-17gve: add gve_features_check()Eric Dumazet3-22/+31
2023-11-17net: phy: broadcom: Wire suspend/resume for BCM54612EMarco von Rosenberg1-0/+2
2023-11-17net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)1-1/+1
2023-11-17net: phylink: use linkmode_fill()Russell King (Oracle)1-2/+2
2023-11-17vxlan: add support for flowlabel inheritAlce Lafranque1-1/+22
2023-11-17net: phy: aquantia: add firmware load supportRobert Marko5-1/+410
2023-11-17net: phy: aquantia: move MMD_VEND define to headerChristian Marangi3-69/+69
2023-11-17net: phy: aquantia: move to separate directoryChristian Marangi7-9/+13
2023-11-17octeon_ep: remove atomic variable usage in Tx data pathShinas Rasheed5-13/+14
2023-11-17octeon_ep: implement xmit_more in transmitShinas Rasheed2-10/+28
2023-11-17octeon_ep: remove dma sync in trasmit pathShinas Rasheed1-7/+0
2023-11-17octeon_ep: add padding for small packetsShinas Rasheed1-0/+3
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni225-3039/+2900
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds49-336/+556
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-319/+322
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-11/+11
2023-11-16macvlan: Don't propagate promisc change to lower dev in passthruVlad Buslov1-1/+1
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu1-4/+8
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu1-4/+9
2023-11-16net/mlx5e: Reduce the size of icosq_strSaeed Mahameed1-2/+2
2023-11-16net/mlx5: Increase size of irq name bufferRahul Rameshbabu2-3/+6
2023-11-16net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-16net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu1-1/+2
2023-11-16net/mlx5e: Fix pedit endiannessVlad Buslov1-28/+32
2023-11-16net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-16net/mlx5e: fix double free of encap_headerDust Li1-6/+4