summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-16/+17
* amd-xgbe: Avoid potential string truncation in nameKees Cook2023-12-131-1/+1
* amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju2023-11-231-3/+8
* amd-xgbe: handle the corner-case during tx completionRaju Rangoju2023-11-231-0/+14
* amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju2023-11-231-1/+13
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-131-41/+1
* net: ethernet: amd: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju2023-06-131-6/+7
* amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju2023-05-261-3/+9
* amd-xgbe: fix mismatched prototypeArnd Bergmann2023-02-061-1/+2
* amd-xgbe: add support for rx-adaptationRaju Rangoju2023-02-023-4/+211
* amd-xgbe: add 2.5GbE support to 10G BaseT modeRaju Rangoju2023-02-021-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-203-8/+41
|\
| * amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2023-01-122-0/+26
| * amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju2023-01-121-8/+15
* | amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn2023-01-172-13/+14
* | amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn2023-01-173-44/+158
* | amd-xgbe: Add support for 10 Mbps speedRaju Rangoju2023-01-104-10/+126
|/
* net: amd-xgbe: add missed tasklet_killJiguang Xiao2022-12-303-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-15/+8
|\
| * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
* | ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller2022-10-311-16/+4
|/
* amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju2022-10-211-1/+8
* amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju2022-10-211-4/+4
* amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju2022-10-211-2/+8
* amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2022-10-212-13/+41
* amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju2022-10-213-1/+7
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* amd-xgbe: fix clang -Wformat warningsJustin Stitt2022-07-111-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* amd/xgbe: fix repeated words in commentsJilin Yuan2022-06-271-1/+1
* amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker2022-06-131-2/+2
* net: amd-xgbe: fix clang -Wformat warningJustin Stitt2022-06-081-1/+1
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* net: amd-xgbe: disable interrupts during pci removalRaju Rangoju2022-02-091-0/+3
* net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju2022-01-271-0/+2
* net: amd-xgbe: Fix skb data length underflowShyam Sundar S K2022-01-271-1/+11
* net: amd-xgbe: Disable the CDR workaround path for Yellow Carp DevicesRaju Rangoju2021-12-201-2/+5
* net: amd-xgbe: Alter the port speed bit rangeRaju Rangoju2021-12-202-6/+6
* net: amd-xgbe: Add Support for Yellow Carp Ethernet deviceRaju Rangoju2021-12-202-0/+6
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-012-1/+27
|\
| * net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2021-10-292-1/+27
* | net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* | ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-2/+0
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-2/+2
|/