summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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 Maincent6-65/+68
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 Abeni46-331/+544
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds45-330/+543
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
2023-11-16net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-16net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit1-1/+2
2023-11-16net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2-48/+19
2023-11-16Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan1-102/+13
2023-11-15bnxt_en: Optimize xmit_more TX pathMichael Chan1-6/+10
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2-16/+43
2023-11-15bnxt_en: Add macros related to TC and TX ringsMichael Chan1-2/+11
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan4-25/+82
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan3-39/+55
2023-11-15bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan1-17/+26
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan3-5/+11
2023-11-15bnxt_en: Refactor bnxt_tx_int()Michael Chan1-5/+12
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2-24/+44
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-25/+19
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan3-73/+66
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-26/+40
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan3-3/+11