summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent2023-11-183-32/+53
* net: ethernet: cadence: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: macb: fix sleep inside spinlockSascha Hauer2023-09-121-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-3/+6
|\
| * net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey2023-08-141-3/+6
* | net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
|/
* net: macb: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-3/+5
* net: macb: Add support for partial store and forwardMaulik Jodhani2023-06-152-0/+39
* net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2023-05-132-3/+10
* net: macb: Optimize reading HW timestampHarini Katakam2023-04-131-2/+2
* net: macb: Enable PTP unicastHarini Katakam2023-04-132-2/+15
* net: macb: Update gem PTP support checkHarini Katakam2023-04-132-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-0/+4
|\
| * net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin2023-04-131-0/+4
* | net: macb: Reset TX when TX halt times outHarini Katakam2023-03-191-2/+8
* | net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2023-03-192-1/+7
* | net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam2023-03-171-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-1/+1
|\|
| * net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* | net: macb: Add PTP support to EMAC for sama7g5Durai Manickam KR2023-03-161-1/+2
* | net: macb: Add PTP support to GEM for sama7g5Durai Manickam KR2023-03-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-15/+16
|\
| * net: macb: Perform zynqmp dynamic configuration only for SGMII interfaceRadhey Shyam Pandey2023-02-031-15/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-8/+1
|\|
| * net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock2023-01-181-8/+1
* | net: macb: simplify TX timestamp handlingRobert Hancock2023-01-183-94/+34
* | net: macb: Separate C22 and C45 transactionsAndrew Lunn2023-01-171-53/+108
|/
* net: macb: implement live mac addr changeRoman Gushchin2022-11-071-1/+15
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* net: macb: Specify PHY PM management done by MACSergiu Moga2022-10-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-0/+4
|\
| * net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey2022-09-231-0/+4
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* | net: macb: Add zynqmp SGMII dynamic configuration supportRadhey Shyam Pandey2022-09-201-0/+22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2022-08-041-1/+0
|\
| * net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt2022-08-031-1/+0
* | net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski2022-07-281-3/+5
* | net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2022-07-252-2/+16
* | net: macb: Sort CAPS flags by bit positionsHarini Katakam2022-07-251-2/+2
* | net: macb: fixup sparse warnings on __be16 portsBen Dooks2022-07-181-3/+4
* | net: macb: sort init_reset_optional() with other init()sConor Dooley2022-07-071-34/+34
* | net: macb: simplify error paths in init_reset_optional()Conor Dooley2022-07-071-13/+7
* | net: macb: unify macb_config alignment styleConor Dooley2022-07-071-8/+8
* | net: macb: add polarfire soc reset supportConor Dooley2022-07-071-8/+18
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* | net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel2022-06-171-2/+2
* | net: macb: change return type for gem_ptp_set_one_step_sync()Claudiu Beznea2022-06-091-5/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-232-5/+39
|\
| * net: macb: Fix PTP one step sync supportHarini Katakam2022-05-192-5/+39