summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2024-09-14net: macb: Use predefined PCI vendor ID constantAndy Shevchenko1-3/+2
2024-09-10net: macb: Remove setting of RX software timestampGal Pressman1-3/+2
2024-09-05net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-08-16net: macb: increase max_mtu for oversized framesPieter Van Trappen1-2/+2
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-08-13net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-08-01net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-6/+7
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent2-3/+3
2024-06-25net: macb: Add ARP support to WOLVineeth Karumanchi2-26/+33
2024-06-25net: macb: Enable queue disableVineeth Karumanchi1-1/+2
2024-06-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi2-3/+64
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-11-18net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent3-32/+53
2023-09-20net: ethernet: cadence: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-12net: macb: fix sleep inside spinlockSascha Hauer1-2/+3
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2023-08-15net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey1-3/+6
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-23net: macb: update PCS driver to use neg_modeRussell King (Oracle)1-3/+5
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani2-0/+39
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2-3/+10
2023-04-14net: macb: Optimize reading HW timestampHarini Katakam1-2/+2
2023-04-14net: macb: Enable PTP unicastHarini Katakam2-2/+15
2023-04-14net: macb: Update gem PTP support checkHarini Katakam2-3/+3
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-04-13net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin1-0/+4
2023-03-19net: macb: Reset TX when TX halt times outHarini Katakam1-2/+8
2023-03-19net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2-1/+7
2023-03-18net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam1-2/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-17net: macb: Add PTP support to EMAC for sama7g5Durai Manickam KR1-1/+2
2023-03-17net: macb: Add PTP support to GEM for sama7g5Durai Manickam KR1-1/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+16
2023-02-04net: macb: Perform zynqmp dynamic configuration only for SGMII interfaceRadhey Shyam Pandey1-15/+16
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2023-01-18net: macb: simplify TX timestamp handlingRobert Hancock3-94/+34
2023-01-18net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock1-8/+1
2023-01-18net: macb: Separate C22 and C45 transactionsAndrew Lunn1-53/+108
2022-11-08net: macb: implement live mac addr changeRoman Gushchin1-1/+15
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-21net: macb: Specify PHY PM management done by MACSergiu Moga1-0/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-23net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey1-0/+4
2022-09-20net: macb: Add zynqmp SGMII dynamic configuration supportRadhey Shyam Pandey1-0/+22
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt1-1/+0
2022-07-28net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski1-3/+5
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2-2/+16