summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)Author
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13amd-xgbe: Avoid potential string truncation in nameKees Cook
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring
2023-09-20net: ethernet: amd: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-13amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju
2023-02-06amd-xgbe: fix mismatched prototypeArnd Bergmann
2023-02-02amd-xgbe: add support for rx-adaptationRaju Rangoju
2023-02-02amd-xgbe: add 2.5GbE support to 10G BaseT modeRaju Rangoju
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-17amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn
2023-01-17amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn
2023-01-12amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju
2023-01-12amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky
2022-12-12net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky
2022-10-31ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller
2022-10-21amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju
2022-10-21amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju
2022-10-21amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju
2022-10-21amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju
2022-10-21amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-11amd-xgbe: fix clang -Wformat warningsJustin Stitt
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-27amd/xgbe: fix repeated words in commentsJilin Yuan
2022-06-13amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker
2022-06-08net: amd-xgbe: fix clang -Wformat warningJustin Stitt
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-02-09net: amd-xgbe: disable interrupts during pci removalRaju Rangoju
2022-01-27net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju
2022-01-27net: amd-xgbe: Fix skb data length underflowShyam Sundar S K
2021-12-20net: amd-xgbe: Disable the CDR workaround path for Yellow Carp DevicesRaju Rangoju
2021-12-20net: amd-xgbe: Alter the port speed bit rangeRaju Rangoju
2021-12-20net: amd-xgbe: Add Support for Yellow Carp Ethernet deviceRaju Rangoju
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-29net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski